-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] HttpCertificateCommandTests testGenerateMultipleCertificateWithNewCA failing #126471
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
Comments
This has been muted on branch main Mute Reasons:
Build Scans: |
… testGenerateMultipleCertificateWithNewCA #126471
Pinging @elastic/es-security (Team:Security) |
Should be related to #126376 -- @slobodanadamovic would you be able to take a quick look? (Just wanna make sure this is a test issue, not prod code, because feature freeze). |
The nice thing is it actually reproduces with:
on |
Happens when |
Right, makes sense we now set a value by default so it's a matter of a broken test expection, not a prod code issue. Assigning |
Yeah, it's a test issue. I will raise a PR to fix it. |
This has been muted on branch 9.0 Mute Reasons:
Build Scans: |
… testGenerateMultipleCertificateWithNewCA #126471
Fixes an edge case where we randomly generate an empty list of key usages then pass it to `certutil` command. The empty means just apply the defaults, but we assert based on the generated empty set. Resolves elastic#126471
Fixes an edge case where we randomly generate an empty list of key usages then pass it to `certutil` command. The empty means just apply the defaults, but we assert based on the generated empty set. Resolves #126471 Co-authored-by: Tim Vernum <[email protected]>
Fixes an edge case where we randomly generate an empty list of key usages then pass it to `certutil` command. The empty means just apply the defaults, but we assert based on the generated empty set. Resolves elastic#126471 Co-authored-by: Tim Vernum <[email protected]> (cherry picked from commit 3db258e) # Conflicts: # muted-tests.yml
Fixes an edge case where we randomly generate an empty list of key usages then pass it to `certutil` command. The empty means just apply the defaults, but we assert based on the generated empty set. Resolves #126471 Co-authored-by: Tim Vernum <[email protected]> (cherry picked from commit 3db258e) # Conflicts: # muted-tests.yml
Build Scans:
Reproduction Line:
Applicable branches:
9.0
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: