Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky-test: PendingAckPersistentTest.testPendingAckLowWaterMarkRemoveFirstTxn #15676

Open
nicoloboschi opened this issue May 19, 2022 · 3 comments

Comments

@nicoloboschi
Copy link
Contributor

PendingAckPersistentTest.testPendingAckLowWaterMarkRemoveFirstTxn is flaky. It fails sporadically.

example failure

      java.lang.AssertionError: expected [false] but found [true]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertFalse(Assert.java:67)
at org.testng.Assert.assertFalse(Assert.java:77)
at org.apache.pulsar.broker.transaction.pendingack.PendingAckPersistentTest.testPendingAckLowWaterMarkRemoveFirstTxn(PendingAckPersistentTest.java:567)
@nicoloboschi
Copy link
Contributor Author

I believe it is related to #15530 @liangyepianzhou, can you take a look ?

@liangyepianzhou
Copy link
Contributor

liangyepianzhou commented May 20, 2022

The test has been fixed by #15592

@github-actions
Copy link

The issue had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants