Skip to content

Commit 4cdc203

Browse files
Fix SLMSnapshotBlockingIntegTests (#47841)
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 f966fa1 commit 4cdc203

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
@@ -59,6 +59,7 @@
5959
*/
6060
@TestLogging(value = "org.elasticsearch.xpack.slm:TRACE,org.elasticsearch.xpack.core.slm:TRACE",
6161
reason = "https://github.com/elastic/elasticsearch/issues/46508")
62+
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
6263
public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
6364

6465
static final String REPO = "my-repo";
@@ -133,7 +134,6 @@ public void testSnapshotInProgress() throws Exception {
133134
}
134135
}
135136

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

0 commit comments

Comments
 (0)