-
Notifications
You must be signed in to change notification settings - Fork 25k
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
ESQL: Fix EsqlSecurityIT LOOKUP tests not checking snapshot #119283
ESQL: Fix EsqlSecurityIT LOOKUP tests not checking snapshot #119283
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
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.
I suppose we could do a capabilities test instead of this. But that's just more complex, I think.
@nik9000 Just added the capability checks instead. Also added esql-core and esql as dependencies to the project for it to work |
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.
That's fine. You could have done the capability check over REST too, which is how the yaml tests work. They really are all fine.
If you have a mixed version cluster here then doing the capability tests over REST is great because it'll properly make sure all nodes have it.
💚 Backport successful
|
…119283) Without the snapshot check, the periodic tests were failing. Fixes elastic#119268 Fixes elastic#119269 Fixes elastic#119270 Fixes elastic#119271
Without the snapshot check, the periodic tests were failing.
Fixes #119268
Fixes #119269
Fixes #119270
Fixes #119271