Olha Yevtushenko
Olha Yevtushenko
Thank you for the PR @aecay! IMHO, this feature is valid, I'm even surprised it hasn't come up before. Just as a heads-up, I won't be able to properly review...
Hi @aecay, I've finally had some time to dig into your PR; my apologies for the delay. Code wise: the current branch seems fine to me but I intend to...
All of the images with digest are controller only. We don't rebuild starter and runner without release.
TestRampingVUsHandleRemainingVUs [as well](https://github.com/grafana/k6/runs/4938790631): ``` --- FAIL: TestRampingVUsHandleRemainingVUs (0.09s) ramping_vus_test.go:358: Error Trace: ramping_vus_test.go:358 Error: Not equal: expected: 0x1 actual : 0x2 Test: TestRampingVUsHandleRemainingVUs ramping_vus_test.go:359: Error Trace: ramping_vus_test.go:359 Error: Not equal: expected:...
I think this case can be documented in two ways: 1) update to k6-operator's README on how to pass an environment variable to any pod in K6, starter and runner...
Hi @knmsk A big thank you for working on this! I'll try to dig into details on the next week and see if I can help with the issue. As...
Some additional input on this issue was here: https://community.k6.io/t/does-handlesummary-works-when-running-k6-in-distributed-mode/2532
Fixed in https://github.com/grafana/k6-operator/commit/cb4fb354ee87e0dc94658bf87c8598246cb16358 @mikeja67 thanks for spotting this!
@BarthV, Thanks for the detailed report :+1: I don't remember observing a scenario exactly like yours before but there are definitely issues with the state right now. IME, the most...
Hi @spoukke, Thanks for the PR and sorry for the delay! We cannot change `instance_id`: the whole point of `instance_id` tag is to distinguish between pods, not jobs. I suggest...