elytron-jdbc-security tests are unstable
See original GitHub issueDescribe the bug Fails in this build:
[ERROR] Tests run: 14, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 1.018 s <<< FAILURE! - in io.quarkus.elytron.security.jdbc.MultipleDataSourcesTest
[ERROR] testJaxrsGetRoleSuccess Time elapsed: 0.078 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <500>.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
No further clues are available in the rest of the trace.
@danielpetisme @stuartwdouglas can you please check if you have few secs ? On my Fedora laptop it passes:
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in io.quarkus.elytron.security.jdbc.MultipleDataSourcesTest
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
WildFly Elytron Security
A secure credential store that replaces the previous vault implementation to store clear text credentials. The new elytron subsystem exists in ...
Read more >July 2021 - Ralph's Open Source Blog
With version 11 Wildfly introduced a complete new security concept named 'Elytron'. This security concept is a little bit confusing on the ...
Read more >Elytron and jdbc-realm| JBoss.org Content Archive (Read Only)
So, I'm trying to integrate mutual SSL (smartcard) with realm-protected resources on WildFly 11 so I head off to the ...
Read more >Using Security with JDBC - Quarkus
This command generates a new project, importing the elytron-security-jdbc extension which is an wildfly-elytron-realm-jdbc adapter for Quarkus applications.
Read more >Recently Active 'elytron' Questions - Stack Overflow
I'm trying to configure wildfly 23 to use elytron security with ... /subsystem=elytron/jdbc-realm=test-realm:add(principal-query=[{sql="SELECT hash FROM .
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
Marked as invalid for now. Feel free to reopen and remove the label if needed.
What I don’t understand is why it fails only on Windows? There is a deeper problem because the tests should be isolated. Normally each suite has its own schema…