Closed hassy closed 5 months ago
Existing E2E tests passing on Fargate. Adding an E2E test for the error condition needs an easy way to get the task ARNs for a running test, so leaving for later. Tested by stopping a task in a running test manually and everything looks good.
Description
Fix handling of
SIGTERM
:run
commandaws ecs stop-task
) - replace the use ofwait
withtimeout
.wait
cannot be used for processes that run in a subshell - https://github.com/artilleryio/artillery/blob/27fae398ce0d6bab5f4226e361a9de6d4d8bec2a/packages/artillery/lib/platform/aws-ecs/worker/loadgen-worker#L277Pre-merge checklist
This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.