zuston commented on PR #2144: URL: https://github.com/apache/incubator-uniffle/pull/2144#issuecomment-2375830223
> There are 3 flaky tests failed > > * ShuffleServerMetricsTest, I resolved by [[MINOR] test: Fix flaky test about ShuffleServerMetricsTest#testStorageCounter #2142](https://github.com/apache/incubator-uniffle/pull/2142) > * AccessClusterTest cause test jvm crash, so many opening PR encountered this flaky test. > * QuorumTest, a famous flaky test. > > ``` > Error: Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.056 s <<< FAILURE! - in org.apache.uniffle.server.ShuffleServerMetricsTest > Error: testStorageCounter Time elapsed: 0.009 s <<< FAILURE! > org.opentest4j.AssertionFailedError: expected: <1.0> but was: <3.0> > at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) > at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) > at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:86) > at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:81) > at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1010) > at org.apache.uniffle.server.ShuffleServerMetricsTest.testStorageCounter(ShuffleServerMetricsTest.java:176) > ... > > org.apache.uniffle.test.AccessClusterTest > > ... > Error: Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 228.081 s <<< FAILURE! - in org.apache.uniffle.test.QuorumTest > Error: case10 Time elapsed: 184.154 s <<< FAILURE! > org.opentest4j.AssertionFailedError: expected: <true> but was: <false> > ``` Could you help fix these flaky tests? @maobaolong -- 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]
