fix(tests): use high non-privileged ports in tests to avoid conflicts and CI failures
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-21 - 25.7.9 - fix(tests)
|
||||
use high non-privileged ports in tests to avoid conflicts and CI failures
|
||||
|
||||
- Updated multiple test files to use high-range, non-privileged ports instead of well-known or conflicting ports.
|
||||
- Files changed: test/test.acme-http01-challenge.ts, test/test.connection-forwarding.ts, test/test.forwarding-regression.ts, test/test.http-port8080-forwarding.ts, test/test.port-mapping.ts, test/test.smartproxy.ts, test/test.socket-handler.ts.
|
||||
- Notable port remappings: 8080/8081 -> 47730/47731 (and other proxy ports like 47710), 8443 -> 47711, 7001/7002 -> 47712/47713, 9090 -> 47721, 8181/8182 -> 47732/47733, 9999 -> 47780, TEST_PORT_START/PROXY_PORT_START -> 47750/48750, and TEST_SERVER_PORT/PROXY_PORT -> 47770/47771.
|
||||
|
||||
## 2026-02-19 - 25.7.8 - fix(no-changes)
|
||||
no changes detected; nothing to release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user