-
Notifications
You must be signed in to change notification settings - Fork 724
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
Transient CI failures for target S2nIntegrationV2SmallBatch #3339
Labels
Comments
more errors, for well-known-endpoint Amazon on TLS 1.0
|
Actually I think I'm gonna close out this issue and open a new one because it seems like failure behavior has changed significantly. The only false negatives that I see on |
Closing this issue out, new issue is #3999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Security issue notifications
If you discover a potential security issue in s2n we ask that you notify
AWS Security via our vulnerability reporting page. Please do not create a public github issue.
Problem:
I see some transient CI failures in the CI target
S2nIntegrationV2SmallBatch
. One example isThere is some weak consistency in failures:
test_well_known_endpoints.py
, but it can vary.There doesn't appear to be any correlation with the libcrypto used. I have seen failures for almost all of them: openssl 1.0.2, openssl 1.1.1, aws-lc, awslc-fips.
Here are some failures for the past two weeks or so:
libcrypto = openssl 1.0.2, endpoint = apple.com, test script = test_well_known_endpoints.py
: build batch buildlibcrypto = openssl 1.0.2, endpoint = ebay.com, test script = test_well_known_endpoints.py
: build batch buildlibcrypto = openssl 1.0.2, endpoint = att.com, test script = test_well_known_endpoints.py
: build batch buildlibcrypto = openssl 1.1.1, endpoint = att.com, test script = test_well_known_endpoints.py
: build batch buildlibcrypto = aws-lc, test script = test_cross_compatibility.py
: (internal) build batch buildlibcrypto = awslc-fips, endpoint = att.com, test script = test_well_known_endpoints.py
: (internal) build batch buildSolution:
A description of the possible solution in terms of S2N architecture. Highlight and explain any potentially controversial design decisions taken.
Requirements / Acceptance Criteria:
What must a solution address in order to solve the problem? How do we know the solution is complete?
Out of scope:
Is there anything the solution will intentionally NOT address?
The text was updated successfully, but these errors were encountered: