Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initialize configuration and enhance IPC handling in task runne…
…r tests - Added configuration initialization in db.go to ensure proper setup of application settings. - Refactored runner_test.go to streamline IPC message handling by introducing a setupPipe function and an initRunner function for better readability and maintainability. - Improved synchronization in tests by using channels for signaling readiness and processing, enhancing the reliability of IPC message handling. - Updated test cases to validate IPC message processing and error handling, ensuring robustness in the task runner's functionality.
- Loading branch information