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 symbols in test run name cause search failure #78

Closed
okainov opened this issue Oct 27, 2017 · 2 comments
Closed

Special symbols in test run name cause search failure #78

okainov opened this issue Oct 27, 2017 · 2 comments

Comments

@okainov
Copy link
Contributor

okainov commented Oct 27, 2017

Description of problem

Looks like special symbols in test run name is not being escaped properly

Component (web, API, etc)

web

Version or commit hash (if applicable)

04ee633

How often reproducible

Always

Steps to Reproduce

  1. Create Test run with "\" symbols in the name i.e. "Test Product with Windows\Chrome"
  2. Try to search this test run by product
  3. Make sure error will appear
    image

Actual results

Error appears

Expected results

Test run should be found

Additional info

Maybe the same error exists for other fields as well

@atodorov
Copy link
Member

Confirmed the problem, however the quotes are not the issue, the backslash character is! As a workaround you can use forward slash (/) or something else as a delimiter.

@okainov
Copy link
Contributor Author

okainov commented Oct 28, 2017

Yes, it was a GitHub bug. In my initial text there was quote-slash-quote symbols, but slash disappeared for some reason. Now I've updated the text

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

No branches or pull requests

2 participants