parent
dcb3b2c18a
commit
8ee4c4d5ba
|
@ -34,6 +34,7 @@ import static org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_READ_ONLY
|
|||
|
||||
public class PendingTasksBlocksIT extends ESIntegTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
|
||||
public void testPendingTasksWithIndexBlocks() {
|
||||
createIndex("test");
|
||||
ensureGreen("test");
|
||||
|
@ -51,6 +52,7 @@ public class PendingTasksBlocksIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
|
||||
public void testPendingTasksWithClusterReadOnlyBlock() {
|
||||
if (randomBoolean()) {
|
||||
createIndex("test");
|
||||
|
@ -66,6 +68,7 @@ public class PendingTasksBlocksIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44695")
|
||||
public void testPendingTasksWithClusterNotRecoveredBlock() throws Exception {
|
||||
if (randomBoolean()) {
|
||||
createIndex("test");
|
||||
|
|
Loading…
Reference in New Issue