Skip to content
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

[CI] EntitlementsAllowedIT testCheckActionWithPolicyPass {pathPrefix=allowed_nonmodular actionName=create_ldap_cert_store} failing #120423

Closed
elasticsearchmachine opened this issue Jan 17, 2025 · 4 comments · Fixed by #120463
Assignees
Labels
:Core/Infra/Core Core issues without another label low-risk An open issue or test failure that is a low risk to future releases Team:Core/Infra Meta label for core/infra team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Jan 17, 2025

Build Scans:

Reproduction Line:

./gradlew ":libs:entitlement:qa:javaRestTest" --tests "org.elasticsearch.entitlement.qa.EntitlementsAllowedIT.testCheckActionWithPolicyPass {pathPrefix=allowed actionName=create_ldap_cert_store}" -Dtests.seed=4B4240EEBDB43BE9 -Dtests.locale=en-MO -Dtests.timezone=Asia/Chita -Druntime.java=17 -Dtests.fips.enabled=true

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [GET], host [http://127.0.0.1:46173], URI [/_entitlement/allowed/_check?action=create_ldap_cert_store], status line [HTTP/1.1 500 Internal Server Error]
{"error":{"root_cause":[{"type":"no_such_algorithm_exception","reason":"LDAP CertStore not available"}],"type":"no_such_algorithm_exception","reason":"LDAP CertStore not available"},"status":500}

Issue Reasons:

  • [8.x] 15 consecutive failures in step openjdk17_checkpart1_java-fips-matrix
  • [8.x] 15 failures in test testCheckActionWithPolicyPass {pathPrefix=allowed_nonmodular actionName=create_ldap_cert_store} (2.5% fail rate in 608 executions)
  • [8.x] 15 failures in step openjdk17_checkpart1_java-fips-matrix (100.0% fail rate in 15 executions)
  • [8.x] 15 failures in pipeline elasticsearch-periodic (93.8% fail rate in 16 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI Team:Core/Infra Meta label for core/infra team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jan 17, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-core-infra (Team:Core/Infra)

@ldematte ldematte self-assigned this Jan 20, 2025
@ldematte ldematte added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jan 20, 2025
@ldematte
Copy link
Contributor

Apparently, we don't have have the LDAP store at all for FIPS, at least for JDK 17. Test(s) will need to be adjusted.

@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 11 consecutive failures in step openjdk21_checkpart1_java-fips-matrix
  • [main] 12 failures in test testCheckActionWithPolicyPass {pathPrefix=allowed_nonmodular actionName=create_ldap_cert_store} (3.2% fail rate in 375 executions)
  • [main] 11 failures in step openjdk21_checkpart1_java-fips-matrix (100.0% fail rate in 11 executions)
  • [main] 11 failures in pipeline elasticsearch-periodic (100.0% fail rate in 11 executions)

Build Scans:

elasticsearchmachine added a commit that referenced this issue Jan 20, 2025
…ActionWithPolicyPass {pathPrefix=allowed_nonmodular actionName=create_ldap_cert_store} #120423
@ldematte
Copy link
Contributor

The fix is in #120463, but now I have to unmute too 🤕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label low-risk An open issue or test failure that is a low risk to future releases Team:Core/Infra Meta label for core/infra team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants