Commit 0efea20
committed
Fix lucene compat tests by keeping asserts disabled
These asserts have been enabled for the lucene compat because
`oldVersion` is now correctly set after elastic#134584 which removed `0.0.0`
version.1 parent 202f444 commit 0efea20
File tree
2 files changed
+2
-2
lines changed- qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/upgrades
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/upgrades/FullClusterRestartIT.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments