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
This PR updates the randomized rolling upgrade test to create multiple
indices with different mappings before upgrading.
In the original implementation, only the first test index was actually
being upgraded, since the test would execute sequentially for each
index. By the time the test reached the second index, the whole cluster
had already been upgraded.
Copy file name to clipboardExpand all lines: x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/RandomizedRollingUpgradeIT.java
0 commit comments