Skip to content

Flaky: CIOWebSocketTest.testCorruptFrameWithBadOpcode EADDRINUSE on linuxX64 #5463

@e5l

Description

@e5l

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions