Skip to content

Commit 77dd043

Browse files
authored
backport change (elastic#130631)
Backports the following commits to 9.1: - Unmute SearchWithRejectionsIT testOpenContextsAfterRejections (elastic#130628)
1 parent f06fff1 commit 77dd043

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@ tests:
296296
- class: org.elasticsearch.packaging.test.DockerTests
297297
method: test023InstallPluginUsingConfigFile
298298
issue: https://github.com/elastic/elasticsearch/issues/126145
299-
- class: org.elasticsearch.search.SearchWithRejectionsIT
300-
method: testOpenContextsAfterRejections
301-
issue: https://github.com/elastic/elasticsearch/issues/126340
302299
- class: org.elasticsearch.smoketest.MlWithSecurityIT
303300
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
304301
issue: https://github.com/elastic/elasticsearch/issues/123200

server/src/internalClusterTest/java/org/elasticsearch/search/SearchWithRejectionsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void testOpenContextsAfterRejections() throws Exception {
5858
}
5959
assertBusy(
6060
() -> assertThat(indicesAdmin().prepareStats().get().getTotal().getSearch().getOpenContexts(), equalTo(0L)),
61-
1,
61+
2,
6262
TimeUnit.SECONDS
6363
);
6464
}

0 commit comments

Comments
 (0)