Hi James,
On 8/13/21 3:26 PM, James Prestwood wrote:
This test was accessing the subprocess object and calling terminate
which ends up causing issues with test-runners own process cleanup.
Instead kill() should be used.
---
autotests/testAgent/agent_test.py | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
All applied, thanks.
Regards,
-Denis