Test: enable default password migration test for versions > 5.1.1

Versions below 5.1.1 had a bug where the rest set enabled action would trip an assertion and cause
this test to fail so we skip those versions.

relates elastic/x-pack-elasticsearch#1523

Original commit: elastic/x-pack-elasticsearch@fba8ddd7e7
This commit is contained in:
jaymode 2017-06-01 08:34:47 -06:00
parent 730cfd7c7a
commit 68ad44c5c2
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
--- ---
"default password migration": "default password migration":
- skip: - skip:
version: "5.0.0 - " version: " - 5.1.1"
reason: https://github.com/elastic/x-pack-elasticsearch/issues/1523 reason: "the rest enabled action trips an assertion. see https://github.com/elastic/x-pack/pull/4443"
# Check that enabling a user in old cluster will not prevent the user from having a "default password" in the new cluster. # Check that enabling a user in old cluster will not prevent the user from having a "default password" in the new cluster.
# See: org.elasticsearch.xpack.security.authc.esnative.NativeRealmMigrator.doConvertDefaultPasswords # See: org.elasticsearch.xpack.security.authc.esnative.NativeRealmMigrator.doConvertDefaultPasswords
- do: - do: