You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit message: Improve test cleanup and thread handling in monitoring tests
- Replace manual thread alive checks with `join()` for reliability and efficiency
- Disable monitoring events after test to prevent resource leaks
- Fix race conditions by ensuring threads terminate before test completion
0 commit comments