Description
CIOWebSocketTest.testCorruptFrameWithBadOpcode[linuxX64] fails with EADDRINUSE — port conflict from a previous test not releasing the port in time.
Impact
Intermittent failure on "Native Linux X64" CI check.
Affected PRs (sample)
Platforms
- Native Linux X64 (linuxX64)
Suggested investigation
- Add a small delay or use dynamic port allocation (port 0) to avoid port conflicts between tests
- Ensure
ServerSocket.close() completes before the next test binds to the same port
Description
CIOWebSocketTest.testCorruptFrameWithBadOpcode[linuxX64]fails withEADDRINUSE— port conflict from a previous test not releasing the port in time.Impact
Intermittent failure on "Native Linux X64" CI check.
Affected PRs (sample)
Platforms
Suggested investigation
ServerSocket.close()completes before the next test binds to the same port