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_r310741593
########## File path: server/src/test/java/org/apache/druid/server/log/FilteredRequestLoggerTest.java ########## @@ -106,6 +123,9 @@ public void testNotFilterAboveThreshold() throws IOException EasyMock.expect(nativeRequestLogLine.getQueryStats()) .andReturn(new QueryStats(ImmutableMap.of("query/time", 1000))) .once(); + EasyMock.expect(nativeRequestLogLine.getQuery()) Review comment: No. Here, the alignment is on the dot. It's a coincidence that "EasyMock" is 8 characters long. ---------------------------------------------------------------- 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