Skip to content

Commit d71b2df

Browse files
authored
[Test] Fix NodeShutdownIT testStalledShardMigrationProperlyDetected (elastic#138150) (elastic#138211)
Prevent creating the security index eagerly which sometimes interfere with the test. Resolves: elastic#115697 (cherry picked from commit 5875915) # Conflicts: # muted-tests.yml
1 parent a1bcc64 commit d71b2df

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,6 @@ tests:
555555
- class: org.elasticsearch.xpack.inference.InferenceRestIT
556556
method: test {p0=inference/70_text_similarity_rank_retriever/Text similarity reranker with min_score zero includes all docs}
557557
issue: https://github.com/elastic/elasticsearch/issues/137732
558-
- class: org.elasticsearch.xpack.shutdown.NodeShutdownIT
559-
method: testStalledShardMigrationProperlyDetected
560-
issue: https://github.com/elastic/elasticsearch/issues/115697
561558

562559
# Examples:
563560
#

x-pack/plugin/shutdown/qa/multi-node/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ testClusters.configureEach {
1111
testDistribution = 'DEFAULT'
1212
numberOfNodes = 4
1313
readinessEnabled = true
14+
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
1415
}

0 commit comments

Comments
 (0)