Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatling runner is stuck before it starts test on M1 / minikube #74

Open
vladimirsvicevicsrb opened this issue Mar 1, 2023 · 1 comment
Assignees

Comments

@vladimirsvicevicsrb
Copy link

vladimirsvicevicsrb commented Mar 1, 2023

Hi,

I am trying to test gatling in locally running minikube on M1 Pro machine, and after installing operator and starting sample as:

kustomize build config/samples | kubectl apply -f -

and checking the logs:

+ gatling-sample01-runner-6bjs2 › gatling-runner
gatling-sample01-runner-6bjs2 gatling-runner Wait until 2023-03-01 16:26:32
gatling-sample01-runner-6bjs2 gatling-runner GATLING_HOME is set to /opt/gatling

gatling-runner is completely stuck when exeucting gatling.sh - as I suppose.

Also, by checking the k8s resources, I see that gatling operator has RUNNED 0/1

kns default
k get gatling,job,pod
Context "3-node" modified.
Active namespace is "default".
NAME                                                      RUNNED   REPORTED   NOTIFIED   REPORTURL   AGE
gatling.gatling-operator.tech.zozo.com/gatling-sample01   0/1                                        3m17s

NAME                                COMPLETIONS   DURATION   AGE
job.batch/gatling-sample01-runner   0/1           3m17s      3m17s

NAME                                READY   STATUS    RESTARTS   AGE
pod/gatling-sample01-runner-6bjs2   1/1     Running   0          3m17s

I reduced parallelism: 1 as I thought that this could be an issue, but not differences at all.

Any idea why is the issue?
Thanks

@vladimirsvicevicsrb vladimirsvicevicsrb changed the title Gatling runner is stuck before it starts test Gatling runner is stuck before it starts test on M1 / minikube Mar 2, 2023
@S-mishina S-mishina self-assigned this Mar 17, 2023
@S-mishina
Copy link
Contributor

@vladimirsvicevicsrb

Thank you for creating the issue.
I think it is probably due to the fact that IMAGE(ghcr.io/st-tech/gatling:latest) does not support multiple architectures, so I will address it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants