BewareMyPower opened a new issue #11549: URL: https://github.com/apache/pulsar/issues/11549
**Describe the bug** Recently I found a bug in C++ client that was introduced from #11492 (I'll fix it soon). However, the point is, the related C++ unit tests should fail but the CI passed. See https://github.com/apache/pulsar/runs/3188401433: ``` 176 ms: ./main AuthPluginToken.testTokenWithHttpUrl (try #1) 89 ms: ./main AuthPluginToken.testTokenWithHttpUrl (try #2) 35 ms: ./main BasicEndToEndTest.testV2TopicHttp (try #1) 27 ms: ./main BasicEndToEndTest.testV2TopicHttp (try #2) 27 ms: ./main BasicEndToEndTest.testHandlerReconnectionLogic (try #1) 25 ms: ./main BasicEndToEndTest.testHandlerReconnectionLogic (try #2) 1519 ms: ./main ClientTest.testConnectTimeout (try #1) 1519 ms: ./main ClientTest.testConnectTimeout (try #2) 28 ms: ./main ProtobufNativeSchemaTest.testSchemaJson (try #1) 34 ms: ./main ProtobufNativeSchemaTest.testSchemaJson (try #2) 107 ms: ./main ProtobufNativeSchemaTest.testAutoCreateSchema (try #1) 69 ms: ./main ProtobufNativeSchemaTest.testSchemaIncompatibility (try #1) 86 ms: ./main ProtobufNativeSchemaTest.testAutoCreateSchema (try #2) 97 ms: ./main ProtobufNativeSchemaTest.testSchemaIncompatibility (try #2) 91 ms: ./main ProtobufNativeSchemaTest.testEndToEnd (try #1) 82 ms: ./main ProtobufNativeSchemaTest.testEndToEnd (try #2) 9244 ms: ./main KeySharedConsumerTest.testOrderingKeyPriority (try #1) 1059 ms: ./main ConsumerTest.testBatchUnAckedMessageTracker (try #1) 121 ms: ./main ClientDeduplicationTest.testProducerDeduplication (try #1) 73 ms: ./main ClientDeduplicationTest.testProducerDeduplication (try #2) 40 ms: ./main AuthPluginTest.testTlsDetectHttps (try #1) 40 ms: ./main AuthPluginTest.testTlsDetectHttps (try #2) ``` It looks like the current CI of cpp tests allow the failed tests and bugs could be introduced with CI passed. **To Reproduce** **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] **Additional context** Add any other context about the problem here. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
