leventov commented on a change in pull request #7562: Enable toggling request 
logging on/off for different query types
URL: https://github.com/apache/incubator-druid/pull/7562#discussion_r309822672
 
 

 ##########
 File path: 
server/src/test/java/org/apache/druid/server/log/FilteredRequestLoggerTest.java
 ##########
 @@ -114,6 +125,10 @@ public void testNotFilterAboveThreshold() throws 
IOException
     EasyMock.expect(sqlRequestLogLine.getQueryStats())
             .andReturn(new QueryStats(ImmutableMap.of("sqlQuery/time", 2000)))
             .once();
+    EasyMock.expect(sqlRequestLogLine.getQuery())
+            .andReturn(new SegmentMetadataQuery(new LegacyDataSource("foo"),
 
 Review comment:
   Same

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to