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

run start_test.sh on Windows 10 and GitBash #18

Open
sgrillon14 opened this issue Apr 1, 2022 · 9 comments
Open

run start_test.sh on Windows 10 and GitBash #18

sgrillon14 opened this issue Apr 1, 2022 · 9 comments

Comments

@sgrillon14
Copy link

All command kubectl do not work on Windows 10 and GitBash.

kubectl exec -c jmmaster -i -n "${namespace}" "${master_pod}" -- /bin/bash "/opt/jmeter/load_test"

to

kubectl exec -c jmmaster -i -n "${namespace}" "${master_pod}" -- //bin/bash "//opt/jmeter/load_test"

can you put in variable this part and set if we use this env? (10 occurences)

@Rbillon59
Copy link
Owner

Hi again Stephane,

I haven't a Windows 10 under my hand, please feel free to make a PR adding Windows git bash support to the script. I will be glad to review it and add this to the code base.

Thanks

@sgrillon14
Copy link
Author

I do next week

@TijmenC
Copy link

TijmenC commented May 24, 2022

I do next week

By chance you've finished it yet?

@yurchik11
Copy link

I faced with the same problem on Windows.
I have changed the path and everything works correctly.
Thanks, @Rbillon59

@Rbillon59
Copy link
Owner

Thanks @yurchik11

Would you mind to push your Windows git bash version as a new PR to integrate it to the starterkit ?

@yurchik11
Copy link

@Rbillon59 sorry for the delay, yes sure, but I can't create a new branch.
It looks like only you can do it.
thanks

@Rbillon59
Copy link
Owner

Hi,

It's because I don't give write access publicly, you would need to fork the repo first

Thanks 🙂

@besessener
Copy link

@yurchik11 I would be really interested in what you changed. can you please describe it? :)

@besessener
Copy link

actually I think I was pretty close,but one path is always changed back to a Windows path.
On Windows it is maybe better going with WSL instead of MSYS?

Seems like it is working smooth in a WSL Terminal for me.

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

5 participants