k6 icon indicating copy to clipboard operation
k6 copied to clipboard

A modern load testing tool, using Go and JavaScript - https://k6.io

Results 473 k6 issues
Sort by recently updated
recently updated
newest added

## What? Update the grpc stream being call to pass tags and params that include custom tags and method information ## Why? Addresses https://github.com/grafana/k6/issues/3745 ## Checklist - [X] I have...

awaiting user
area: grpc

https://github.com/PuerkitoBio/goquery/commit/0126a1fd88fe40e3de18dd677e094b46e23d0cb9 added a new method to optimize getting only the first (single) element from a matcher which might be useful for users as well.

good first issue
feature
lower prio

### Brief summary Hi, we are trying to use k6 in a kubernetes environment together with the k6-operator (not sure if its a k6 or operator issue) Therefore we want...

awaiting user
triage

### Brief summary When running k6 as a subprocess (from a go program) and capturing the stdout and stderr in a buffer, the format of error messages changes to a...

bug
triage

### What? Drop the following code and it uses: https://github.com/grafana/k6/blob/153e0e505807da9e330fda816ce6d63a4bbf4691/js/common/util.go#L67-L87 ### Why? The code was added many years ago when k6 had a bunch of really hard to fix race...

evaluation needed

### Brief summary While using `client.asyncInvoke` I managed to trigger this panic: ``` panic: send on closed channel Run [======================================] setup() goroutine 105931 [running]:----------------------------] go.k6.io/k6/metrics.PushIfNotDone(...)-----------------] go.k6.io/k6/metrics/sample.go:135 go.k6.io/k6/lib/netext/grpcext.statsHandler.HandleRPC({0xc0027b2008?}, {0x1bb81d0, 0xc030f8d0b0}, {0x1bb3018,...

bug
awaiting user

### Brief summary When using GRPC streams in k6 when a stream is closed because of an error or normal execution a `grpc_req_duration` is emitted but it contains no information...

bug
awaiting user

### Brief summary If you specify either `--iterations` or `--duration` on the command line, this will completely override the scenario configuration provided in the script. ### k6 version v0.51.0 ###...

bug
ux
triage

### Brief summary Because of the behavior described in #3741, it's not possible to use `k6/experimental/browser` if you specify `--iterations` or `--duration` on the command line. ### k6 version v0.51.0...

bug
ux
triage

## What? It exposes a mechanism from `streams` (Go) package to initialize a new `ReadableStream` from a `io.Reader`: - `NewReadableStreamForReader(vu modules.VU, reader io.Reader) *goja.Object` ## Why? Because this would makes...