RFR: 8306946: jdk/test/lib/process/ProcessToolsStartProcessTest.java fails with "wrong number of lines in OutputAnalyzer output"

Leonid Mesnik lmesnik at openjdk.org
Thu Apr 27 01:25:27 UTC 2023


The ProcessTools.startProcess (...) has been updated to completely read streams after process has been completed.
The test was updated to run 5 times with different number of lines and line sizes.

-------------

Commit messages:
 - fixed num of iters
 - fix

Changes: https://git.openjdk.org/jdk/pull/13683/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13683&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8306946
  Stats: 63 lines in 2 files changed: 26 ins; 21 del; 16 mod
  Patch: https://git.openjdk.org/jdk/pull/13683.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13683/head:pull/13683

PR: https://git.openjdk.org/jdk/pull/13683


More information about the core-libs-dev mailing list