-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Disable check_on_startup for KibanaUserRoleIntegTests #118428
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
Conversation
Pinging @elastic/es-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Nice find!
Edit: I think we should backport this fix as it was reported for main branch, back in September .
💔 Backport failed
You can use sqren/backport to manually backport by running |
(cherry picked from commit c30ba12) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…118428) (elastic#118532) * Disable check_on_startup for KibanaUserRoleIntegTests (elastic#118428) (cherry picked from commit c30ba12) # Conflicts: # muted-tests.yml * fixup! Unmute test
…118428) (elastic#118532) * Disable check_on_startup for KibanaUserRoleIntegTests (elastic#118428) (cherry picked from commit c30ba12) # Conflicts: # muted-tests.yml * fixup! Unmute test
Resolves: #113592, #113593
The tests try to create an index (logstash-20-12-2015):
Then seeing a bunch of:
These warnings appear to be spread out over a pretty long period of time and is likely what causes the timeout.
This PR disables the INDEX_CHECK_ON_STARTUP to make sure the tests do not time out.