Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15] Fix bit vector tests (#110521) #110525

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ setup:
indices.create:
index: test-index
body:
settings:
number_of_shards: 1
mappings:
properties:
vector:
Expand Down Expand Up @@ -107,7 +109,6 @@ setup:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
body:
query:
script_score:
Expand Down Expand Up @@ -138,7 +139,6 @@ setup:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
body:
query:
script_score:
Expand All @@ -152,7 +152,6 @@ setup:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
body:
query:
script_score:
Expand All @@ -167,7 +166,6 @@ setup:
headers:
Content-Type: application/json
search:
rest_total_hits_as_int: true
body:
query:
script_score:
Expand Down
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ tests:
- class: org.elasticsearch.compute.lucene.ValueSourceReaderTypeConversionTests
method: testLoadAll
issue: https://github.com/elastic/elasticsearch/issues/110244
- class: org.elasticsearch.painless.LangPainlessClientYamlTestSuiteIT
method: test {yaml=painless/146_dense_vector_bit_basic/Cosine Similarity is not supported}
issue: https://github.com/elastic/elasticsearch/issues/110290
- class: org.elasticsearch.painless.LangPainlessClientYamlTestSuiteIT
method: test {yaml=painless/146_dense_vector_bit_basic/Dot Product is not supported}
issue: https://github.com/elastic/elasticsearch/issues/110291
- class: org.elasticsearch.action.search.SearchProgressActionListenerIT
method: testSearchProgressWithQuery
issue: https://github.com/elastic/elasticsearch/issues/109867
Expand Down