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) Possible race condition - Fix Duplication Tests #6254

Closed
devinbost opened this issue Feb 7, 2020 · 1 comment
Closed

(Flaky-Test) Possible race condition - Fix Duplication Tests #6254

devinbost opened this issue Feb 7, 2020 · 1 comment
Labels
lifecycle/stale type/bug The PR fixed a bug or issue reported a bug

Comments

@devinbost
Copy link
Contributor

These are intermittent errors that appear to be race conditions or concurrency issues, rather than issues with just the tests:

[ERROR] Tests run: 8, Failures: 3, Errors: 0, Skipped: 3, Time elapsed: 271.531 s <<< FAILURE! - in org.apache.pulsar.client.api.ClientDeduplicationTest
1158[ERROR] testProducerDeduplication(org.apache.pulsar.client.api.ClientDeduplicationTest) Time elapsed: 0.018 s <<< FAILURE!
1159java.lang.AssertionError: expected [-1] but found [2]
1160 at org.testng.Assert.fail(Assert.java:96)
1161 at org.testng.Assert.failNotEquals(Assert.java:776)
1162 at org.testng.Assert.assertEqualsImpl(Assert.java:137)
1163

[ERROR] testProducerDeduplicationNonBatchAsync(org.apache.pulsar.client.api.ClientDeduplicationTest) Time elapsed: 0.013 s <<< FAILURE!
1181java.lang.AssertionError: expected [-1] but found [5]
1182 at org.testng.Assert.fail(Assert.java:96)
1183 at org.testng.Assert.failNotEquals(Assert.java:776)
1184 at org.testng.Assert.assertEqualsImpl(Assert.java:137)
1185


[ERROR] testProducerDeduplicationWithDiscontinuousSequenceId(org.apache.pulsar.client.api.ClientDeduplicationTest) Time elapsed: 0.013 s <<< FAILURE!
1203java.lang.AssertionError: expected [-1] but found [5]
1204 at org.testng.Assert.fail(Assert.java:96)
1205 at org.testng.Assert.failNotEquals(Assert.java:776)
1206 at org.testng.Assert.assertEqualsImpl(Assert.java:137)
1207

They may reflect intermittent issues that are happening in production.

They can be seen here: https://github.com/apache/pulsar/pull/6202/checks?check_run_id=431093396

I've attached the logs.

logs_14078.zip

@tisonkun
Copy link
Member

Closed as stale and no recent report. Please open a new issue if it's still relevant in maintained versions.

@tisonkun tisonkun closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants