-
Notifications
You must be signed in to change notification settings - Fork 27
[Task] Create and Deploy Serverless Artillery test for /Users/{UserID}/Tasks/{TaskID} #129
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
[Task] Create and Deploy Serverless Artillery test for /Users/{UserID}/Tasks/{TaskID} #129
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will probably need to continue debugging testing after merge, please review PRS in the slack channel if you haven't already
@@ -0,0 +1 @@ | |||
version: 0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need all other files in addition to the YAML?
}, | ||
|
||
/** | ||
* Analyze a set of sampling reports, each of which is the result of a sample battery's execution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate you adding documentation for the parameters and what each function does. It really helps me figure out the logic of each line of code here! :)
@@ -0,0 +1,17 @@ | |||
const sampling = require('./sampling.js') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's just me, but perhaps I could recommend that you can make a quick comment or something that summarizes what artillery-acceptance, artillery-performance, and artillery monitoring does? I mean, I guess the titles are descriptive enough....maybe I am just being nitpicky.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just made some slight recommendations. I might be wrong...
What Is it
This pull request completes the performance test and sets up the test folder with the dependencies needed for slsart to run and deploy resources for slsart tests.
Info
Has a bug. AWS github user does not have correct permissions to fully deploy slsart resources and tests.
Time Spent
2 hours researching serverless artillery and following the lab
1.5 hours debugging deployment errors and reading source code
1 hour writing new test and deploying