test: wait for the Kotlin Gradle application to answer before testing (#6004) (CP: 24.10) - #6007
Open
vaadin-bot wants to merge 3 commits into
Open
test: wait for the Kotlin Gradle application to answer before testing (#6004) (CP: 24.10)#6007vaadin-bot wants to merge 3 commits into
vaadin-bot wants to merge 3 commits into
Conversation
…#6004) bootStart launched the application and then slept for ten seconds, which is not enough on a slower machine: the Windows run had it still setting up JPA when the integration tests connected, so all three of them failed with "Could not connect to http://localhost:8888" and the application was killed before it ever finished starting. Poll the application until it serves a request instead, giving up after two minutes. A build that starts too slowly now says so, and one whose application dies during startup reports the exit code rather than a connection error from every test.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 24.10 #6007 +/- ##
=======================================
Coverage 86.62% 86.62%
=======================================
Files 123 123
Lines 8489 8489
Branches 1307 1307
=======================================
Hits 7354 7354
Misses 1116 1116
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Artur-
approved these changes
Aug 13, 2026
Artur-
enabled auto-merge (squash)
August 13, 2026 07:36
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.