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

Fix builds hanging if server cannot start #812

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

melix
Copy link
Collaborator

@melix melix commented Jan 10, 2025

If the server factory fails to start the test resources service, then we'd wait indefinitely for the server port file to appear, which causes builds to hang.

Note: this requires updating the build plugins to use the latest test resources build tools library.

Closes #785

@melix melix added the type: bug Something isn't working label Jan 10, 2025
@melix melix added this to the 2.7.1 milestone Jan 10, 2025
@melix melix requested a review from alvarosanchez January 10, 2025 09:56
If the server factory fails to start the test resources service, then
we'd wait indefinitely for the server port file to appear, which
causes builds to hang.

Closes #785
@melix melix force-pushed the cc/fix-hang-startup branch from 5acdbf3 to 1c15623 Compare January 10, 2025 09:57
@melix melix merged commit b56bc87 into 2.7.x Jan 10, 2025
12 checks passed
@melix melix deleted the cc/fix-hang-startup branch January 10, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

io.micronaut.context.exceptions.NoSuchBeanException while running on Github Actions
2 participants