Files
wolfssl/.github/workflows
Tobias Frauenschläger ae1ea4079b Retry flaky libssh2 Docker tests with make recheck
The libssh2 integration tests start a fresh OpenSSH-server container per
test with "docker run -d -p 22" and then immediately open the SSH
connection. Docker maps the port as soon as the container starts, so the
TCP connect succeeds before sshd inside the container is ready to send its
banner, and the handshake fails with "Failed getting banner" (-43). This
shows up as an intermittent failure of a single test, most often
test_read, on unrelated pull requests.

Fall back to "make recheck" when "make check" fails. The automake parallel
test harness re-runs only the tests that did not pass, so a transient
container-readiness race no longer fails the job while a genuine failure
still does.
2026-07-22 15:07:46 +02:00
..
2026-04-24 17:07:37 +02:00
2026-05-21 13:19:29 -07:00
2024-12-09 13:38:07 +01:00
2024-12-09 12:42:32 +01:00
2026-07-17 22:38:55 +10:00
2026-05-21 13:19:29 -07:00
2026-07-08 07:53:53 +10:00