vscode-python-test-adapter icon indicating copy to clipboard operation
vscode-python-test-adapter copied to clipboard

the process with PID 640 has been terminated

Open monika1203 opened this issue 4 years ago • 2 comments

I am trying to run a Testcase in VScode set , where in setup.cfg file I have given --cov--fail-under=5

Now I ran a Testcase via test explorer it pass passed but in output --python test log I can see below

Requried test coverage of 5% reached. Total coverage:57.92% ERROR: The process with PID 2460(child process of PID 640) could not be terminated Reason: There is no running instance of the task.

Success:The process with PID 640(child process of PID 16124) has been terminated.

Can anyone help me to understand the error msg and why it shows passed and then this msg .

monika1203 avatar Jun 09 '21 22:06 monika1203

@kondratyev-nv can you please look into my issue

monika1203 avatar Jun 09 '21 22:06 monika1203

@monika1203 Thank you for the issue! Have you tried running your tests from the command line? Is everything working as expected with coverage disabled?

kondratyev-nv avatar Jun 11 '21 11:06 kondratyev-nv