use simnet in CONNECTION_CLOSE retransmission test (#5395)

* use simnet in CONNECTION_CLOSE retransmission test

* fix race
This commit is contained in:
Marten Seemann
2025-10-20 14:44:09 +08:00
committed by GitHub
parent cb7f6adea0
commit c0611d2f56
4 changed files with 107 additions and 69 deletions

View File

@@ -26,6 +26,7 @@ jobs:
env:
DEBUG: false # set this to true to export qlogs and save them as artifacts
TIMESCALE_FACTOR: 3
GOEXPERIMENT: ${{ matrix.go == '1.24.x' && 'synctest' || '' }}
name: "Integration (${{ matrix.os }}, Go ${{ matrix.go }}${{ matrix.race && ', race' || '' }})"
steps:
- uses: actions/checkout@v5