No measurements recorded during this period #3364
amit-saini-tx
started this conversation in
Artillery
Replies: 1 comment
-
@amit-saini-tx this is most likely to an unhandled exception in the test code which is causing the Fargate workers to crash. The best way to debug is to look at the logs in CloudWatch (via AWS Console -> ECS -> cluster you're using -> Tasks -> Logs). If you're reading from any files in your custom code (e.g. CSV files or the like), you also need to make sure to explicitly bundle them with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am encountering an issue where my tests running on AWS Fargate display the message: "No measurements recorded during this period." I've enabled debug logs, but I'm unable to identify any clear error messages or configuration issues. The strange part is that the same tests, with the same setup, are running perfectly fine locally.
Steps Taken:
For your reference, here are the test IDs:
AWS Fargate Test ID: t5kth_gfbqyptyw6dyjcgnazc3wd45d55j8_6ppz
Local Test ID: tbymf_c79g7dn6fggj8by9zt6xd36mjjayc_4raa
Basic Script on Fargate Test ID: trkq8_7c79y9nrngf6wckn3d5hr5749ypqx_p3y6
Could you please help investigate why these tests are failing on Fargate, despite working locally and in basic scripts?
Let me know if you need further details.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions