Skip to content

Conversation

@edsavage
Copy link
Contributor

Tweak params in "sparse_vector_search/Test sparse_vector search with query vector and pruning config" yaml rest test for more deterministic outcome. The test has now been unmuted.

Tested with

for (( i=0; i<100; ++i )); do echo $i; ./gradlew ":x-pack:plugin:ml:qa:ml-with-security:yamlRestTest" --tests "org.elasticsearch.smoketest.MlWithSecurityIT.test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}"; if [ $? != 0 ]; then echo "test failed"; break; fi ; done

with no failures.

Fixes #119548

Tweak params in "sparse_vector_search/Test sparse_vector search with query vector and pruning config"
yaml rest test for more deterministic outcome. The test has now been unmuted.

Tested with

```
for (( i=0; i<100; ++i )); do echo $i; ./gradlew ":x-pack:plugin:ml:qa:ml-with-security:yamlRestTest" --tests "org.elasticsearch.smoketest.MlWithSecurityIT.test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}"; if [ $? != 0 ]; then echo "test failed"; break; fi ; done
```

with no failures.

Fixes elastic#119548
@edsavage edsavage added >non-issue >test Issues or PRs that are addressing/adding tests :ml Machine learning auto-backport Automatically create backport pull requests when merged v9.3.0 branch:9.2 branch:9.1 branch:8.19 labels Nov 28, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

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

Labels

auto-backport Automatically create backport pull requests when merged :ml Machine learning >non-issue Team:ML Meta label for the ML team >test Issues or PRs that are addressing/adding tests v8.19.9 v9.1.9 v9.2.3 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] MlWithSecurityIT test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config} failing

2 participants