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.

elytron-jdbc-security tests are unstable

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
gsmetcommented, Oct 8, 2019

Marked as invalid for now. Feel free to reopen and remove the label if needed.

0reactions
danielpetismecommented, Oct 8, 2019

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…

Read more comments on GitHub >

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

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