ci failures for BearerTokenAuthorizationTest
See original GitHub issueDescribe the bug CI native build for the mentioned test fails Expected behavior CI to pass
Screenshots
INFO] Running io.quarkus.it.keycloak.BearerTokenAuthorizationTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.282 s <<< FAILURE! - in io.quarkus.it.keycloak.BearerTokenAuthorizationTest
[ERROR] io.quarkus.it.keycloak.BearerTokenAuthorizationTest Time elapsed: 4.282 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
Additional context the following PRs from https://github.com/quarkusio/quarkus/pull/4609 to https://github.com/quarkusio/quarkus/pull/4623 seems to have hit this failure.
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
bearer token seems not work - Unable to authenticate ... - GitHub
What happened: I try to use the bearer token visit kubernet /healthz interface through script: #!/bin/bash token=$(echo $1|base64 -d) echo $token curl -XGET ......
Read more >Testing API authentication using Bearer Token with RestAssured
To learn more from ExecuteAutomation, please subscribe and check out below playlists of FREE coursesSelenium and C#**************C# for ...
Read more >Fix project access token build authentication error - GitLab
In this pipeline, jobs would fail with HTTP Basic: Access denied . This was because the build job would authenticate with the CI_JOB_TOKEN...
Read more >Testing authenticated routes with JWT fails using Mocha + ...
I have tried using beforeEach and cleaning up in afterEach , the initial post to /api/authenticate returns a 200 successfully, a token is ......
Read more >How to write authentication test cases with Postman?
Bearer authentication (also called token authentication) is an HTTP ... is any modifications in the object/json then this test will fail and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Guys you are too fast 😃
Sent https://github.com/quarkusio/quarkus/pull/4670.