TokenBackwardsCompatibilityIT fails on 6.x #33197
Labels
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
>test-failure
Triaged test failures from CI
TokenBackwardsCompatibilityIT#testTokenWorksInMixedOrUpgradedCluster
fails on 6.x.The reproduce line does not quite work (the test gets skipped for me due to a failling assumption), but I was able to reproduce with the same seed executing from
x-pack/qa/rolling-upgrade/with-system-key
the following command:../../../../gradlew check -Dtests.security.manager=true -Dtests.locale=nl-BE -Dtests.timezone=Antarctica/South_Pole -Dcompiler.java=10 -Druntime.java=8 -Dtests.seed=142E5A90225DE2B9
.Example of failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+bwc-tests/1117
It seems like this is a 6.x only failure and it started fairly recently, in the last days.
Note that another test seems to be failing whenever this test fails:
-Dtests.class=org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT \ -Dtests.method="test {p0=mixed_cluster/50_token_auth/Get the indexed token and use if to authenticate}"
, which seems like the same failure.The text was updated successfully, but these errors were encountered: