Skip to content

Commit 0394054

Browse files
committed
Revert "Merged conflict resolved"
This reverts commit 9ef53f8.
1 parent 9ef53f8 commit 0394054

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

muted-tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -486,12 +486,9 @@ tests:
486486
- class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
487487
method: testLuceneVersionConstant
488488
issue: https://github.com/elastic/elasticsearch/issues/125638
489-
- class: org.elasticsearch.index.store.FsDirectoryFactoryTests
490-
method: testPreload
491-
issue: https://github.com/elastic/elasticsearch/issues/129852
492-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
493-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
494-
issue: https://github.com/elastic/elasticsearch/issues/129888
489+
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
490+
method: test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
491+
issue: https://github.com/elastic/elasticsearch/issues/129845
495492
- class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
496493
method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
497494
extractedAssemble, #2]"

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ setup:
8080
-
8181
standard:
8282
query:
83-
match_none: {}
83+
match: { text: "document" }
8484
-
8585
pinned:
8686
ids: ["doc4", "doc5"]
@@ -90,6 +90,9 @@ setup:
9090
match: { text: "document" }
9191

9292
- match: { hits.total.value: 5 }
93-
- match: { hits.hits.0._id: doc4 }
94-
- match: { hits.hits.1._id: doc5 }
93+
- match: { hits.hits.0._id: doc1 }
94+
- lt: { hits.hits.0._score: 100.0 }
95+
- match: { hits.hits.1._id: doc4 }
96+
- match: { hits.hits.2._id: doc5 }
97+
9598

0 commit comments

Comments
 (0)