Skip to content

Commit 9a1b15e

Browse files
committed
Java has TCP server channel errors
1 parent 95fa10e commit 9a1b15e

File tree

1 file changed

+43
-1
lines changed
  • spec/support/acceptance/session

1 file changed

+43
-1
lines changed

spec/support/acceptance/session/java.rb

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,16 +243,58 @@ module Acceptance::Session
243243
lines: {
244244
linux: {
245245
known_failures: [
246+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
247+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
248+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
249+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
250+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
251+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
252+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
253+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
254+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
255+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
256+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
257+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
258+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
259+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
246260
"[-] FAILED: [UDP] Has the correct peer information"
247261
]
248262
},
249263
osx: {
250-
known_failures: [
264+
known_failures: [
265+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
266+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
267+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
268+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
269+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
270+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
271+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
272+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
273+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
274+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
275+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
276+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
277+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
278+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
251279
"[-] FAILED: [UDP] Has the correct peer information"
252280
]
253281
},
254282
windows: {
255283
known_failures: [
284+
"[-] [[TCP-Server] Accepts a connection] FAILED: [TCP-Server] Accepts a connection",
285+
"[-] [[TCP-Server] Accepts a connection] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
286+
"[-] [[TCP-Server] Has the correct peer information] FAILED: [TCP-Server] Has the correct peer information",
287+
"[-] [[TCP-Server] Has the correct peer information] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
288+
"[-] [[TCP-Server] Receives data from the peer] FAILED: [TCP-Server] Receives data from the peer",
289+
"[-] [[TCP-Server] Receives data from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
290+
"[-] [[TCP-Server] Sends data to the peer] FAILED: [TCP-Server] Sends data to the peer",
291+
"[-] [[TCP-Server] Sends data to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
292+
"[-] [[TCP-Server] Propagates close events to the server] FAILED: [TCP-Server] Propagates close events to the server",
293+
"[-] [[TCP-Server] Propagates close events to the server] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
294+
"[-] [[TCP-Server] Propagates close events to the peer] FAILED: [TCP-Server] Propagates close events to the peer",
295+
"[-] [[TCP-Server] Propagates close events to the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
296+
"[-] [[TCP-Server] Propagates close events from the peer] FAILED: [TCP-Server] Propagates close events from the peer",
297+
"[-] [[TCP-Server] Propagates close events from the peer] Exception: Errno::ECONNREFUSED: Connection refused - connect(2) for \"127.0.0.1\" port 0",
256298
"[-] FAILED: [UDP] Has the correct peer information"
257299
]
258300
}

0 commit comments

Comments
 (0)