|
@@ -202,6 +202,7 @@ public class NodeShutdownIT extends ESRestTestCase {
|
|
|
* 2) Ensures the status properly comes to rest at COMPLETE after the shards have moved.
|
|
|
*/
|
|
|
@SuppressWarnings("unchecked")
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77488")
|
|
|
public void testShardsMoveOffRemovingNode() throws Exception {
|
|
|
String nodeIdToShutdown = getRandomNodeId();
|
|
|
|
|
@@ -275,6 +276,7 @@ public class NodeShutdownIT extends ESRestTestCase {
|
|
|
ensureGreen(indexName);
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77456")
|
|
|
public void testStalledShardMigrationProperlyDetected() throws Exception {
|
|
|
String nodeIdToShutdown = getRandomNodeId();
|
|
|
int numberOfShards = randomIntBetween(1,5);
|