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/10/21 03:11:34 UTC

[GitHub] [pulsar-client-cpp] BewareMyPower opened a new pull request, #59: [flaky-test] Fix very flaky tests for TEST_P

BewareMyPower opened a new pull request, #59:
URL: https://github.com/apache/pulsar-client-cpp/pull/59

   Fixes #58 #24
   
   ### Motivation
   
   gtest-parallel runs tests in different processes, not threads. So the topic name could be the same even if it has the timestamp suffix. Then `ConsumerBusy` error would occur.
   
   ### Modifications
   
   In each `TEST_P` method, convert `GetParam()` to a unique string to avoid topic conflict.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `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-client-cpp] merlimat merged pull request #59: [flaky-test] Fix very flaky tests for TEST_P

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #59:
URL: https://github.com/apache/pulsar-client-cpp/pull/59


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