Windows agent is not deleted after completition #1763
Labels
Bug
An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
Complexity: Medium
Impact: High
Describe the bug
When running the monkey agent on windows system, the agent is not deleted after the execution is finished.
Possible cause is that we are using
subprocess.Popen
to launch a command that waits and then deletes the binary, but somewhere we exit the agent which kills the Popen execution and the agent is never deleted.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The agent should be removed after execution.
Task
Screenshots
Machine version (please complete the following information):
The text was updated successfully, but these errors were encountered: