siddharthteotia commented on a change in pull request #5077: Reduce the
non-determinism in lucene integration test
URL: https://github.com/apache/incubator-pinot/pull/5077#discussion_r380447725
##########
File path:
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/LuceneRealtimeClusterIntegrationTest.java
##########
@@ -177,11 +177,13 @@ public void testTextSearchCountQuery() throws Exception {
TextNode textNode =
(TextNode)pinotResponse.get("aggregationResults").get(0).get("value");
int result = Integer.valueOf(textNode.textValue());
// TODO: see if this can be made more deterministic
+ System.out.println("query: " + i + " result: " + result);
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]