ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 148 forks source link

Fixed race condition with native clients when global timeout setting … #353

Closed pkittenis closed 2 years ago

pkittenis commented 2 years ago

…is used and running short lived commands.

Resolves #344.

codecov[bot] commented 2 years ago

Codecov Report

Merging #353 (2e0cdde) into master (a0787bd) will decrease coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
- Coverage   99.31%   99.19%   -0.13%     
==========================================
  Files          18       18              
  Lines        1611     1606       -5     
==========================================
- Hits         1600     1593       -7     
- Misses         11       13       +2     
Impacted Files Coverage Δ
pssh/clients/native/single.py 99.71% <ø> (ø)
pssh/clients/base/single.py 99.23% <100.00%> (-0.01%) :arrow_down:
pssh/clients/reader.py 100.00% <100.00%> (+5.55%) :arrow_up:
pssh/clients/ssh/single.py 98.61% <100.00%> (ø)
pssh/utils.py 100.00% <100.00%> (ø)
pssh/clients/base/parallel.py 97.86% <0.00%> (-1.71%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0787bd...2e0cdde. Read the comment docs.