-
Notifications
You must be signed in to change notification settings - Fork 808
Closed
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: High
Description
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:
- Run the Monkey Agent from executable
- Check if the executable is deleted
Expected behavior
The agent should be removed after execution.
Task
- Investigate and solve it (0d) @ilija-lazoroski
Screenshots
Machine version (please complete the following information):
- OS: Windows
Metadata
Metadata
Assignees
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: High