Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update Model Serving tests for 2.5 #1044
Update Model Serving tests for 2.5 #1044
Changes from 8 commits
f57235e
aa3a196
77bf392
35f08de
e67026c
38f08d5
3a01db0
b0d33f8
7239d52
d17ff21
bc78dae
96d33ec
c614cdb
3d151fa
089573a
74e1026
3b0ab18
8f02960
a7972c9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning
Code scanning / Robocop
Trailing whitespace at the end of line Warning test
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
Check warning
Code scanning / Robocop
Trailing whitespace at the end of line Warning test
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.
please remove
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.
why? according to the linter, there must be 2 lines btw sections
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 meant to remove the trailing spaces 🙂
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.
oh, sorry. I'll remove it in some next PRs (I have in my backlog new tests in this suite after 2.5 release)
Check warning
Code scanning / Robocop
Keyword '{{ keyword_name }}' has too many keywords inside ({{ keyword_count }}/{{ max_allowed_count }}) Warning test
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.
These three
${RESOURCES_DIRPATH}/csr_*
are used on two places. Maybe it would make sense to create a global variables in this file for them?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.
these will be used only by one test, hence I made these suite variable only when running that particular test
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.
yeah, I didn't mean to make it global as that much global, just to define it only once in the file, but I don't insist, that's a small thing 🙂
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Check warning
Code scanning / Robocop
Local variable '{{ name }}' is overwritten before usage Warning test
Check warning
Code scanning / Robocop
Local variable '{{ name }}' is overwritten before usage Warning test
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Check warning
Code scanning / Robocop
Local variable '{{ name }}' is overwritten before usage Warning test
Check warning
Code scanning / Robocop
Local variable '{{ name }}' is overwritten before usage Warning test
Check warning
Code scanning / Robocop
{{ bad_indent_msg }} Warning test
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Check warning
Code scanning / Robocop
Continuation marker should be aligned with starting row Warning test