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
[scout] pre-create ES .security-* indexes before parallel tests are run (elastic#234269)
## Summary
Adding `preCreateSecurityIndexes` Playwright fixture to run
automatically as a part of `globalSetup` hook for parallel tests
execution.
This fixture is a workaround to pre-create ES `.security-*` indexes
before actual tests run: today we periodically see ES responding with
401 when authentication is run concurrently while those indexes do not
exist. Since Kibana doesn't retry this error, tests execution fails due
to failed login.
0 commit comments