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
Fix lucene compat tests by keeping asserts disabled (#136094) (#136110)
These asserts have been enabled for the lucene compat because
`oldVersion` is now correctly set after #134584.
Previously, in the Lucene compatibility tests, version was always
set to `0.0.0` so the asserts were always disabled.
Additionally, re-enable the tests that were muted because of the issue
(cherry picked from commit b1a861e)
# Conflicts:
# muted-tests.yml
Copy file name to clipboardExpand all lines: qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/upgrades/FullClusterRestartDownsampleIT.java
0 commit comments