Skip to content

Commit 9488e4b

Browse files
committed
Mute full cluster restart test recovery test
This test is failing because of an addition of a call to GET /_cluster/health with the parameter wait_for_no_initializing_shards set to true. As older versions of Elasticsearch do not understand this parameter, this request fails and the test fails. This commit marks this test as awaiting a fix.
1 parent 47456e0 commit 9488e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ public void testEmptyShard() throws IOException {
699699
* Tests recovery of an index with or without a translog and the
700700
* statistics we gather about that.
701701
*/
702+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29544")
702703
public void testRecovery() throws IOException {
703704
int count;
704705
boolean shouldHaveTranslog;

0 commit comments

Comments
 (0)