Skip to content

[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

Merged

Conversation

gillilands19
Copy link
Contributor

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

@gillilands19 gillilands19 added the team4 Issues for Practicum Team 4 label Feb 5, 2021
@gillilands19 gillilands19 added this to the Sprint 02 milestone Feb 5, 2021
@gillilands19 gillilands19 self-assigned this Feb 5, 2021
Copy link
Contributor

@kieranmiguel kieranmiguel left a 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

@toddysm toddysm self-requested a review February 6, 2021 00:21
@@ -0,0 +1 @@
version: 0.0.1
Copy link
Contributor

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
Copy link
Contributor

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')
Copy link
Contributor

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.

Copy link
Contributor

@chonger878 chonger878 left a 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team4 Issues for Practicum Team 4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]Write and Deploy slsart Performance Test For Users/{UserID}/Tasks/{TaskID}
4 participants