Skip to content

Slack plugin reports "Artillery test run failed" message while Artillery Cloud dashboard shows "Succeeded" status #3588

@barth12

Description

@barth12

Slack plugin reports "Artillery test run failed" while Artillery Cloud dashboard shows "Succeeded" status. This happens only for artillery run-fargate... command, it works fine for artillery run... command. So for example this command will result in mismatch of results:

artillery run-fargate \
  --region "${AWS_REGION}" \
  --count 5 \
  --record \
  --key "${ARTILLERY_CLOUD_KEY}" \
  --subnet-ids "${ARTILLERY_FARGATE_PUBLIC_SUBNETS}" \
  --env-file .env \
  test/config.ts
VERSION INFO:

Artillery: 2.0.22
Node.js:   v18.16.0
OS:        darwin

Running this command:

artillery run-fargate \
  --region "${AWS_REGION}" \
  --count 5 \
  --record \
  --key "${ARTILLERY_CLOUD_KEY}" \
  --subnet-ids "${ARTILLERY_FARGATE_PUBLIC_SUBNETS}" \
  --env-file .env \
  test/config.ts

I expected slack message to have title 🟢 Artillery test run finished instead of 🔴 Artillery test run failed because it the tests were indeed successful.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions