-
v1.7.2 Stable
released this
2026-06-29 22:47:10 -05:00 | 104 commits to main since this releaseInternal
- Integration tests no longer make real loopback patch GETs. The test harness now stubs the patch resolver's fetch in-memory by default (resolving the mock server's game version without a socket); the single test that exercises the real LCU patch wiring opts in explicitly. This removes the per-test network churn and the
ECONNRESETlog noise at teardown, and with it a source of rarewaitFortimeouts under parallel test forks. Harness wait budgets were also raised to 10 s, and the patch resolver no longer logs a warning for a fetch that fails after it has been stopped (an expected shutdown-time connection reset).
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Integration tests no longer make real loopback patch GETs. The test harness now stubs the patch resolver's fetch in-memory by default (resolving the mock server's game version without a socket); the single test that exercises the real LCU patch wiring opts in explicitly. This removes the per-test network churn and the