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

[YUNIKORN-2715] Handle special characters for params like queue, user… #867

Closed
wants to merge 1 commit into from

Conversation

manirajv06
Copy link
Contributor

…name & groupname

What is this PR for?

QueueName, UserName and GroupName may contain special characters which need to be escaped before hitting the url. Added the tests to verify this behaviour.

What type of PR is it?

  • - Improvement

Todos

  • - Task

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-2715

How should this be tested?

Screenshots (if appropriate)

Questions:

  • - The licenses files need update.
  • - There is breaking changes for older versions.
  • - It needs documentation.

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.36%. Comparing base (b337896) to head (94fb492).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #867   +/-   ##
=======================================
  Coverage   67.36%   67.36%           
=======================================
  Files          70       70           
  Lines        7623     7623           
=======================================
  Hits         5135     5135           
+ Misses       2270     2269    -1     
- Partials      218      219    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@manirajv06
Copy link
Contributor Author

@pbacsko Can you take a look? E2E test failure is not related to this pr.

@pbacsko
Copy link
Contributor

pbacsko commented Jul 4, 2024

@manirajv06 could you temporarily disable the failing tests until the problem is resolved? We've been having failed builds for a good week now. Just like I did with YUNIKORN-2668

@manirajv06
Copy link
Contributor Author

@pbacsko can you take a look?

Copy link
Contributor

@pbacsko pbacsko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants