You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2024/02/20 11:37:41 UTC

(pinot) branch master updated: Clean up arbitrary sleep in /GrpcBrokerClusterIntegrationTest (#12379)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f57e17830 Clean up arbitrary sleep in /GrpcBrokerClusterIntegrationTest (#12379)
9f57e17830 is described below

commit 9f57e178307f3a33f8ac7b550001fb8108db439e
Author: Dao Thanh Tung <tt...@accountancy.smu.edu.sg>
AuthorDate: Tue Feb 20 11:37:34 2024 +0000

    Clean up arbitrary sleep in /GrpcBrokerClusterIntegrationTest (#12379)
    
    Signed-off-by: dttung2905 <tt...@accountancy.smu.edu.sg>
---
 .../pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java
index ab5d2e6756..75f5e77e50 100644
--- a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java
+++ b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java
@@ -94,11 +94,6 @@ public class GrpcBrokerClusterIntegrationTest extends BaseClusterIntegrationTest
 
     // Initialize the query generator
     setUpQueryGenerator(avroFiles);
-
-    // TODO: this doesn't work so we simple wait for 5 second here. will be fixed after:
-    // https://github.com/apache/pinot/pull/7839
-    // waitForAllDocsLoaded(600_000L);
-    Thread.sleep(5000);
   }
 
   protected void startHybridCluster()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org