mirror of
https://github.com/google/nomulus
synced 2026-07-20 06:52:27 +00:00
9f0138aeb2
* Cleanup gpg-agent instances and home directories The GpgSystemCommandException leaks home directories, but more importantly it leaks gpg-agent instances. This can cause problems with inotify limits, since the agent seems to make use of inotify. Do a proper cleanup in afterEach(). * Don't fail if we can't kill the agent