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