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

Fix, exit code was zeroed out when cleanup operations failed #427

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

ddsharpe
Copy link
Member

@ddsharpe ddsharpe commented Mar 1, 2023

During process cleanup, if an IOException was thrown by the Docker or file system cleanup steps, the original exit code was lost and a 0 (zero) was returned. This fix preserves the original exit code.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 1, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 1, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ddsharpe ddsharpe merged commit cec163f into main Mar 1, 2023
@ddsharpe ddsharpe deleted the exit-code-fix branch March 1, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants