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
test: refactor tests to use NATS container and update worker endpoints
- Add additional NATS ports for clustering and monitoring in `setupNatsContainer`
- Initialize context and setup NATS container in `TestCustomFuncAndWait`
- Update worker address to use endpoint in `TestCustomFuncAndWait`
- Initialize context and setup NATS container in `TestEnqueueJobAfterShutdown`
- Update worker address to use endpoint in `TestEnqueueJobAfterShutdown`
- Initialize context and setup NATS container in `TestJobReachTimeout`
- Update worker address to use endpoint in `TestJobReachTimeout`
- Initialize context and setup NATS container in `TestCancelJobAfterShutdown`
- Update worker address to use endpoint in `TestCancelJobAfterShutdown`
- Initialize context and setup NATS container in `TestGoroutineLeak`
- Update worker address to use endpoint in `TestGoroutineLeak`
- Initialize context and setup NATS container in `TestGoroutinePanic`
- Update worker address to use endpoint in `TestGoroutinePanic`
- Initialize context and setup NATS container in `TestReQueueTaskInWorkerBeforeShutdown`
- Update worker address to use endpoint in `TestReQueueTaskInWorkerBeforeShutdown`
Signed-off-by: appleboy <[email protected]>
0 commit comments