Skip to content

Commit 4ca03f7

Browse files
authored
Fixed TextRollingUpgradeIT flaky runs (elastic#134665)
* Fixed TextRollingUpgradeIT flaky runs * spotless fix
1 parent 33fc566 commit 4ca03f7

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

muted-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -519,15 +519,6 @@ tests:
519519
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
520520
method: test {csv-spec:fork.FiveFork}
521521
issue: https://github.com/elastic/elasticsearch/issues/134560
522-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
523-
method: testIndexing {upgradedNodes=2}
524-
issue: https://github.com/elastic/elasticsearch/issues/134600
525-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
526-
method: testIndexing {upgradedNodes=3}
527-
issue: https://github.com/elastic/elasticsearch/issues/134601
528-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
529-
method: testIndexing {upgradedNodes=1}
530-
issue: https://github.com/elastic/elasticsearch/issues/134602
531522
- class: org.elasticsearch.snapshots.SnapshotShutdownIT
532523
method: testSnapshotShutdownProgressTracker
533524
issue: https://github.com/elastic/elasticsearch/issues/134620

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/TextRollingUpgradeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class TextRollingUpgradeIT extends AbstractRollingUpgradeWithSecurityTest
8181
}""";
8282

8383
// when sorted, this message will appear at the top and hence can be used to validate query results
84-
private String smallestMessage;
84+
private static String smallestMessage;
8585

8686
public TextRollingUpgradeIT(@Name("upgradedNodes") int upgradedNodes) {
8787
super(upgradedNodes);

0 commit comments

Comments
 (0)