Skip to content

Fix OperatorTestCase small input size#136982

Merged
afoucret merged 1 commit intoelastic:mainfrom
afoucret:fix-operator-test-case-small-input-size
Oct 22, 2025
Merged

Fix OperatorTestCase small input size#136982
afoucret merged 1 commit intoelastic:mainfrom
afoucret:fix-operator-test-case-small-input-size

Conversation

@afoucret afoucret added >test-failure Triaged test failures from CI :Analytics/ES|QL AKA ESQL labels Oct 22, 2025
@elasticsearchmachine elasticsearchmachine added v9.3.0 Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Oct 22, 2025
@elasticsearchmachine
Copy link
Collaborator

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


protected int smallInputSize() {
return randomIntBetween(1, 100);
return randomIntBetween(10, 100);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

A 0 was stayed in my keyboard.

Copy link
Member

@kderusso kderusso left a comment

Choose a reason for hiding this comment

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

Gotta love typos 😁

@afoucret afoucret merged commit e258b6f into elastic:main Oct 22, 2025
34 checks passed
fzowl pushed a commit to voyage-ai/elasticsearch that referenced this pull request Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI v9.3.0

4 participants