]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commit
use synctest for the handshake drop test (#5397)
authorMarten Seemann <martenseemann@gmail.com>
Thu, 23 Oct 2025 14:56:35 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 14:56:35 +0000 (16:56 +0200)
commit49d41dc218bb7cc70c3f45109b3618c99b14491b
tree3979c505526bbaddbefdf7a2d932c2aca54ef409
parent756bdc0104a1f8375eae5a1ac5a88cd7b318ba55
use synctest for the handshake drop test (#5397)

This test used to take 15-30s locally, and even more on CI. It now runs in less than 1ms.
integrationtests/self/handshake_drop_test.go
integrationtests/self/self_go124_test.go [new file with mode: 0644]
integrationtests/self/self_go125_test.go [new file with mode: 0644]
integrationtests/self/simnet_helper_test.go