BewareMyPower commented on issue #6732: Auto update topic partitions for C++ client URL: https://github.com/apache/pulsar/pull/6732#issuecomment-614758449 > @BewareMyPower thanks for the great work. Seems it is not normal for the cpp tests failure. > Could the tests get success in your local env? Yeah. The test also passed in github action, you can see CI of commit 89ba471. cpp-tests > run-tests (line 136) ``` [98/163] PartitionsUpdateTest.testPartitionsUpdate (13748 ms) ``` The strange thing is that the 163 tests cannot be completed, I've seen at most 141 tests completed, and the number may also be 121. The current test may be 98: ``` Thu, 16 Apr 2020 16:19:38 GMT [96/163] BasicEndToEndTest.testPatternEmptyUnsubscribe (37 ms) Thu, 16 Apr 2020 16:19:38 GMT [97/163] BasicEndToEndTest.testpatternMultiTopicsHttpConsumerPubSub (2493 ms) Thu, 16 Apr 2020 16:19:38 GMT [98/163] PartitionsUpdateTest.testPartitionsUpdate (13718 ms) ``` I guessed after 90 minutes (2 hours reached), the completes tests number will still be 90.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
