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

Present more useful exception when QuarkusTestResourceLifecycleManager fails #33374

Merged
merged 1 commit into from
May 16, 2023

Conversation

geoand
Copy link
Contributor

@geoand geoand commented May 15, 2023

Fixes: #33371

P.S. I didn't see the same stacktrace as #33371, but that's probably because that is using Quarkus 2.x

@geoand geoand requested review from Sgitario and famod May 15, 2023 10:55
@quarkus-bot
Copy link

quarkus-bot bot commented May 15, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@famod
Copy link
Member

famod commented May 15, 2023

I'm a bit confused about how this is supposed to fix that NPE I reported in #33371? Are we assuming it's not thrown in Q3?

PS: I would love to test-drive this PR, but blaze-persistence prevents me from upgrading. I could probably backport it locally though... 🤔

@geoand
Copy link
Contributor Author

geoand commented May 16, 2023

@famod I did the same thing you did but never got the NPE, so yeah, I am assuming it doesn't happen anymore with Quarkus 3

@geoand geoand merged commit ea18824 into quarkusio:main May 16, 2023
@quarkus-bot quarkus-bot bot added this to the 3.1 - main milestone May 16, 2023
@geoand geoand deleted the #33371 branch May 16, 2023 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE in QuarkusTestExtension after exception in QuarkusTestResourceLifecycleManager.start()
3 participants