Skip to content

Conversation

@ivancea
Copy link
Contributor

@ivancea ivancea commented Mar 7, 2025

Fixes #124165

@ivancea ivancea added >test Issues or PRs that are addressing/adding tests Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) auto-backport Automatically create backport pull requests when merged :Analytics/ES|QL AKA ESQL v8.19.0 v9.0.1 v9.1.0 labels Mar 7, 2025
@ivancea ivancea requested review from astefan and nik9000 March 7, 2025 15:21
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

return;
}
int positionCount = randomIntBetween(1, 16 * 1024);
int positionCount = randomIntBetween(0, 16 * 1024);
Copy link
Contributor Author

@ivancea ivancea Mar 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't do much, but as it now correctly works with 0 elements, we assert that noElements == !hadMultivaluedFields

Copy link
Contributor

@astefan astefan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but @nik9000 is the relevant reviewer here ;-)

@ivancea
Copy link
Contributor Author

ivancea commented Mar 10, 2025

Just checked the other tests in this class; they have the required checks in place

@ivancea ivancea merged commit 0160c56 into elastic:main Mar 10, 2025
17 checks passed
@ivancea ivancea deleted the fix-block-multivalued-test branch March 10, 2025 14:31
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.x Commit could not be cherrypicked due to conflicts
9.0 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 124339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL auto-backport Automatically create backport pull requests when merged Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v8.19.0 v9.0.1 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] BlockMultiValuedTests testToMask {elementType=BOOLEAN nullAllowed=true} failing

4 participants