richardstartin commented on a change in pull request #7927: URL: https://github.com/apache/pinot/pull/7927#discussion_r771821867
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/LLCRealtimeClusterIntegrationTest.java ########## @@ -63,6 +63,11 @@ private final boolean _enableLeadControllerResource = RANDOM.nextBoolean(); private final long _startTime = System.currentTimeMillis(); + @Override + protected boolean injectTombstones() { + return true; Review comment: Set this to false to make the test pass at eb6800da96a44e6f5125097cc99a368c2f8f8847 -- 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