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

SSCSCI-1388: Investigate and fix: Nightly build failures #4399

Merged
merged 15 commits into from
Feb 10, 2025

Conversation

srochani
Copy link
Contributor

@srochani srochani commented Feb 6, 2025

Jira link

See PROJ-XXXXXX

Change description

Testing done

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

Copy link

github-actions bot commented Feb 6, 2025

CCD diff report

No change

Copy link

github-actions bot commented Feb 6, 2025

Integration Tests results

   80 files  ±0     80 suites  ±0   13m 5s ⏱️ +27s
1 423 tests ±0  1 415 ✅ ±0  8 💤 ±0  0 ❌ ±0 
1 424 runs  ±0  1 416 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 288f487. ± Comparison against base commit 8008158.

♻️ This comment has been updated with latest results.

return IOUtils.toByteArray(in);
} catch (IOException e) {
log.info("Failed to get resource with exception {}", e.getMessage());
return new byte[0];
Copy link
Contributor

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 ?

Copy link
Contributor Author

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

@srochani srochani merged commit 13fe1eb into master Feb 10, 2025
9 checks passed
@srochani srochani deleted the SSCSCI-1388-Fix-Nightly branch February 10, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants