-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG] Intermittent test failure Tenancy persisted after Logout in SAML
#1193
Comments
@cwperks Saw another failure on this test, slightly after the area you recently addressed, mind taking a look at it? Feel free to use from this workflow as a starting point for testing reliability, https://github.com/peternied/security-dashboards-plugin/blob/main/.github/workflows/unit-test-many.yml
|
@cwperks Looks like you had a PR for this issue that you ended up closing out, anything that would be useful to put on to this issue for how we move forward? |
I wasn't able to get the test working reliably. @RyanL1997 is now setup to run these auth tests locally and has been looking into test reliability. What I recommend for anyone who picks up the issue is to run the integration tests in parallel using github. You can modify the
which helps show test reliability if more of the instances of the integration tests running pass. In my experience, the integration tests are failing ~50% of the time with the flaky |
This test has now been ported over to cypress in this PR: #1579 I am closing this issue because this failure hasn't been observed since switching to Cypress. |
What is the bug?
Seeing intermittent test failures from
Tenancy persisted after Logout in SAML
[1] The test failed on a run where no UX elements were modifiedHow can one reproduce the bug?
Unclear how to reproduce the bug, consult the build output for detailed failure information.
What is the expected behavior?
Tests should only fail when an error was introduced in the codebase, or network infrastructure was unavailable.
Do you have any additional context?
Impacted pull request #1189
[1] https://github.com/opensearch-project/security-dashboards-plugin/actions/runs/3387197856/jobs/5627610065
The text was updated successfully, but these errors were encountered: