I have been seeing these errors on github Integrat...
# pinot-dev
a
I have been seeing these errors on github Integration Test runs with different test cases which don't seem related to PR changes. I am wondering if this an integration test issue and if there is a workaround?
Copy code
Error:  Tests run: 9, Failures: 1, Errors: 0, Skipped: 8, Time elapsed: 698.523 s <<< FAILURE! - in org.apache.pinot.integration.tests.FlakyConsumerRealtimeClusterIntegrationTest
Error:  org.apache.pinot.integration.tests.FlakyConsumerRealtimeClusterIntegrationTest.setUp  Time elapsed: 698.359 s  <<< FAILURE!
java.lang.AssertionError: Failed to meet condition in 600000ms, error message: Failed to load 115545 documents
Copy code
Error:  Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 739.3 s <<< FAILURE! - in org.apache.pinot.integration.tests.BasicAuthRealtimeIntegrationTest
Error:  org.apache.pinot.integration.tests.BasicAuthRealtimeIntegrationTest.setUp  Time elapsed: 725.035 s  <<< FAILURE!
java.lang.AssertionError: Failed to meet condition in 600000ms, error message: Failed to load 115545 documents
d
the
BasicAuthRealtimeIntegrationTest
is definately a random flacky test. Haven seen the
FlakyConsumerRealtimeClusterIntegrationTest
fail before though