-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ES|QL: fix MultiClustersIT.testNotLikeListKeyword #131199
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-analytical-engine (Team:Analytics) |
TestEntitlementBootstrap.setActive(false == withoutEntitlements); | ||
TestEntitlementBootstrap.setTriviallyAllowingTestCode(false == withEntitlementsOnTestCode); | ||
if (entitledPackages != null) { | ||
assert withEntitlementsOnTestCode == false : "Cannot use @WithEntitlementsOnTestCode together with @EntitledTestPackages"; |
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.
Is this change related?
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.
No... probably a fat finger, let me fix it
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 think GitHub is not having a good day... I didn't change it, this PR did, so that change is already in main
.
Updating the PR branch fixed the "problem"
@luigidellaquila Thank you for addressing this and sorry I missed this in my PR. I will backport this in 9.1 and 8.19 as the fix is needed there too. |
(cherry picked from commit d154230) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit d154230) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit d154230) # Conflicts: # muted-tests.yml Co-authored-by: Luigi Dell'Aquila <[email protected]>
(cherry picked from commit d154230) # Conflicts: # muted-tests.yml Co-authored-by: Luigi Dell'Aquila <[email protected]>
Thanks @julian-elastic! |
Make testNotLikeListKeyword more deterministic: in some cases, it returns no values for the remote or for the local cluster, that is just a consequence of the randomization.
Fixes: #131155