You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the 1.3.13 release, when going back to snapshots CI was unable to build new snapshots due to flaky tests.
We've made 6 attempts total, and have seen 3 different flaky tests. One is the culprit in several attempts, so it has been @Ignore in commit here. Fortunately in that last ditch attempt CI was finally able to pass, but this needs fixing.
reactor.kafka.samples.SampleScenariosTest > atmostOnce FAILED
java.lang.AssertionError: Incorrect number of messages received, expected=20, received=11
and:
reactor.kafka.receiver.KafkaReceiverTest > transactionalOffsetCommit FAILED
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at reactor.kafka.receiver.KafkaReceiverTest.transactionalOffsetCommit(KafkaReceiverTest.java:1224)
The text was updated successfully, but these errors were encountered:
After the 1.3.13 release, when going back to snapshots CI was unable to build new snapshots due to flaky tests.
We've made 6 attempts total, and have seen 3 different flaky tests. One is the culprit in several attempts, so it has been
@Ignore
in commit here. Fortunately in that last ditch attempt CI was finally able to pass, but this needs fixing.Job with 6 failed attempts is https://github.com/reactor/reactor-kafka/runs/7745848334
Tests that failed were:
(most times)
then:
and:
The text was updated successfully, but these errors were encountered: