jackjlli commented on a change in pull request #4257: Unify controller base url 
in integration test
URL: https://github.com/apache/incubator-pinot/pull/4257#discussion_r288856335
 
 

 ##########
 File path: 
pinot-server/src/test/java/org/apache/pinot/server/request/ScheduledRequestHandlerTest.java
 ##########
 @@ -126,9 +128,14 @@ public void testQueryProcessingException()
           @Nonnull
           @Override
           public ListenableFuture<byte[]> submit(@Nonnull ServerQueryRequest 
queryRequest) {
-            ListenableFuture<DataTable> dataTable = 
resourceManager.getQueryRunners().submit(() -> {
-              throw new RuntimeException("query processing error");
-            });
+            ListenableFuture<DataTable> dataTable = 
((ListeningExecutorService)resourceManager.getQueryRunners()).submit(
 
 Review comment:
   Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to