mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
The second stage of test.sh ("run baseline data traffic") performs a
basic connectivity check with ping -qfc 500 -w 3. On slower CI
instances this is too strict for TCP: the RTT is high enough that 500
echo requests do not reliably complete within 3 seconds, so the stage
flakes and the test fails even though the ovpn setup is healthy.
Reduce the packet count to 100 for both the plain and 3000-byte pings in
that stage. This still verifies peer setup, key exchange, routing, and
data-path traffic, without making the basic connectivity check depend on
timing out under load.
Fixes:
|
||
|---|---|---|
| .. | ||
| json | ||
| .gitignore | ||
| common.sh | ||
| config | ||
| data64.key | ||
| Makefile | ||
| ovpn-cli.c | ||
| tcp_peers.txt | ||
| test-chachapoly.sh | ||
| test-close-socket-tcp.sh | ||
| test-close-socket.sh | ||
| test-float.sh | ||
| test-large-mtu.sh | ||
| test-mark.sh | ||
| test-symmetric-id-float.sh | ||
| test-symmetric-id-tcp.sh | ||
| test-symmetric-id.sh | ||
| test-tcp.sh | ||
| test.sh | ||
| udp_peers.txt | ||