fix FullClusterRestart tests now that 7.0.0 can be an "oldCluster"#41224
fix FullClusterRestart tests now that 7.0.0 can be an "oldCluster"#41224jakelandis wants to merge 8 commits intoelastic:7.0from
Conversation
jasontedor
left a comment
There was a problem hiding this comment.
This looks similar to problems that we faced in 7.x and master already (which makes sense as full-cluster restart there would be running against these versions). Rather than re-do that work, can be we bring back work that was already done on 7.x or master so that these branches look roughly the same?
|
Pinging @elastic/es-core-infra |
doh! I should have looked at the newer branches before starting this. A quick glance and the two changes are very similar. I will close this PR and backport the 7.x version. |
Now that 7.0.0 can be an "old" cluster the following needs to be updated:
_flush_force_mergeand_upgrade#27000(greaterThan --> greaterThanOrEqualTo)
(include_type_name) : Update the default for include_type_name to false. #37285
This commit favors using the non-deprecrated and typeless APIs if the
"old" cluster is 7.0.0 or greater, and thus all of the relevant expected
depreciations are removed.
closes: #41222