Autobahn WebSocket Testsuite Report
Autobahn WebSocket

AVR / W5500 / Ethernet - Case 5.20 : Pass - 1026 ms @ 2020-06-03T10:54:42.836Z

Case Description

Same as Case 5.19, but send all frames with SYNC = True. Note, this does not change the octets sent in any way, only how the stream is chopped up on the wire.

Case Expectation

Same as Case 5.19. Implementations must be agnostic to how octet stream is chopped up on wire (must be TCP clean).

Case Outcome

Actual events match at least one expected.

Expected:
{'OK': [('pong', u'pongme 1!'), ('pong', u'pongme 2!'), ('message', u'fragment1fragment2fragment3fragment4fragment5', False)]}

Observed:
[('pong', u'pongme 1!'), ('pong', u'pongme 2!'), ('message', u'fragment1fragment2fragment3fragment4fragment5', False)]

Case Closing Behavior

Connection was properly closed (OK)



Opening Handshake

GET /runCase?case=64&agent=AVR%20/%20W5500%20/%20Ethernet HTTP/1.1
Host: 192.168.46.31:9001
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: mF95X5B9Rd1H8Sgb7ZvuJw==
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.8.0-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: hb/7o4j2PDMwnOhgWWX0RhfCl3c=


Closing Behavior

KeyValueDescription
isServerTrueTrue, iff I (the fuzzer) am a server, and the peer is a client.
closedByMeTrueTrue, iff I have initiated closing handshake (that is, did send close first).
failedByMeFalseTrue, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.
droppedByMeTrueTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).
wasNotCleanReasonNoneWhen wasClean == False, the reason what happened.
wasServerConnectionDropTimeoutFalseWhen we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.
wasOpenHandshakeTimeoutFalseWhen performing the opening handshake, but the peer did not finish in time, this gets True.
wasCloseHandshakeTimeoutFalseWhen we initiated a closing handshake, but the peer did not respond in time, this gets True.
localCloseCode1000The close code I sent in close frame (if any).
localCloseReasonNoneThe close reason I sent in close frame (if any).
remoteCloseCode1000The close code the peer sent me in close frame (if any).
remoteCloseReasonNoneThe close reason the peer sent me in close frame (if any).


Wire Statistics

Octets Received by Chop Size

Chop SizeCountOctets
16060
21836
3412
4624
515
6212
919
29129
45145
66166
Total95298

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
11777
2061206
Total9287

Frames Received by Opcode

OpcodeCount
11
81
102
Total4

Frames Transmitted by Opcode

OpcodeCount
04
11
81
92
Total8


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d3634266167656e743d4156522532302f25323057353530302532302f25323045
               746865726e657420485454502f31 ...
001 RX OCTETS: 0d0a486f73743a203139322e3136382e34362e33313a393030310d0a55
002 RX OCTETS: 706772
003 RX OCTETS: 6164
004 RX OCTETS: 653a
005 RX OCTETS: 20
006 RX OCTETS: 77
007 RX OCTETS: 65
008 RX OCTETS: 6273
009 RX OCTETS: 6f
010 RX OCTETS: 63
011 RX OCTETS: 6b65
012 RX OCTETS: 740d0a
013 RX OCTETS: 43
014 RX OCTETS: 6f
015 RX OCTETS: 6e
016 RX OCTETS: 6e
017 RX OCTETS: 65
018 RX OCTETS: 63
019 RX OCTETS: 74
020 RX OCTETS: 69
021 RX OCTETS: 6f
022 RX OCTETS: 6e
023 RX OCTETS: 3a
024 RX OCTETS: 2055
025 RX OCTETS: 70
026 RX OCTETS: 677261
027 RX OCTETS: 64
028 RX OCTETS: 65
029 RX OCTETS: 0d0a
030 RX OCTETS: 5365632d576562536f636b65742d4b65793a206d463935583542395264314838536762375a76754a773d3d0d0a
031 RX OCTETS: 53
032 RX OCTETS: 65
033 RX OCTETS: 632d
034 RX OCTETS: 57
035 RX OCTETS: 65
036 RX OCTETS: 6253
037 RX OCTETS: 6f
038 RX OCTETS: 63
039 RX OCTETS: 6b
040 RX OCTETS: 65
041 RX OCTETS: 74
042 RX OCTETS: 2d56657273696f6e3a
043 RX OCTETS: 20
044 RX OCTETS: 31330d0a0d0a
045 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e382e ...
046 TX FRAME : OPCODE=1, FIN=False, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               fragment1
047 TX OCTETS: 0109667261676d656e7431
048 TX FRAME : OPCODE=0, FIN=False, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               fragment2
049 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               pongme 1!
050 DELAY 1.000000 sec for TAG None
051 TX OCTETS: 0009667261676d656e7432
052 TX OCTETS: 8909706f6e676d65203121
053 RX OCTETS: 8a89
054 RX OCTETS: 4ff32c063f
055 RX OCTETS: 9c
056 RX OCTETS: 42
057 RX OCTETS: 61
058 RX OCTETS: 22
059 RX OCTETS: 96
060 RX OCTETS: 0c37
061 RX OCTETS: 6e
062 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3466663332633036
               pongme 1!
063 DELAY TIMEOUT on TAG None
064 TX FRAME : OPCODE=0, FIN=False, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               fragment3
065 TX OCTETS: 0009667261676d656e7433
066 TX FRAME : OPCODE=0, FIN=False, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               fragment4
067 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               pongme 2!
068 TX FRAME : OPCODE=0, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=True
               fragment5
069 CLOSE CONNECTION AFTER 1.000000 sec
070 TX OCTETS: 0009667261676d656e7434
071 TX OCTETS: 8909706f6e676d65203221
072 TX OCTETS: 8009667261676d656e7435
073 RX OCTETS: 8a89
074 RX OCTETS: 7dcd6e39
075 RX OCTETS: 0d
076 RX OCTETS: a200
077 RX OCTETS: 5e
078 RX OCTETS: 10
079 RX OCTETS: a8
080 RX OCTETS: 4e
081 RX OCTETS: 0b
082 RX OCTETS: 5c
083 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3764636436653339
               pongme 2!
084 RX OCTETS: 81
085 RX OCTETS: ad
086 RX OCTETS: f4137dc5
087 RX OCTETS: 92
088 RX OCTETS: 611c
089 RX OCTETS: a2
090 RX OCTETS: 9976
091 RX OCTETS: 13
092 RX OCTETS: b1
093 RX OCTETS: c5
094 RX OCTETS: 75
095 RX OCTETS: 0fa4
096 RX OCTETS: 93
097 RX OCTETS: 7e18
098 RX OCTETS: ab80
099 RX OCTETS: 21
100 RX OCTETS: 1bb7957410a0
101 RX OCTETS: 9a
102 RX OCTETS: 674ea386
103 RX OCTETS: 721aa891
104 RX OCTETS: 7d09f192
105 RX OCTETS: 611ca2
106 RX OCTETS: 99
107 RX OCTETS: 76
108 RX OCTETS: 13
109 RX OCTETS: b1
110 RX OCTETS: c1
111 RX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=45, MASKED=True, MASK=6634313337646335
               fragment1fragment2fragment3fragment4fragment5
112 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
113 TX OCTETS: 880203e8
114 RX OCTETS: 88
115 RX OCTETS: 82
116 RX OCTETS: 38074bac
117 RX OCTETS: 3bef
118 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3338303734626163
               0x03e8
119 TCP DROPPED BY ME