Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Feb 12, 2025
1 parent 53cef28 commit 1a4c5d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ public void testBlobTransferRecordTransformer() throws Exception {
.put(DAVINCI_P2P_BLOB_TRANSFER_SERVER_PORT, port2)
.put(DAVINCI_P2P_BLOB_TRANSFER_CLIENT_PORT, port1)
.put(PUSH_STATUS_STORE_ENABLED, true)
.put(ROCKSDB_BLOCK_CACHE_SIZE_IN_BYTES, 2 * 1024 * 1024L)
.put(DAVINCI_PUSH_STATUS_SCAN_INTERVAL_IN_SECONDS, 1)
.put(BLOB_TRANSFER_MANAGER_ENABLED, true);
VeniceProperties backendConfig2 = configBuilder.build();
Expand Down

0 comments on commit 1a4c5d4

Please sign in to comment.