Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,6 @@ tests:
- class: org.elasticsearch.xpack.esql.action.ExternalCsvHivePartitionedIT
method: testCommaSeparatedResourceFirstFileWinsRoundTrips
issue: https://github.com/elastic/elasticsearch/issues/154662
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=search.vectors/42_knn_search_bbq_flat/Test knn search}
issue: https://github.com/elastic/elasticsearch/issues/154705
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
method: test40VerifyAutogeneratedCredentials
issue: https://github.com/elastic/elasticsearch/issues/154510
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,10 @@ setup:
index: test_index
max_num_segments: 1

- do:
indices.refresh:
index: test_index

- do:
search:
index: test_index
Expand Down Expand Up @@ -937,6 +941,10 @@ setup:
index: test_index
max_num_segments: 1

- do:
indices.refresh:
index: test_index

- do:
search:
index: test_index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ setup:
indices.forcemerge:
index: bbq_hnsw
max_num_segments: 1

- do:
indices.refresh:
index: bbq_hnsw
---
"Profile rescored knn search":

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ setup:
indices.forcemerge:
index: bbq_flat
max_num_segments: 1

- do:
indices.refresh: { }
---
"Test knn search":
- requires:
Expand Down Expand Up @@ -461,6 +464,10 @@ setup:
index: bbq_flat_nested
max_num_segments: 1

- do:
indices.refresh:
index: bbq_flat_nested

- do:
search:
index: bbq_flat_nested
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ setup:
indices.forcemerge:
index: bbq_flat
max_num_segments: 1

- do:
indices.refresh: { }
---
"Test knn search":
- requires:
Expand Down