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 2022/07/09 10:44:25 UTC

[GitHub] [pulsar] codelipenghui opened a new pull request, #16493: [fix][flaky-test] PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition

codelipenghui opened a new pull request, #16493:
URL: https://github.com/apache/pulsar/pull/16493

   Fixes #6014
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16493: [fix][flaky-test] PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16493:
URL: https://github.com/apache/pulsar/pull/16493#issuecomment-1179522244

   @codelipenghui Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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


[GitHub] [pulsar] BewareMyPower commented on pull request #16493: [fix][flaky-test] PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition

Posted by "BewareMyPower (via GitHub)" <gi...@apache.org>.
BewareMyPower commented on PR #16493:
URL: https://github.com/apache/pulsar/pull/16493#issuecomment-1439554475

   It's still flaky, while it now sometimes failed at
   
   ```java
           verifyConsumerActive(listener1, -1);
   ```
   
   ```
   java.lang.AssertionError: 
   Expected :null
   Actual   :-1
   <Click to see difference>
   
   	at org.apache.pulsar.broker.service.PersistentFailoverE2ETest.verifyConsumerActive(PersistentFailoverE2ETest.java:110)
   	at org.apache.pulsar.broker.service.PersistentFailoverE2ETest.testSimpleConsumerEventsWithoutPartition(PersistentFailoverE2ETest.java:156)
   ```


-- 
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


[GitHub] [pulsar] codelipenghui merged pull request #16493: [fix][flaky-test] PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition

Posted by GitBox <gi...@apache.org>.
codelipenghui merged PR #16493:
URL: https://github.com/apache/pulsar/pull/16493


-- 
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