Releases: aws-solutions/distributed-load-testing-on-aws
Releases · aws-solutions/distributed-load-testing-on-aws
Version 1.2.0
Added
- JMeter input file support and plugins support
- JMeter input files should be zipped with the JMeter script file.
- Add
jetty-*.jarfiles to the Amazon ECR to support JMeter HTTP/2 plugin:
- UI Detail page
- Sub test results by labels
- Requests per second
- Complete task counts
- Check if Amazon ECR is ready before running the test
- More error handlings in AWS Step Functions
- If any error happens in any steps, the Lambda function updates the test status to
FAILED. - If any AWS Fargate tasks are possibly hanged forever, the
task-status-checkerLambda function stops the tasks. - When there is no result in the S3 bucket, it regards the result as
FAILED.
- If any error happens in any steps, the Lambda function updates the test status to
v1.1.0
[1.1.0] - 2020-09-30
Added
- JMeter support with
jmxscript: #3 - Add
STARTbutton on details page - Add
CANCELbutton on create page - Add AWS Step Functions to run tasks and update result instead of Amazon DynamoDB and Amazon SQS
- Add
BucketEncryptionforConsoleBucket - Add API Gateway logging
Changed
- Merge #15 by @afittz
- Merge #16 by @Patrick-56Bit
- Change
LAST RANtoSTARTED ATand addENDED ATinformation when test is completed - Change CodeBuild image to
aws/codebuild/standard:4.0 - Update Node.js version from 10.x to 12.x
- All Amazon S3 buckets do not allow public access.
Removed
- Amazon SQS queue
- Amazon DynamoDB Results table