[1.1.1][github-ci] Fix ubsan tests#16337
Closed
romen wants to merge 14 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Closed
[1.1.1][github-ci] Fix ubsan tests#16337romen wants to merge 14 commits intoopenssl:OpenSSL_1_1_1-stablefrom
romen wants to merge 14 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Conversation
This commit does not include the daily run-checker workflow.
The daily run-checker is scheduled to start at 6:42, instead of the start of the hour. The official GitHub documentation remarks the following regarding scheduled workflows: > Note: The schedule event can be delayed during periods of high loads > of GitHub Actions workflow runs. High load times include the start of > every hour. To decrease the chance of delay, schedule your workflow to > run at a different time of the hour. 42, obviously, has been picked because it is the answer to the ultimate question of life, the universe, and everything.
This commit temporarily disables cross-compiling tests for sparcv9, due to failures to be investigated in a dedicated PR.
This commit temporarily disables krb5 external tests, due to failures to be investigated in a dedicated PR.
This commit temporarily disables pyca external tests, due to failures to be investigated in a dedicated PR.
This commit temporarily disables tests for no-tls1_3, due to failures to be investigated in a dedicated PR.
In 1.1.1 currently we do not support running multiple tests in parallel, and the `--debug -O1` msan build required more than 3h to run the tests. This commit temporarily disables this build configuration.
This commit temporarily disables the ubsan build, due to failures to be investigated in a dedicated PR.
This reverts commit 111244d.
16 tasks
This should be dropped before final merge, it is only meant to trigger the execution of the tests within the PR.
Member
Author
|
Here is the verbose output for the outstanding failures: https://github.com/openssl/openssl/pull/16337/checks?check_run_id=3349544390 @levitte do you have suggestions on how to fix them? |
Member
Author
|
Closing this as @bernd-edlinger fixed it in #16423 . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is based on #16252 and will need to be rebased once that is merged.
Tasks