-
Notifications
You must be signed in to change notification settings - Fork 4
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
SSCSCI-1388: Investigate and fix: Nightly build failures #4399
Conversation
CCD diff reportNo change |
return IOUtils.toByteArray(in); | ||
} catch (IOException e) { | ||
log.info("Failed to get resource with exception {}", e.getMessage()); | ||
return new byte[0]; |
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.
Are we not changing the behaviour of this ? Previously exception would be thrown and now we are not failing ?
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 already updated to keep same behaviour, throwing it
Jira link
See PROJ-XXXXXX
Change description
Testing done
Checklist