virgo-agent-toolkit / rackspace-monitoring-agent

Rackspace Cloud Monitoring Agent
http://virgoagent.com/rackspace-monitoring-agent/
Apache License 2.0
118 stars 39 forks source link

Using an env variable as a flag to spawn detached child checks #997

Closed adityacb15 closed 1 year ago

adityacb15 commented 1 year ago

If we pass SPAWN_CHECKS_DETACHED as true while running tests, we will be able to spawn child checks as detached processes, which can then be killed within the specified timeout. This will help in testing whether spawning detached child processes in staging will have any repercussions