Closed viniciusdaroz closed 2 months ago
Attention: Patch coverage is 28.57143%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 92.52%. Comparing base (
a0e6454
) to head (ef50da7
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/ansys/rocky/core/launcher.py | 28.57% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a Rocky session hangs, which can happen due to multiple reasons, pyRocky can raise an error because the server_port is already in use. An additional argument called terminate_existing_session was included under Rocky's launcher to force the existing session to close before launching a new one using the same server_port. This gives the user the flexibility to avoid killing the Rocky process or manually connecting to the existing session to close it.
103