-
Notifications
You must be signed in to change notification settings - Fork 224
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
Replace test-api.k6.io
with QuickPizza
#1849
base: main
Are you sure you want to change the base?
Conversation
@@ -35,7 +35,7 @@ The other evaluates whether 95 percent of responses happen within a certain dura | |||
|
|||
{{< code >}} | |||
|
|||
<!-- md-k6:skip --> |
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.
Many in this file need to be run without thresholds because otherwise they will fail due to network latency variations.
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.
However at least now we are not skipping them.
@@ -350,3 +352,5 @@ export function handleSummary(data) { | |||
| Method | Description | | |||
| :--------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------- | | |||
| [`Client.sendCommand(command, args)`](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/redis/client/client-sendcommand) | Send a command to the Redis server. | | |||
|
|||
<!-- md-k6:skipall --> |
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 don't have Redis to test against
|
||
expect(response.body).to.have.lengthOf.at.least(500); | ||
expect(response.body).to.have.lengthOf.at.least(100); |
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'm not sure what this was trying to test.
What?
Part of https://github.com/grafana/k6-cloud/issues/2437.
Replaces all uses of
test-api
for Quickpizza.I will replace the
localhost:3333
URLs shortly. After the PR has been reviewed, I'll apply the changes to older k6 versions.Checklist
npm start
command locally and verified that the changes look good.docs/sources/k6/next
folder of the documentation.docs/sources/k6/v{most_recent_release}
folder of the documentation.docs/sources/k6/next
folder of the documentation.Related PR(s)/Issue(s)