[1.1.1][github-ci] Enable msan tests#16338
Closed
romen wants to merge 18 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Closed
[1.1.1][github-ci] Enable msan tests#16338romen wants to merge 18 commits intoopenssl:OpenSSL_1_1_1-stablefrom
romen wants to merge 18 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 e883149.
Member
Author
|
@paulidale @levitte Any ideas on what we could try to get at least partial memory sanitizer builds covered? In Travis days we used to have something for 1.1.1 IIRC: can we work something out based on that? @levitte how can I achieve the secondary goal of ensuring external 1.1.1 run-checker covers this? Can we do something buildbot based maybe which might have more resources/power to run these tests within reasonable limits? |
paulidale
reviewed
Aug 17, 2021
paulidale
reviewed
Aug 17, 2021
16 tasks
This temporarily removes all other workflows to focus only on the msan builds.
I wish we had VF=1 on `1.1.1`!
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
msanbuilds are run at least externally (buildbot or external run-checker runs)