-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
quictls/openssl 3.0.0-alpha-15 tests #38451
Conversation
@richardlau This should enable us to dynamically link with quictls/openssl 3.0.0-alpha-15. I've tested this locally and I'm able to get all the tests to pass and hopefully this will enable us to update the CI job. |
@danbev With this PR I'm down to one failure when testing locally with openssl3.0.0-alpha15+quic,
|
Ah sorry about that, I only ran the test target. I'll run test-benchmark and update the test. |
Tests are all passing now. Thanks. |
@danbev any reason for this to remain in draft? |
Not really, I was only concerned about it breaking until we upgrade to alpha-15 but I'll change it now. |
Ah didn't realise this breaks on openssl 3.0.0-alpha14 😞. This will need some coordination to not break all the other open PRs. |
That's a lot of skipped tests. Is the idea that when it's out of alpha, they won't be skipped anymore? |
We should be able to enable these again once #15067 is in a new release which will hopefully be in the next alpha (or beta) release of OpenSSL. |
Does anyone know how to get the actions to run? Do we need to force push to this PR to trigger them? |
I'm not sure but I'll rebase this now and that should run them. |
8524e0d
to
3cd3b58
Compare
Thanks. As previously mentioned this PR needs to be coordinated with nodejs/build#2644 as it makes the tests break on openssl 3.0.0-alpha14+quic (currently used on the CI). My plan is to get CI runs on this PR that are passing except for the openssl300 build (expected to fail) and then update the build containers and resume (which should result in the openssl300 build passing) before landing. |
PR-URL: nodejs#38451 Fixes: nodejs#38373 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit skips some test when OpenSSL 3.0.0-alpha15 is used as there is an issue that causes them to fail. This is only a temp solution until there is new OpenSSL release. Fixes: nodejs#38373 PR-URL: nodejs#38451 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
3cd3b58
to
2ff93c8
Compare
Landed in aed17e9...2ff93c8. |
PR-URL: nodejs#38451 Fixes: nodejs#38373 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit skips some test when OpenSSL 3.0.0-alpha15 is used as there is an issue that causes them to fail. This is only a temp solution until there is new OpenSSL release. Fixes: nodejs#38373 PR-URL: nodejs#38451 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This pull request contains to commits related to updating to quictls/openssl 3.0.0-alpha-15.
Fixes: #38373