Ivan Mirić

Results 55 issues of Ivan Mirić

On current `main` (cf033cb), running the following script: script.js ```javascript import { check } from 'k6'; import { chromium } from 'k6/x/browser'; export const options = { vus: 1, duration:...

bug
high prio
cloud

On current `main` (430e82c), Chromium 105.0.5195.102 and Linux, running `xk6 run examples/device_emulation.js` fails with: ``` ERRO[0030] navigating to "https://k6.io/": timed out after 30s at reflect.methodValueCall (native) at file:///home/ivan/Projects/grafana/xk6-browser/examples/device_emulation.js:17:30(40) at native...

bug

This seems to be a new flaky nil panic :disappointed: Spotted 2 times in #508 (job [#1237](https://github.com/grafana/xk6-browser/runs/7894489703?check_suite_focus=true) and [#1240](https://github.com/grafana/xk6-browser/runs/7895924239?check_suite_focus=true)): ``` panic: runtime error: invalid memory address or nil pointer dereference...

bug
tests

Why are you including distribute 0.6.27 with this package? It makes no sense and is breaking pip and fabric after installing this package. For example: ``` $ fab Traceback (most...

Los IDs de provincias y municipios en la data actual son bastante inútiles ya que no tienen un significado mayor. Sería mejor incluir códigos estandarizados para representar estas divisiones. Un...

In Django, it is common to end up with empty Q objects when you're building the final Q object. For example: ``` python q = Q() for arg in args:...

The k6-core team recently had an internal meeting to discuss the current status of StatsD outputs in k6, the several issues reported by users, and the best way to move...

enhancement
metrics-output
statsd

A recent support question in Slack brought up testing a SQS endpoint which uses HTTP long polling. `k6/http` currently only supports synchronous requests, and long polling is a popular feature...

feature
evaluation needed
new-http

As reported by @sniku, browser instances are created and destroyed on each iteration, and there's currently no way of running multiple iterations that use the same instance. This is important...

enhancement
evaluate
optimization

We've seen [intermittent failures of `TestCDNJS`](https://circleci.com/gh/loadimpact/k6/9689) because their API sometimes returns empty results (`files` is empty). Right now you can see this if you request https://api.cdnjs.com/libraries/Faker a few times. To...

breaking change