Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shut down agent after each test (#1922)
Since the `CodyIntegrationTextFixture` starts a fresh agent for every test case, we need to shut down those agents during cleanup. Otherwise the leftover agent processes clog the RAM (each Node process takes 50-250 MB), and the JVM threads which listen to them keep running forever. ## Test plan Manually run the stability check in CI
- Loading branch information