-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TokenServiceTests.testInvalidateRefreshTokenThatIsAlreadyInvalidated fails with ClassCastException #85902
Labels
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Team:Security
Meta label for security team
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-security (Team:Security) |
Another failure: https://gradle-enterprise.elastic.co/s/htc35azqstb7w |
dimitris-athanasiou
added a commit
to dimitris-athanasiou/elasticsearch
that referenced
this issue
Apr 15, 2022
And another: https://gradle-enterprise.elastic.co/s/naxqf73jl6cp6 Preparing mute. Also, cc @albertzaharovits as it seems relevant to recent work. |
ywangd
added a commit
to ywangd/elasticsearch
that referenced
this issue
Apr 19, 2022
The token method creates a new authentication based on the existing one. It changes only the authentication type. Hence it should use the version of the existing authentication as well instead of CURRENT. Resolves: elastic#85902
PR is #85978 |
ywangd
added a commit
to ywangd/elasticsearch
that referenced
this issue
Apr 21, 2022
elastic#85978) The token method creates a new authentication based on the existing one. It changes only the authentication type. Hence it should use the version of the existing authentication as well instead of CURRENT. Resolves: elastic#85902
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Team:Security
Meta label for security team
>test-failure
Triaged test failures from CI
CI Link
https://gradle-enterprise.elastic.co/s/72jn3jmotbelc/console-log?task=:x-pack:plugin:security:test
Repro line
./gradlew ':x-pack:plugin:security:test' --tests "org.elasticsearch.xpack.security.authc.TokenServiceTests.testInvalidateRefreshTokenThatIsAlreadyInvalidated" -Dtests.seed=4C8C62EC8BC30D4A -Dtests.locale=sr-Latn -Dtests.timezone=America/Fortaleza -Druntime.java=17
Does it reproduce?
Yes
Applicable branches
master
Failure history
No response
Failure excerpt
The text was updated successfully, but these errors were encountered: