One of the tests in this suit stops a master node, plus we're doing other node starts in this suit. => the internal test cluster should be TEST and not `SUITE` scoped to avoid random failures like the one in #47834 Closes #47834
This commit is contained in:
parent
2de3411c9c
commit
48823b1112
|
@ -60,6 +60,7 @@ import static org.hamcrest.Matchers.greaterThan;
|
||||||
*/
|
*/
|
||||||
@TestLogging(value = "org.elasticsearch.snapshots.mockstore:DEBUG",
|
@TestLogging(value = "org.elasticsearch.snapshots.mockstore:DEBUG",
|
||||||
reason = "https://github.com/elastic/elasticsearch/issues/46508")
|
reason = "https://github.com/elastic/elasticsearch/issues/46508")
|
||||||
|
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
|
||||||
public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
|
public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
|
||||||
|
|
||||||
private static final String REPO = "repo-id";
|
private static final String REPO = "repo-id";
|
||||||
|
@ -167,7 +168,6 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47834")
|
|
||||||
public void testRetentionWhileSnapshotInProgress() throws Exception {
|
public void testRetentionWhileSnapshotInProgress() throws Exception {
|
||||||
final String indexName = "test";
|
final String indexName = "test";
|
||||||
final String policyId = "slm-policy";
|
final String policyId = "slm-policy";
|
||||||
|
|
Loading…
Reference in New Issue