Skip to content

Commit 2f09d16

Browse files
authored
[Test] Fix NodeShutdownIT testStalledShardMigrationProperlyDetected (elastic#138150) (elastic#138212)
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 08de6fb commit 2f09d16

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
@@ -401,9 +401,6 @@ tests:
401401
- class: org.elasticsearch.xpack.inference.InferenceRestIT
402402
method: test {p0=inference/70_text_similarity_rank_retriever/Text similarity reranker with min_score zero includes all docs}
403403
issue: https://github.com/elastic/elasticsearch/issues/137732
404-
- class: org.elasticsearch.xpack.shutdown.NodeShutdownIT
405-
method: testStalledShardMigrationProperlyDetected
406-
issue: https://github.com/elastic/elasticsearch/issues/115697
407404

408405
# Examples:
409406
#

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)