clintropolis commented on code in PR #14184:
URL: https://github.com/apache/druid/pull/14184#discussion_r1181396837
##########
server/src/test/java/org/apache/druid/server/QueryResourceTest.java:
##########
@@ -896,7 +896,9 @@ public void testTooManyQuery() throws InterruptedException
assertAsyncResponseAndCountdownOrBlockForever(
SIMPLE_TIMESERIES_QUERY,
waitAllFinished,
- response -> Assert.assertEquals(Response.Status.OK.getStatusCode(),
response.getStatus())
+ response -> {
+ Assert.assertEquals(Response.Status.OK.getStatusCode(),
response.getStatus());
+ }
Review Comment:
oops yea, i started to change something but then didn't end up doing it and
forgot to roll back
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]