From 1a4c5d4acc2936274ab534dc98a3cd1ba32b8675 Mon Sep 17 00:00:00 2001 From: Sourav Maji Date: Wed, 12 Feb 2025 11:26:06 -0800 Subject: [PATCH] updated tests --- .../venice/endToEnd/DaVinciClientRecordTransformerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientRecordTransformerTest.java b/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientRecordTransformerTest.java index f8f9d696ef..82781ada79 100644 --- a/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientRecordTransformerTest.java +++ b/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientRecordTransformerTest.java @@ -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();