Jackie-Jiang opened a new pull request, #14580: URL: https://github.com/apache/pinot/pull/14580
The test will fail when max MV entries is 1 (random between 1 - 500). Revise the testing logic ``` Error: org.apache.pinot.segment.local.segment.index.loader.ForwardIndexHandlerTest.testAddOtherIndexForForwardIndexDisabledColumn -- Time elapsed: 0.184 s <<< FAILURE! java.lang.AssertionError: did not expect [1000] but found [1000] at org.testng.Assert.fail(Assert.java:111) at org.testng.Assert.failEquals(Assert.java:1582) at org.testng.Assert.assertNotEqualsImpl(Assert.java:157) at org.testng.Assert.assertNotEquals(Assert.java:2201) at org.testng.Assert.assertNotEquals(Assert.java:2223) at org.apache.pinot.segment.local.segment.index.loader.ForwardIndexHandlerTest.testAddOtherIndexForForwardIndexDisabledColumn(ForwardIndexHandlerTest.java:1957) ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org