-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Fix] jupyter notebook spawn checks #1228
[Fix] jupyter notebook spawn checks #1228
Conversation
Robot Results
|
1d397b3
to
349d120
Compare
[Arguments] ${image_name} ${version} | ||
${ide}= Notebook Expected Ide ${image_name} | ||
[Arguments] ${image} ${version} | ||
${ide}= Notebook Expected Ide ${image} |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test
This is a fix for the recent change [1,2]. Let's be consistent in the variable naming in all relevant keywords. * [1] red-hat-data-services#1102 * [2] 60fffb5
349d120
to
765adb6
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd expect variable image
to hold something like "quay.io/modh/notebooks/...@sha256-..."
, so maybe image_name is a slightly better name. But up to you, I guess there are reasons I'm not seeing.
[Arguments] ${image_name} ${version} | ||
${ide}= Notebook Expected Ide ${image_name} | ||
[Arguments] ${image} ${version} | ||
${ide}= Notebook Expected Ide ${image} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're just changing variable name, what is this PR fixing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few lines below, there was just image
used in the method, which didn't work with the current state. My first intention was to rename that variable to image_name
also, but then I realised that everywhere else we use just image
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it's hidden bcos unchanged. Ok thanks
I agree, but everywhere else there is used just |
This is a fix for the recent change [1,2]
CI: