Flaky-test: IdempotentProducerTest.testIdempotentProducer
See original GitHub issueIdempotentProducerTest is flaky. The testIdempotentProducer test method fails sporadically.
Error: testIdempotentProducer(io.streamnative.pulsar.handlers.kop.IdempotentProducerTest) Time elapsed: 1.34 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<test[510]> but was:<test[824]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at io.streamnative.pulsar.handlers.kop.IdempotentProducerTest.testIdempotentProducer(IdempotentProducerTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
FlakyTest - Android Developers
Designates a test as being flaky (non-deterministic). Can then be used to filter tests on execution using -e annotation or -e notAnnotation as...
Read more >add the type to the brand definition array example new structure ...
Tried to allocate 1.33 GiB, 2, 2021-01-07, 2022-07-15. Flaky-test: IdempotentProducerTest.testIdempotentProducer, 5, 2022-02-08, 2022-08-29.
Read more >Deno panics when throwing an object with an `Error` as one of the ...
question: differential TF activity/score driven by accessibility, 8, 2021-01-21 ; Flaky-test: IdempotentProducerTest.testIdempotentProducer, 5, 2022-02-08 ; how ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another failure: https://github.com/streamnative/kop/runs/5316819259?check_suite_focus=true (it works well in my local env)
https://github.com/streamnative/kop/runs/5460013350?check_suite_focus=true