Skip to content
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

security-jpa-quickstart failing in native #19474

Closed
gsmet opened this issue Aug 18, 2021 · 1 comment · Fixed by #19493
Closed

security-jpa-quickstart failing in native #19474

gsmet opened this issue Aug 18, 2021 · 1 comment · Fixed by #19493
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Aug 18, 2021

The native build of the security-jpa-quickstart is failing with the following errors.

Example of a build failing: https://github.com/quarkusio/quarkus-quickstarts/runs/3356862727?check_suite_focus=true .

We need this fixed before the 2.2.0.Final release.

Error:  org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldAccessAdminWhenAdminAuthenticated  Time elapsed: 0.046 s  <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <401>.


Error:  org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldNotAccessUserWhenAdminAuthenticated  Time elapsed: 0.014 s  <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected status code <403> but was <401>.


Error:  org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldAccessUserAndGetIdentityWhenUserAuthenticated  Time elapsed: 0.012 s  <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <401>.
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 18, 2021

/cc @sberyozkin

@gsmet gsmet added the kind/bug Something isn't working label Aug 18, 2021
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Aug 19, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 19, 2021
@gsmet gsmet modified the milestones: 2.3.0.CR1, 2.2.4.Final Nov 30, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants