8303486: [REDO] Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.#12815
8303486: [REDO] Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.#12815lmesnik wants to merge 2 commits intoopenjdk:masterfrom
Conversation
…...) to exit early if process exit before linePredicate is printed." This reverts commit 3aeefbf.
|
👋 Welcome back lmesnik! A progress list of the required criteria for merging this PR into |
|
@lmesnik This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 6 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit ae8730f.
Your commit was automatically rebased without conflicts. |
It is the 2nd attempt to fix
JDK-8303133 Update ProcessTools.startProcess(...) to exit early if the process exit before linePredicate is printed.
The first fix failed because it runs
Utils.waitForCondition(BooleanSupplier condition, long timeout, long sleepTime) { ..}
with 0 as no timeout and not -1 as required.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12815/head:pull/12815$ git checkout pull/12815Update a local copy of the PR:
$ git checkout pull/12815$ git pull https://git.openjdk.org/jdk pull/12815/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 12815View PR using the GUI difftool:
$ git pr show -t 12815Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12815.diff