You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple @before methods in junit are run in random order. This commit
cosolidates the @before methods of ParameterizedRollingUpgradeTestCase
since the code has interdependencies.
closes#114330
Copy file name to clipboardExpand all lines: qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/ParameterizedRollingUpgradeTestCase.java
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,13 @@ public static Iterable<Object[]> parameters() {
0 commit comments