cunicu / gont

A Go testing framework for distributed applications
http://gont.cunicu.li/
Apache License 2.0
77 stars 5 forks source link

Create cgroup hierarchy for Gont `Node`s and `Network`s #163

Open stv0g opened 4 months ago

stv0g commented 4 months ago

As raised by @Infinoid in #16:

It would be great to have the ability to kill all sub-processes started via the .Run() and .Start() APIs when the node itself or the network to which it belongs is torn down.

This should allow us to make sure no lingering processes will keep network resources from being released.