test: exempt known broken AppSec musl ZTS releases - #4207
morrisonlevi wants to merge 1 commit into
Conversation
❌ ErrorsYour PR has failed checks. Please review the issues below and take necessary action before merging. 🚦 9 Pipeline jobs failed
ℹ️ InfoNo other issues found (see more)🧪 All tests passed 🎯 Code Coverage (details) Useful? React with 👍 / 👎 This comment will be updated automatically if new data arrives.🔗 Commit SHA: a84efd7 | Docs | View more details | Give us feedback! |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
cataphract
left a comment
There was a problem hiding this comment.
Approved. But why are we running tests against releases on every commit?
|
I had the same question! What this is really testing is that the |
Description
The appsec installer tests will forever fail on Alpine ZTS releases for 1.25.x because they have a dependency on
__cxa_thread_atexit_implwhich is not provided. Skip them so we don't fail them in every PR until 1.25.2 or 1.26.0 are made.Reviewer checklist