Closed Bajger closed 10 months ago
@demarey : Should I remove my commit to not interfere with yours? https://github.com/Bajger/pharo-launcher/commit/7307b2215fb54a4d7627002f8b8d5bad3690ce93
Ahh, ignore this PR is already closed.
@demarey Should I close this issue? I think fix is only in feature/cmd-line branch, not sure if to cherrypick your fix to main branch?
the issue will close by itself when the cmd-line branch will be merged in the main branch
Describe the bug
PhLProcessWrapperTest>>testRunningInfiniteProcessThrowsTimeout
starts infinite loop process, which is never terminated. Tests passes, but never cleans a process, which is still running. This causes noisyHit CTRL+C
output, when running multiple tests.To Reproduce Steps to reproduce the behavior:
PHARO=100 ARCHITECTURE=64 ./build.sh prepare
Hit CTRL+C
keeps repeating on terminal (caused bytestRunningInfiniteProcessThrowsTimeout
)Expected behavior Endless loop process is properly terminated after assertion (see test method).
Version information:
Expected development cost Add to test
process terminate
inensure:
block?