-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance health checks and test reliability
- Added assertions for master and worker health in `daemon.py` - Increased test repetition count in `test_daemon.py` for stability - Wrapped test assertions in a try-finally block for better debugging These changes improve the system's robustness and reliability 🛠️. Health checks ensure system components are functioning correctly, while the enhanced test suite stability helps catch intermittent issues.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters