demery-pivotal opened a new pull request #6723: URL: https://github.com/apache/geode/pull/6723
Change `ci/scripts/capture-call-stacks.sh` to capture call stacks from both Dockerized and non-Dockerized Java processes, regardless of the value of `PARALLEL_DUNIT`. If `jps` reports any processes, capture their call stacks. If `docker ps` reports any Docker containers, capture the call stacks of all Java processes running in those containers. This ensures that we capture all call stacks from all lingering Java test worker processes, regardless of whether the workers were run in Docker containers. Co-authored-by: Dale Emery <[email protected]> -- 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]
