aleksraiden opened a new pull request, #3330: URL: https://github.com/apache/kvrocks/pull/3330
After extensive testing, I identified the root cause of the broken CI tests: the Alpine version used in the tests is too new. Alpine 3.23 introduces many changes, some of which cause compatibility issues. Specifically, our C++ tests for the Cluster fail to start and crash without any output. As a quick fix, this PR switches to Alpine 3.22 by updating the image version in the CI matrix This patch fix a bugs into #3329 #3328 #3232 -- 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]
