Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Bugfix nuke deadline app name #1928

Merged
merged 3 commits into from
Aug 18, 2021
Merged

Bugfix nuke deadline app name #1928

merged 3 commits into from
Aug 18, 2021

Conversation

kalisp
Copy link
Member

@kalisp kalisp commented Aug 12, 2021

AVALON_APP_NAME now contains / as separator between name and version, but existing code normalized it to \.
This skip normalization for key AVALON_APP_NAME

\ was recognized in AVALON_APP_NAME as a path separator and normalized for all OS, currently \ is used in this env var as plain separator, cannot be replaced.
\ was recognized in AVALON_APP_NAME as a path separator and normalized for all OS, currently \ is used in this env var as plain separator, cannot be replaced.
@kalisp kalisp added type: bug Something isn't working module: Deadline AWS Deadline related features labels Aug 12, 2021
@kalisp kalisp requested a review from 64qam August 12, 2021 09:43
@kalisp kalisp self-assigned this Aug 12, 2021
@iLLiCiTiT
Copy link
Member

I would skip whole that part of normalization. It's dangerous on more keys then this.

@kalisp
Copy link
Member Author

kalisp commented Aug 12, 2021

Yeah, thats probably good idea, but not my call. I don't know that code nor reason, why it was written. So right now I would only duct-tape it and refactor it later.
Or if anyone knows more about the code, please go ahead, I am not feeling so adventurous to removing parts of unknown code :).

Copy link
Member

@jakubjezek001 jakubjezek001 left a comment

Choose a reason for hiding this comment

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

so lets remove code 262 to 287 as part of this PR please

@mkolar mkolar self-requested a review August 18, 2021 15:22
@kalisp kalisp merged commit 691c28b into develop Aug 18, 2021
@mkolar mkolar deleted the bugfix/nuke_deadline_app_name branch September 17, 2021 22:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
module: Deadline AWS Deadline related features type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants