Closed lebrice closed 8 months ago
Attention: 27 lines
in your changes are missing coverage. Please review.
Comparison is base (
b823319
) 61.03% compared to head (e4686bb
) 61.73%.
Files | Patch % | Lines |
---|---|---|
milatools/cli/commands.py | 51.16% | 21 Missing :warning: |
milatools/cli/remote.py | 77.77% | 4 Missing :warning: |
milatools/cli/local.py | 80.00% | 1 Missing :warning: |
milatools/cli/utils.py | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
cd $SCRATCH
beforesalloc
andsbatch
on the mila clusterbanner_timeout: 60
in theconnect_kwargs
that are passed from fabric toparamiko.SSHClient.connect
for the mila cluster when we create amilatools.cli.remote.Remote
object. This is the most "experimental" change that might require some more testing. In my experience it consistently solved a new paramiko "Unable to parse SSH banner" error that I started experiencing during tests.