question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ci failures for BearerTokenAuthorizationTest

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
sberyozkincommented, Oct 18, 2019

Guys you are too fast 😃

1reaction
pedroigorcommented, Oct 18, 2019
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found