Skip to content

Commit 79d6885

Browse files
Kubik42elasticsearchmachine
andauthored
Fixed TextRollingUpgradeIT (elastic#135483)
* Fixed TextRollingUpgradeIT * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <[email protected]>
1 parent ae16897 commit 79d6885

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
@@ -452,15 +452,6 @@ tests:
452452
- class: org.elasticsearch.simdvec.ESVectorUtilTests
453453
method: testSoarDistance
454454
issue: https://github.com/elastic/elasticsearch/issues/135139
455-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
456-
method: testIndexing {upgradedNodes=1}
457-
issue: https://github.com/elastic/elasticsearch/issues/135236
458-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
459-
method: testIndexing {upgradedNodes=3}
460-
issue: https://github.com/elastic/elasticsearch/issues/135237
461-
- class: org.elasticsearch.upgrades.TextRollingUpgradeIT
462-
method: testIndexing {upgradedNodes=2}
463-
issue: https://github.com/elastic/elasticsearch/issues/135238
464455

465456
# Examples:
466457
#

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)