You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced this problem in Kubernetes(v1.28, k3s, k6-operator) first. The image works fine in docker but failing on Podman (with and without --privileged) and Kubernetes.
Hi,
we are facining similiar problems when using k6-operator to run these browser based k6 images and our testcases in Kubernetes.
However, we were able to run the same code/testcase as a standalone Pod (basically using the same Image and properties, but without the additional k6 operator logic for segmentation and synchronisation).
So - at least from our side - it looks like specific options (execution segmentation, paused or k6 operators) seems to cause this, but we were not yet able to reproduce this without using k6-operator.
@audacioustux were you able to gather new information about this? Thanks!
Even though the execution environment is different, this might be related to #4370 as well.
Brief summary
Faced this problem in Kubernetes(v1.28, k3s, k6-operator) first. The image works fine in docker but failing on Podman (with and without --privileged) and Kubernetes.
k6 version
v0.49.0 (commit/b5328aa782, go1.21.6, linux/arm64)
OS
oracle linux, amazon linux
Docker version and image (if applicable)
4.6.1 <- podman
Steps to reproduce the problem
Expected behaviour
Browser tests should run in rootless environments and kubernetes
Actual behaviour
Crash with
process with PID 14 unexpectedly ended: signal: trace/breakpoint trap (core dumped)
The text was updated successfully, but these errors were encountered: