parent
44a0c468cf
commit
a4a4259cac
|
@ -286,6 +286,7 @@ public class SnapshotResiliencyTests extends ESTestCase {
|
|||
assertThat(snapshotIds, hasSize(1));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
|
||||
public void testConcurrentSnapshotCreateAndDelete() {
|
||||
setupTestCluster(randomFrom(1, 3, 5), randomIntBetween(2, 10));
|
||||
|
||||
|
@ -335,6 +336,7 @@ public class SnapshotResiliencyTests extends ESTestCase {
|
|||
* Simulates concurrent restarts of data and master nodes as well as relocating a primary shard, while starting and subsequently
|
||||
* deleting a snapshot.
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41326")
|
||||
public void testSnapshotPrimaryRelocations() {
|
||||
final int masterNodeCount = randomFrom(1, 3, 5);
|
||||
setupTestCluster(masterNodeCount, randomIntBetween(2, 10));
|
||||
|
|
Loading…
Reference in New Issue