K6-operator issue with ipv6
Hi, I am testing the k6-operator using EKS on AWS. I was following the official instruction. However the executor pod kept failing apart due to the issue with ipv6. Does k6-operator support ipv6? The...
View ArticleURL not passed to browser for k6-browser tests
I am trying to run the k6-browser test on windows. It opens up a new chrome window but the URL is not passed and an untitled blank tab is opened. After 30s , the test times out with the error Uncaught...
View ArticleHow can I use handleSummary and print a list of bad requests that have...
import grpc from ‘k6/net/grpc’; import { check, sleep } from ‘k6’; import { Counter } from ‘k6/metrics’; export let errorCounter = new Counter(‘errors’); const client = new grpc.Client();...
View ArticleK6 browser test in docker container cannot access website
I’ve created a dockerfile to run my k6 browser test script in. The script should perform simple browser testing functions, like going to a login page, entering credentials, and hitting “login”, and it...
View ArticleK6 headless browser is consuming to much traffic
Hi, This is my first time trying to write a UI load-testing script using k6 browser lib. And I have noticed something interesting. K6_BROWSER_HEADLESS=false k6 run test.js —>...
View ArticleGrouping User Actions in Browser Script
Hi, Is there any way to group user actions in the k6 browser script so that we will get the browser_req_duration for each transaction ( for e.g. duration for submitting a form , searching for an item...
View ArticleK6 operator doesn't support browser module
Is k6-operator able to execute a test case that contains k6 browser module? I see this error msg from the pod: "error building browser on IterStart: finding browser executable: k6 couldn't detect...
View ArticleBrowser support for k6 scripted synthetic check
Hi, are there any plans to support k6/browser module in scripted check in syntethics? Or what is the reason to not support it? We’d love this possibility, because we have custom-developed browser...
View ArticleGroup_duration metric doesn't match with 'http_req_duration' metric value
Hi, I have run a load test to target single api within a group. At the end of test, when checking metrics in test summary report, noticed group_metric is not equal to http_req_duration eventhough...
View ArticleStart k6 with operator and type script files with k6 version 0.52 and with...
I have migrated our test scripts for k6 0.52. Our project is based on the k6 Typescript template on GitHub. With version 0.52 and with GitHub - grafana/xk6-ts: TypeScript support for k6 it is now...
View ArticleIncrease resource allocation to runner pod
Hi, I am trying to increase the resource allocation to the runner pod as the test cases that are executed are pretty big and the runner pods keep getting OOMKilled. When I described the runner pod, I...
View ArticleMy local k6 extension wants to use my own local projects
my local k6 extension wants to use my own local package. I add my local projects in the extension go.mod by go “replace”. But in the extension, when i use xk6 build --with command to build extension,...
View ArticleUnable to export the metrics to datadog on latest k6 version 0.53.0
I upgraded to the latest k6 versions in my system and installed the Datadog agent. when I’m executing the below command getting the below errors. can you please help me with what I did wrong Command:...
View ArticleConfiguration Ramping arrival rate
Hello! Could you help me with configuring a scenario for K6 options? I believe that ramping-arrival-rate might meet the requirements I describe below, but I’m unsure if it would be the best solution....
View ArticleK6 console log to file stopped half way
Hi, I’m using k6 to test my api. In this test, I’m using constant-vu, with 5 vus, and a 30 minutes duration. Also, I’m using xk6-dashboard to see data in realtime. The problem is I redirect my console...
View ArticleNode modules resolution via Babel + Webpack: Babel compiler errors
I’m trying to resolve a node module to be able to create webrtc connection needed for some of our tests based on the pattern and config presented here: github.com GitHub - grafana/k6-template-es6:...
View ArticleGrafana K6 Output send to Splunk / Grafana
Hi, I am trying to purpose one of my customer to utilize Grafana K6 for API load testing. We have our cloud native application(Most of applications developed using Springboot framework) hosted on aws...
View ArticleGet started with k6-operator
kubectl tool is set for the [k3d] Kubernetes cluster. make deploy , I am getting these warning " “crd:maxDescLen=0” rbac:roleName=manager-role webhook paths=“./…”...
View ArticleXk6-couchbase build failing with checksum error
we are trying to build k6 with xk6-couchbase but we see a checksum mismatch. How can this be fixed? k6>CGO_ENABLED=1 xk6 build master --with github.com/grafana/xk6-sql --with...
View ArticleXk6-couchbase failing to build with check sum error
we are trying to build k6 with xk6-couchbase but we see a checksum mismatch. How can this b fixed? k6>CGO_ENABLED=1 xk6 build master --with github.com/grafana/xk6-sql --with...
View Article