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

Qualification tool: Filter empty strings from Read Schema #3405

Merged
merged 2 commits into from
Sep 8, 2021

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Sep 7, 2021

This fixes #3401.

We see this error when ReadSchema is not present in the eventlog for a job.
In these cases we assign ""(empty string) for read schema. We did not have test case for this where the eventlog could contain some valid read schemas and an empty schema. Had test cases which tested above separately. Updated the tests to include this case.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the bug Something isn't working label Sep 7, 2021
@nartal1 nartal1 added this to the Aug 30 - Sept 10 milestone Sep 7, 2021
@nartal1 nartal1 self-assigned this Sep 7, 2021
@nartal1
Copy link
Collaborator Author

nartal1 commented Sep 7, 2021

build

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@tgravescs
Copy link
Collaborator

build

@nartal1 nartal1 merged commit 89299a4 into NVIDIA:branch-21.10 Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Qualification tool failed with java.lang.ArrayIndexOutOfBoundsException
2 participants