Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid being stopped after previous tests that do not finish authentic…
…ation. Override the per-source penalties in OpenSSH 9.8. Addressing Run docker exec python-libssh bash -c 'cp -rp tests /tmp/tests && cd /tmp/tests && for i in *.py ; do python3 -Werror $i ; done' . ---------------------------------------------------------------------- Ran 1 test in 0.009s OK ....... ---------------------------------------------------------------------- Ran 7 tests in 0.359s OK .E ====================================================================== ERROR: test2_command (__main__.CommandTest.test2_command) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/tests/t3_command.py", line 52, in test2_command session.connect() ~~~~~~~~~~~~~~~^^ File "libssh.pyx", line 107, in libssh.Session.connect libssh.libsshException: Socket error: Connection reset by peer ---------------------------------------------------------------------- Ran 2 tests in 0.005s FAILED (errors=1) E ====================================================================== ERROR: test1_shell (__main__.ShellTest.test1_shell) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/tests/t4_shell.py", line 15, in test1_shell session.connect() ~~~~~~~~~~~~~~~^^ File "libssh.pyx", line 107, in libssh.Session.connect libssh.libsshException: Socket error: Connection reset by peer ---------------------------------------------------------------------- Ran 1 test in 0.002s FAILED (errors=1) EE ====================================================================== ERROR: test1_put (__main__.SFTPTest.test1_put) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/tests/t8_sftp.py", line 12, in test1_put session.connect() ~~~~~~~~~~~~~~~^^ File "libssh.pyx", line 107, in libssh.Session.connect libssh.libsshException: Socket error: Connection reset by peer ====================================================================== ERROR: test1_put_filename_bytes (__main__.SFTPTest.test1_put_filename_bytes) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/tests/t8_sftp.py", line 35, in test1_put_filename_bytes session.connect() ~~~~~~~~~~~~~~~^^ File "libssh.pyx", line 107, in libssh.Session.connect libssh.libsshException: Socket error: Connection reset by peer ---------------------------------------------------------------------- Ran 2 tests in 0.002s FAILED (errors=2)
- Loading branch information