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