On 2/07/2023 11:53 am, - wrote:
Hello,
I am using the JDK's make build system to run JDK's tests on cygwin;
however, the tests often lock the directories of failing runs, blocking
Intellij Idea IDE and subsequent runs, and I cannot figure out what
processes are doing so. What processes should I shut down in Windows's
task manager besides bash.exe so I can proceed with reruns as quickly as
possible after fixing problems?
I would have to suspect you are running into virus scanner issues. There
are no specific processes you should need to manually kill after a test
run (not withstanding a buggy test that might launch other processes
that don't get terminated).
David
Chen Liang