-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Release] Integration tests on source verification for almalinux and Ubuntu fail #41201
Comments
I am having maven issues on my docker containers reproducing locally. I will keep investigating. |
CC @pitrou |
This only fails on this platform? |
It seems like the C++ side is the common issue here |
In the maintenance branch it fails on Ubuntu 20.04, Ubuntu 22.04 and Almalinux 8, see: #41118 (comment) edit Ubuntu version |
we appear to have been bitten by https://stackoverflow.com/questions/44086269/why-does-my-variant-convert-a-stdstring-to-a-bool though I wonder why some platforms appear to do it "correctly" (incorrectly?) |
wow, I'm not sure how these pass in the first place |
Issue resolved by pull request 41202 |
…t std::string to avoid compiler interpreting char* -> bool (apache#41202) * GitHub Issue: apache#41201 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…t std::string to avoid compiler interpreting char* -> bool (apache#41202) * GitHub Issue: apache#41201 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
Some integration tests have been failing for the last three months on Ubuntu and Almalinux:
verify-rc-source-integration-linux-almalinux-8-amd64
verify-rc-source-integration-linux-ubuntu-20.04-amd64
I am not entirely sure if this warning is the relevant bit:
This has been failing since those commits were introduced (55afcf0...05b8f36).
Component(s)
Continuous Integration, Release
The text was updated successfully, but these errors were encountered: