Skip to content

Commit 48d29e1

Browse files
authored
Unmute RandomizedRollingUpgradeIT (elastic#139683)
As one major source of failures has been resolved and added ensureGreen(...) after each node has been upgraded.
1 parent 30f3ad6 commit 48d29e1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

muted-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ tests:
409409
- class: org.elasticsearch.xpack.esql.optimizer.rules.logical.local.ReplaceDateTruncBucketWithRoundToTests
410410
method: testReductionPlanForTopNWithPushedDownFunctions
411411
issue: https://github.com/elastic/elasticsearch/issues/139493
412-
- class: org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT
413-
method: testIndexingSyntheticSource
414-
issue: https://github.com/elastic/elasticsearch/issues/139482
412+
- class: org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT
413+
method: test {yaml=search.retrievers/result-diversification/10_mmr_result_diversification_retriever/Test MMR result diversification single index float type}
414+
issue: https://github.com/elastic/elasticsearch/issues/139527
415415
- class: org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobStoreRepositoryTests
416416
method: testMultipleSnapshotAndRollback
417417
issue: https://github.com/elastic/elasticsearch/issues/139556

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/RandomizedRollingUpgradeIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ private void testIndexing(String indexNameBase, Settings.Builder settings) throw
133133
int numNodes = Integer.parseInt(System.getProperty("tests.num_nodes", "3"));
134134
for (int i = 0; i < numNodes; i++) {
135135
upgradeNode(i);
136+
ensureGreen(indexNameBase + "*");
136137
for (int j = 0; j < NUM_INDICES; j++) {
137138
indexAndQueryDocuments(indexConfigs[j]);
138139
}

0 commit comments

Comments
 (0)