Skip to content
Merged
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
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,9 @@ tests:
- class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT
method: testSearchWhileRelocating
issue: https://github.com/elastic/elasticsearch/issues/127188
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
method: test {p0=search.vectors/41_knn_search_byte_quantized/Test index configured rescore vector score consistency}
issue: https://github.com/elastic/elasticsearch/issues/128077
- class: org.elasticsearch.compute.operator.ChangePointOperatorTests
method: testSimpleFinishClose
issue: https://github.com/elastic/elasticsearch/issues/127106
- class: org.elasticsearch.search.CCSDuelIT
method: testTerminateAfter
issue: https://github.com/elastic/elasticsearch/issues/126085
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
method: test {yaml=search.vectors/41_knn_search_byte_quantized/Test index configured rescore vector score consistency}
issue: https://github.com/elastic/elasticsearch/issues/128353
Original file line number Diff line number Diff line change
Expand Up @@ -884,22 +884,3 @@ setup:
- match: { hits.hits.1._score: $default_rescore1 }
- match: { hits.hits.2._score: $override_score2 }
- match: { hits.hits.2._score: $default_rescore2 }

- do:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
index: int8_rescore_zero_hnsw
body:
knn:
field: vector
query_vector: [-0.5, 90.0, -10, 14.8]
k: 3
num_candidates: 3

# Compare scores as hit IDs may change depending on how things are distributed
- match: { hits.total: 3 }
- match: { hits.hits.0._score: $raw_score0 }
- match: { hits.hits.1._score: $raw_score1 }
- match: { hits.hits.2._score: $raw_score2 }
Original file line number Diff line number Diff line change
Expand Up @@ -919,22 +919,3 @@ setup:
- match: { hits.hits.1._score: $default_rescore1 }
- match: { hits.hits.2._score: $override_score2 }
- match: { hits.hits.2._score: $default_rescore2 }

- do:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
index: int4_rescore_zero_hnsw
body:
knn:
field: vector
query_vector: [-0.5, 90.0, -10, 14.8]
k: 3
num_candidates: 3

# Compare scores as hit IDs may change depending on how things are distributed
- match: { hits.total: 3 }
- match: { hits.hits.0._score: $raw_score0 }
- match: { hits.hits.1._score: $raw_score1 }
- match: { hits.hits.2._score: $raw_score2 }