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

rongr 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 24a86acec0 Fixing GRPC ITCase timeout (#8686)
24a86acec0 is described below

commit 24a86acec0e0c77627d8b913308905e81ced2772
Author: Rong Rong <[email protected]>
AuthorDate: Wed May 11 22:03:39 2022 -0700

    Fixing GRPC ITCase timeout (#8686)
    
    * adding timeout option so that it waits for longer.
    
    * [do not merge][CI mod] running OfflineGRPC integration test 100 times
    * Revert "[do not merge][CI mod] running OfflineGRPC integration test 100 
times"
---
 .../pinot/integration/tests/OfflineGRPCServerIntegrationTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineGRPCServerIntegrationTest.java
 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineGRPCServerIntegrationTest.java
index 9b304c9514..c01ab0f059 100644
--- 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineGRPCServerIntegrationTest.java
+++ 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineGRPCServerIntegrationTest.java
@@ -92,7 +92,7 @@ public class OfflineGRPCServerIntegrationTest extends 
BaseClusterIntegrationTest
   public void testGrpcQueryServer()
       throws Exception {
     GrpcQueryClient queryClient = getGrpcQueryClient();
-    String sql = "SELECT * FROM mytable_OFFLINE LIMIT 1000000";
+    String sql = "SELECT * FROM mytable_OFFLINE LIMIT 1000000 
OPTION(timeoutMs=30000)";
     BrokerRequest brokerRequest = 
CalciteSqlCompiler.compileToBrokerRequest(sql);
     List<String> segments = 
_helixResourceManager.getSegmentsFor("mytable_OFFLINE", false);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to