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: wait for output reading to complete before parsing version (#19921) (CP: 24.4) #19930

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

vaadin-bot
Copy link
Collaborator

No description provided.

NodeInstall.getVersion currently does not block waiting for STDOUT and STDERR
to be read completely. This causes random failure during node
installation because of forcing an empty version.
This change waits for future to complete before parsing the version
value.
@vaadin-bot
Copy link
Collaborator Author

This PR is eligible for auto-merging policy, so it has been approved automatically. If there are pending conditions, auto merge (with 'squash' method) has been enabled for this PR[Message is sent from bot]

@vaadin-bot vaadin-bot enabled auto-merge (squash) September 11, 2024 07:20
Copy link

sonarcloud bot commented Sep 11, 2024

Copy link

Test Results

1 109 files  ± 0  1 109 suites  ±0   1h 21m 5s ⏱️ - 2m 0s
7 052 tests ± 0  7 003 ✅ ± 0  49 💤 ±0  0 ❌ ±0 
7 395 runs  +39  7 334 ✅ +39  61 💤 ±0  0 ❌ ±0 

Results for commit bab28f9. ± Comparison against base commit 408410a.

@vaadin-bot vaadin-bot merged commit a16b909 into 24.4 Sep 11, 2024
25 of 26 checks passed
@vaadin-bot vaadin-bot deleted the cherry-pick-19921-to-24.4-1726038801011 branch September 11, 2024 07:28
@vaadin-bot
Copy link
Collaborator Author

This ticket/PR has been released with Vaadin 24.4.12.

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.

3 participants