You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integrationTest ci check has been having silent failures that have only been surfaced recently due to #4814 and catching the issues as part of release time testing. There are a few failing tests in InternalUsersScoreBasedPasswordRulesRestApiIntegrationTest.
Potentially caused by the static initialization of cluster settings in classes that subclass AbstractApiIntegrationTest
The text was updated successfully, but these errors were encountered:
cwperks
added
bug
Something isn't working
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 25, 2024
cwperks
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 28, 2024
What is the bug?
The
integrationTest
ci check has been having silent failures that have only been surfaced recently due to #4814 and catching the issues as part of release time testing. There are a few failing tests inInternalUsersScoreBasedPasswordRulesRestApiIntegrationTest
.Reference run: https://github.com/opensearch-project/security/actions/runs/11521949839/job/32076735911?pr=4844
Do you have any additional context?
Potentially caused by the static initialization of cluster settings in classes that subclass AbstractApiIntegrationTest
The text was updated successfully, but these errors were encountered: