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

special character in application name not working #3514

Open
arpitaso opened this issue Dec 20, 2023 · 1 comment
Open

special character in application name not working #3514

arpitaso opened this issue Dec 20, 2023 · 1 comment
Labels
awaiting user waiting for user to respond

Comments

@arpitaso
Copy link

Brief summary

the k6 test does not execute if there is a special character in the applicatiionName
example:
applicationName: Test T&T
but this one works applicationName: Test TandT

k6 version

k6 v0.47.0 (go1.21.2, darwin/arm64)

OS

macOS 11

Docker version and image (if applicable)

No response

Steps to reproduce the problem

arguments: --tag test_id=556 --tag region=abc --tag provider=azure --tag
platform_name=aa --tag product_id=Test T&T --tag env=preprod --tag app=a

Expected behaviour

The test should execute successfully

Actual behaviour

The test is not executing successfully because the special character in applicationName: Test T&T is not being executed, ideally it should execute

@codebien
Copy link
Contributor

Hey @arpitaso,
can you detail what you mean by applicationName? It isn't a k6 specifics.

In any case, can you post the complete k6 command you're running, please? Are you running from a terminal? Which shell? Because special characters have special functions in the shell. Probably the reason is because you're not escaping the values or making clear it is a string by quoting it.

It doesn't seem to be a bug so I removed the label.

@codebien codebien added awaiting user waiting for user to respond and removed bug triage labels Dec 21, 2023
@olegbespalov olegbespalov removed their assignment Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting user waiting for user to respond
Projects
None yet
Development

No branches or pull requests

3 participants