Skip to content

Commit 2f1f24d

Browse files
authored
Updating queries used in rrf with text similarity tests (#114838)
1 parent 38d9710 commit 2f1f24d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ tests:
381381
- class: org.elasticsearch.xpack.enrich.EnrichRestIT
382382
method: test {p0=enrich/20_standard_index/enrich stats REST response structure}
383383
issue: https://github.com/elastic/elasticsearch/issues/114753
384-
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
385-
method: test {yaml=rrf/800_rrf_with_text_similarity_reranker_retriever/explain using rrf retriever and text-similarity}
386-
issue: https://github.com/elastic/elasticsearch/issues/114757
387384
- class: org.elasticsearch.xpack.enrich.EnrichRestIT
388385
method: test {p0=enrich/30_tsdb_index/enrich documents over _bulk}
389386
issue: https://github.com/elastic/elasticsearch/issues/114761

x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/rrf/800_rrf_with_text_similarity_reranker_retriever.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ setup:
125125
term: {
126126
topic: "science"
127127
}
128+
},
129+
"sort": {
130+
"integer": "asc"
128131
}
129132
}
130133
},
@@ -303,6 +306,9 @@ setup:
303306
term: {
304307
topic: "science"
305308
}
309+
},
310+
"sort": {
311+
"integer": "asc"
306312
}
307313
}
308314
},

0 commit comments

Comments
 (0)