[ https://issues.apache.org/jira/browse/KAFKA-12851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386794#comment-17386794 ]
Jose Armando Garcia Sancio commented on KAFKA-12851: ---------------------------------------------------- It still fails against trunk {code:java} RaftEventSimulationTest > canMakeProgressIfMajorityIsReachable STANDARD_OUT timestamp = 2021-07-24T17:01:57.485, RaftEventSimulationTest:canMakeProgressIfMajorityIsReachable = org.opentest4j.AssertionFailedError: expected: <true> but was: <false> |-------------------jqwik------------------- tries = 1 | # of calls to property checks = 1 | # of not rejected calls generation = RANDOMIZED | parameters are randomly generated after-failure = SAMPLE_ONLY | only try the previously failed sample when-fixed-seed = ALLOW | fixing the random seed is allowed edge-cases#mode = MIXIN | edge cases are mixed in edge-cases#total = 0 | # of all combined edge cases edge-cases#tried = 0 | # of edge cases tried in current run seed = 137014923570865933 | random seed to reproduce generated values Sample ------ arg0: 807 arg1: 2 org.apache.kafka.raft.RaftEventSimulationTest.canMakeProgressIfMajorityIsReachable failed, log available in /home/jsancio/work/kafka/raft/build/reports/testOutput/org.apache.kafka.raft.RaftEventSimulationTest.canMakeProgressIfMajorityIsReachable.test.stdout RaftEventSimulationTest > canMakeProgressIfMajorityIsReachable FAILED org.opentest4j.AssertionFailedError: expected: <true> but was: <false> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:162) at org.apache.kafka.raft.RaftEventSimulationTest.canMakeProgressIfMajorityIsReachable(RaftEventSimulationTest.java:264)1 test completed, 1 failed {code} > Flaky Test RaftEventSimulationTest.canMakeProgressIfMajorityIsReachable > ----------------------------------------------------------------------- > > Key: KAFKA-12851 > URL: https://issues.apache.org/jira/browse/KAFKA-12851 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: A. Sophie Blee-Goldman > Assignee: Jose Armando Garcia Sancio > Priority: Blocker > Fix For: 3.0.0 > > Attachments: Capture.PNG > > > Failed twice on a [PR > build|https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-10755/6/testReport/] > h3. Stacktrace > org.opentest4j.AssertionFailedError: expected: <true> but was: <false> at > org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at > org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) at > org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35) at > org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:162) at > org.apache.kafka.raft.RaftEventSimulationTest.canMakeProgressIfMajorityIsReachable(RaftEventSimulationTest.java:263) -- This message was sent by Atlassian Jira (v8.3.4#803005)