The GitHub Actions job "CI" on grails-core.git/fix/stop-app-cli has succeeded.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
c5265007e85c09f8dd0218690f0930daa8a5f3a8 / Scott Murphy Heiberg 
<[email protected]>
Report a deliberate stop-app as a successful bootRun build

stop-app (and Ctrl+C) terminate the forked application gracefully via 
SIGTERM/SIGINT, so the JVM runs its shutdown hooks and exits with a signal 
status code (143 for SIGTERM, 130 for SIGINT). JavaExec treats any non-zero 
exit as a build failure, so a normal, graceful stop was reported as BUILD 
FAILED.

Configure bootRun to tolerate those signal-termination codes via a 
BootRunExitCodeVerifier doLast action - still failing the build for any other 
non-zero exit such as a genuine startup error - so a deliberate stop is 
reported as BUILD SUCCESSFUL. run-app reports the clean shutdown now that the 
build succeeds.

Report URL: https://github.com/apache/grails-core/actions/runs/27800326640

With regards,
GitHub Actions via GitBox

Reply via email to