We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bd947 commit 5c0d6b8Copy full SHA for 5c0d6b8
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/TVBackportRollingUpgradeIT.java
@@ -10,13 +10,13 @@
10
package org.elasticsearch.upgrades;
11
12
import com.carrotsearch.randomizedtesting.annotations.Name;
13
-import org.apache.logging.log4j.Logger;
14
15
public class TVBackportRollingUpgradeIT extends AbstractRollingUpgradeTestCase {
16
17
public TVBackportRollingUpgradeIT(@Name("upgradedNodes") int upgradedNodes) {
18
super(upgradedNodes);
19
}
+
20
// We'd be most interested to see this failing on the patch issue where 9.0 thinks it's ahead of 8.x but it's not.
21
/*
22
v2 TV1,TV3,
0 commit comments