Commit 3b91320
Use non-overlapping ports in Groot2Publisher tests
Avoid port conflicts between tests by using distinct port ranges:
- Test 2: 1700-1708 (was 1667-1675)
- Test 3: 1720 (was 1677)
- Test 4: 1730-1734 (was 1687-1691)
This prevents potential TIME_WAIT issues on Windows where the
subprocess in Test 1 (using port 1667) might not have fully
released the port before Test 2 tries to bind to it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 4274888 commit 3b91320
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
0 commit comments