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 2020/11/11 12:46:13 UTC

[GitHub] [pulsar] BewareMyPower edited a comment on issue #8513: Flaky-test: cpp-test KeySharedConsumerTest

BewareMyPower edited a comment on issue #8513:
URL: https://github.com/apache/pulsar/issues/8513#issuecomment-725402811


   It's introduced in #7487 , the flaky test is caused by the verification of key shared distribution like https://github.com/apache/pulsar/blob/61e62133a8d63210915e737c2affd6935fc3c528/pulsar-broker/src/test/java/org/apache/pulsar/client/api/KeySharedSubscriptionTest.java#L968-L973.
   
   And the C++ implementation is https://github.com/apache/pulsar/blob/61e62133a8d63210915e737c2affd6935fc3c528/pulsar-client-cpp/tests/KeySharedConsumerTest.cc#L132-L138
   
   Since C++ unit tests are running in parallel, I thought it may be easier to fail. (I'm not sure if Java tests were running in parallel)


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

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