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.3) #19931

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:19
Copy link

sonarcloud bot commented Sep 11, 2024

Copy link

github-actions bot commented Sep 11, 2024

Test Results

1 055 files  ± 0  1 055 suites  ±0   1h 15m 31s ⏱️ +16s
6 823 tests ± 0  6 778 ✅ ± 0  45 💤 ±0  0 ❌ ±0 
7 096 runs   - 15  7 040 ✅  - 15  56 💤 ±0  0 ❌ ±0 

Results for commit 09e5a70. ± Comparison against base commit 4a4f695.

♻️ This comment has been updated with latest results.

@vaadin-bot vaadin-bot merged commit e44fe22 into 24.3 Sep 11, 2024
26 checks passed
@vaadin-bot vaadin-bot deleted the cherry-pick-19921-to-24.3-1726038813177 branch September 11, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants