[1.1.1][github-ci] Enable krb5 external tests#16339
[1.1.1][github-ci] Enable krb5 external tests#16339romen wants to merge 12 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 f73c372.
|
@kaduk can you help with this? |
|
Yes, I will take a look. I might have a couple days' latency, though. |
Thanks! |
|
Reporting on what I found so far before I get sucked into other things this week: It seems that (part of) the krb5 test suite is using pyopenssl to be the "other side" of the end-to-end test, which involves having pyopenssl load up the certificates in https://github.com/krb5/krb5/tree/krb5-1.19.1-final/src/tests/dejagnu/proxy-certs , which involves the system openssl (which I assume pyopenssl is backending to) getting a crack at them via They seem to all be 2048-bit RSA with SHA256, though, so I'm not sure what part would be making the system openssl unhappy. |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 30 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 61 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 92 days ago |
|
What needs to happen here? |
|
My sketch of a plan was to drop some |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 30 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 61 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 92 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 123 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 154 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 185 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 216 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 247 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 278 days ago |
|
@romen will you rebase this? |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 30 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 61 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 92 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 123 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 154 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 185 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 216 days ago |
|
This PR is in a state where it requires action by @openssl/committers but the last update was 247 days ago |
|
Is this PR still wanted? Several conflicts, and marked as draft... |
|
Closing. |
This is based on #16252 and will need to be rebased once that is merged.
Tasks