Skip to content

Commit d7aa33e

Browse files
authored
Fixing number of shards for random_rerank_retriever tests to ensure score validation (#114877)
1 parent e79127b commit d7aa33e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ tests:
8080
- class: org.elasticsearch.xpack.restart.CoreFullClusterRestartIT
8181
method: testSnapshotRestore {cluster=UPGRADED}
8282
issue: https://github.com/elastic/elasticsearch/issues/111799
83-
- class: org.elasticsearch.xpack.inference.InferenceRestIT
84-
method: test {p0=inference/80_random_rerank_retriever/Random rerank retriever predictably shuffles results}
85-
issue: https://github.com/elastic/elasticsearch/issues/111999
8683
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
8784
issue: https://github.com/elastic/elasticsearch/issues/112147
8885
- class: org.elasticsearch.smoketest.WatcherYamlRestIT

x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/80_random_rerank_retriever.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ setup:
88
indices.create:
99
index: test-index
1010
body:
11+
settings:
12+
number_of_shards: 1
1113
mappings:
1214
properties:
1315
text:

0 commit comments

Comments
 (0)