k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
See the [specification in the design document](https://github.com/grafana/k6/blob/master/docs/design/018-new-http-api.md#phase-1-create-initial-k6-extension). --- amended by @oleiade on the 30th of November 2023 The maintainers' team agreed upon the following concrete plan to move forward with...
## What? This PR updates the OTEL dependencies. The first commit is currently pointing to the xk6-output-opentelemetry's branches' commit https://github.com/grafana/xk6-output-opentelemetry/pull/22, but we need that; otherwise, k6's won't compile. ## Why?...
### Feature Description Modern CLI tools sometimes support the option of upgrading the tool to the newest version in-place, with `upgrade` CLI command. This would allow to simplify keeping k6...
### Feature Description I know it's possible to add tags at various stages and abstraction levels: https://grafana.com/docs/k6/latest/using-k6/tags-and-groups/#user-defined-tags. But this has to happen before the operation and apparently it's not possible...
### Feature Description Hello, At the moment, when we run longer tests (4-5 hours+), the end of test summary generation is failing with `"handleSummary() execution timed out after 120 seconds"`...
### Brief summary We have tests that use `constant-arrival-rate` executor against a number of grpc applications. We are using reflection. Most of these run fine. Against some applications, we occasionally...
We are using K6-operator to run an 8 hour test, but it only ran for 5 hours and exited with exit code 2, there was no error log and resources...
### Feature Description Reviewing the code, in the api/v1/errors.go section, I noticed that in the apiError function, you are using a panic() function, as a return in case an error...
### Brief summary We are using K6 with xk6-sql plugin to load test our local TiDB cluster. On top of regular load tests we run basic chaos engineering like cluster...
## What? It makes the timeout for the `handleSummary` function configurable ## Why? To solve issue #3976. To allow for generating summary for long running tests ## Checklist - [x]...