You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/20 08:12:31 UTC

[GitHub] [pulsar] eolivelli commented on pull request #9375: Fix flaky test TopicReaderTest.testMultiReaderIsAbleToSeekWithTimeOnMiddleOfTopic

eolivelli commented on pull request #9375:
URL: https://github.com/apache/pulsar/pull/9375#issuecomment-922715067


   @Renkai 
   I am still seeing this error while running tests on our CI on branch-2.8, I am not sure that we fixed the problem completely
   
   > java.lang.AssertionError: Received message msg num 0 did not match the expected message msg num 6 expected [msg num 6] but found [msg num 0]
   > 	at org.testng.Assert.fail(Assert.java:99)
   > 	at org.testng.Assert.failNotEquals(Assert.java:1037)
   > 	at org.testng.Assert.assertEqualsImpl(Assert.java:140)
   > 	at org.testng.Assert.assertEquals(Assert.java:122)
   > 	at org.apache.pulsar.client.api.ProducerConsumerBase.testMessageOrderAndDuplicates(ProducerConsumerBase.java:59)
   > 	at org.apache.pulsar.client.api.TopicReaderTest.testReaderIsAbleToSeekWithTimeOnMiddleOfTopic(TopicReaderTest.java:1375)
   > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   
   
   cc @nicoloboschi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org