Skip to content

test: WebSocketIntegrationTest.SocketSettings: do not set AF_INET#2420

Merged
yhirose merged 1 commit into
yhirose:masterfrom
jirislaby:master
Apr 8, 2026
Merged

test: WebSocketIntegrationTest.SocketSettings: do not set AF_INET#2420
yhirose merged 1 commit into
yhirose:masterfrom
jirislaby:master

Conversation

@jirislaby
Copy link
Copy Markdown
Contributor

The server listens on AF_INET6 only (::1), so the test fails:

 [ RUN      ] WebSocketIntegrationTest.SocketSettings
 test/test.cc:17160: Failure
 Value of: client.connect()
   Actual: false
 Expected: true

Fixes #2419.

The server listens on AF_INET6 only (::1), so the test fails:
 [ RUN      ] WebSocketIntegrationTest.SocketSettings
 test/test.cc:17160: Failure
 Value of: client.connect()
   Actual: false
 Expected: true

Fixes yhirose#2419.
@yhirose yhirose merged commit fc885cc into yhirose:master Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The new added WebSocketIntegrationTest.SocketSettings fails

2 participants