Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve test stability for worker-related functionality
This commit enhances the stability of tests for worker-related functionality in the process package. The `createWorkerPool` and `createWorkerService` test suites are now marked as sequential to prevent potential race conditions and improve consistency across test runs. This change ensures that worker creation, execution, and termination are performed in a controlled, sequential manner, reducing the likelihood of intermittent test failures due to concurrent worker operations.