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

Relative path instead of absolute being applied #58

Open
rickygodoy opened this issue Mar 3, 2023 · 0 comments
Open

Relative path instead of absolute being applied #58

rickygodoy opened this issue Mar 3, 2023 · 0 comments
Assignees

Comments

@rickygodoy
Copy link
Contributor

In some points such gkeConfig/service_account_json and ddlConfig/schemaFilePath the file is handled as absolute.

However, in others such jMeterTemplatePath, it's being handled as relative to the current solution, which is confusing and made me move my configurations to the solution folder to work.

Got the problem during the following command:
kubectl cp %s -n %s \"$(kubectl get po -n %s | grep jmeter-master | awk '{print $1}'):/%s\"")

which concatenated path twice:
/Users/rgodoy/Documents/machmeter/machmeter/Users/rgodoy/Downloads/machmeter-confs/templates/data-load.jmx

@rahul2393 rahul2393 self-assigned this Mar 31, 2023
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

2 participants