oversearch commented on pull request #11668: URL: https://github.com/apache/pulsar/pull/11668#issuecomment-902073075
@merlimat I think this is ready for review. I believe the current test failures are due to flakiness and not actual problems, since I can't reproduce them locally in any of the several configurations that I'm testing under (multiple versions of GCC and clang under different Linux distros, one of which is WSL). The current CPP test run failed in the Python tests due to a segfault. I've seen this before, but can't reproduce it. I was looking through the log, and it appears that those tests are running under Python 2.7 in the CI system. Is that intended? Official support for Python 2.x ended last year. The Python tests pass (mostly consistently...) for me under Python 3.6 and 3.9 after I fixed a few of the tests in this change. -- 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]
