Skip to content

Commit 099eca0

Browse files
committed
Restore port range documentation lost during squash merge
The port range and WSL2 port 7680 reservation note was added to CLAUDE.md before PR #99 branched. The squash merge overwrote that line with the branch's version, which had the note reverted to keep the PR scoped to issue #98.
1 parent 8650d33 commit 099eca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Tests live in the main `postgres/` package (private test classes).
175175
- SSL/Connect, SSL/Authenticate, SSL/Query, SSL/Refused, SSL/Cancel
176176
- MD5/Authenticate, MD5/AuthenticateFailure, MD5/QueryResults
177177

178-
Test helpers: `_ConnectionTestConfiguration` reads env vars with defaults. Several test message builder classes (`_Incoming*TestMessage`) construct raw protocol bytes for unit tests.
178+
Test helpers: `_ConnectionTestConfiguration` reads env vars with defaults. Several test message builder classes (`_Incoming*TestMessage`) construct raw protocol bytes for unit tests. Mock server tests use ports in the 7669–7682 range and 9667–9668. **Port 7680 is reserved by Windows** (Update Delivery Optimization) and will fail to bind on WSL2 — do not use it.
179179

180180
## Known Issues and TODOs in Code
181181

0 commit comments

Comments
 (0)