-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is artillery-plugin-aws-sigv4 being maintained any longer? #36
Comments
Hi @RJKeane2000 , did you find any alternative ? |
Hi @gabor386. I have not. I have a really hacky way of getting it to work though. I downloaded Richard Seig's fix and added the file to my test directory. Then before I execute the test, I overlay the aws-sigv4.js file that comes with the latest version of artillery-plugin-aws-sigv4 with the fixed version. So my package.json scripts command looks like this: {
"scripts": {
"performance-test": "cp ./aws-sigv4.js ./node_modules/artillery-plugin-aws-sigv4/lib & npx artillery run performance-test.yml -o performance-results.json"
}
} I'm just kicking the can down the road though. I love how easy it is to set up a performance test with Artillery but long term I have to move away from this plugin. I've been watching the main artillery.io project to see if new features would make this plugin obsolete. |
@RJKeane2000 Thank you for your response. Did you face with this error message before ? #41 |
I'm not seeing that error. I'm running on Node 18 alpine, with the 2.0.0-27 of artillery. Something that may help you figure out what's happening is this: export DEBUG=http,http:capture,http:response Good luck! |
Hi this happens if we do not define any header in the artillery yaml. I've created a PR that corrects this . But you can set a dummy header and for me it worked. |
Hello, WARNING: Could not load plugin: aws-sigv4 warn installing the npm package globally did not help.. |
Although there a bot updates and recommended code changes for bugs, there hasn't been any activity to pull in these changes and release a new version since 0.0.5 (Sept 17th, 2020). If this plugin is no longer maintained, is there an alternative to this plugin? It's a really useful plugin so I'm hoping we can get a few more contributors added to keep it going.
The text was updated successfully, but these errors were encountered: