Skip to content

Commit 48823b1

Browse files
Fix SLMSnapshotBlockingIntegTests (#47841) (#47863)
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
1 parent 2de3411 commit 48823b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
*/
6161
@TestLogging(value = "org.elasticsearch.snapshots.mockstore:DEBUG",
6262
reason = "https://github.com/elastic/elasticsearch/issues/46508")
63+
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
6364
public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
6465

6566
private static final String REPO = "repo-id";
@@ -167,7 +168,6 @@ public void testSnapshotInProgress() throws Exception {
167168
}
168169
}
169170

170-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47834")
171171
public void testRetentionWhileSnapshotInProgress() throws Exception {
172172
final String indexName = "test";
173173
final String policyId = "slm-policy";

0 commit comments

Comments
 (0)