Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syslog tests: cleanup subprocess (#29401)
**Description:** Fixes a flake issue where one collector subprocess isn't torn down before the next test run: ``` 2023-11-20T19:30:42.822Z error [email protected]/collector.go:255 Asynchronous error received, terminating process {"error": "listen tcp :8888: bind: address already in use"} ``` **Testing:** Adds asserted case cleanup. **Documentation:** none needed
- Loading branch information