codeconsole commented on PR #15698:
URL: https://github.com/apache/grails-core/pull/15698#issuecomment-4735526566
Verified on Linux — the full loop works, including the exact
cross-invocation case matrei
reported as broken.
Faithful repro in a JDK-17 Debian container (the PR's own
etc/bin/Dockerfile), against the locally-published
7.0.12-SNAPSHOT stack:
[1] create-app myapp → Application created
[2] run-app (non-interactive, separate proc) → app forks
[3] ✅ build/run-app.pid appeared after ~28s: pid=4013 ← producer link
(the one matrei saw fail)
App JVM (pid=4013) alive? yes → Grails banner, :bootRun
85% EXECUTING
[4] stop-app (separate invocation = "second terminal")
| Stopping application...
| Application stopped. exit 0 ← consumer
link
[5] App JVM gone after stop-app? yes
pid file removed
RESULT=PASS
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]