websocket-driver ruby-3.3 - Case 2.11 : Pass - 16 ms @ 2025-05-25T16:42:09.480Z
Case Description
Send 10 Pings with payload. Send out octets in octet-wise chops.
Case Expectation
Pongs for our Pings with all the payloads. Note: This is not required by the Spec .. but we check for this behaviour anyway. Clean close with normal code.
Case Outcome
Actual events match at least one expected.
Expected:
{'OK': [('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]}
Observed:
[('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnTestSuite/0.8.2-0.10.9 Host: 127.0.0.1:6111 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: nkEoVrtf+jAminUdqDQG8A== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: 3TLeeMytH6D10O9CXIN/ZWrunA8=
Key | Value | Description |
isServer | False | True, iff I (the fuzzer) am a server, and the peer is a client. |
closedByMe | True | True, iff I have initiated closing handshake (that is, did send close first). |
failedByMe | False | True, 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. |
droppedByMe | False | True, iff I dropped the TCP connection. |
wasClean | True | True, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
wasNotCleanReason | None | When wasClean == False, the reason what happened. |
wasServerConnectionDropTimeout | False | When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True. |
wasOpenHandshakeTimeout | False | When performing the opening handshake, but the peer did not finish in time, this gets True. |
wasCloseHandshakeTimeout | False | When we initiated a closing handshake, but the peer did not respond in time, this gets True. |
localCloseCode | 1000 | The close code I sent in close frame (if any). |
localCloseReason | None | The close reason I sent in close frame (if any). |
remoteCloseCode | 1000 | The close code the peer sent me in close frame (if any). |
remoteCloseReason | None | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
4 | 1 | 4 |
11 | 10 | 110 |
129 | 1 | 129 |
Total | 12 | 243 |
Chop Size | Count | Octets |
1 | 150 | 150 |
8 | 1 | 8 |
240 | 1 | 240 |
Total | 152 | 398 |
Opcode | Count |
8 | 1 |
10 | 10 |
Total | 11 |
Opcode | Count |
8 | 1 |
9 | 10 |
Total | 11 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
322d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a557067726164653a20776562736f636b
65740d0a436f6e6e656374696f6e ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=ac24e648, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-0
003 TX OCTETS: 89
004 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=8519e006, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=189d36e6, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=cb4d092b, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=bf11cf07, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=ab5950bc, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=693d4ee1, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=580a21eb, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a7fb1bdc, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a6fb3db0, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: ac
016 TX OCTETS: 24
017 TX OCTETS: e6
018 TX OCTETS: 48
019 TX OCTETS: dc
020 TX OCTETS: 45
021 TX OCTETS: 9f
022 TX OCTETS: 24
023 TX OCTETS: c3
024 TX OCTETS: 45
025 TX OCTETS: 82
026 TX OCTETS: 65
027 TX OCTETS: 9c
028 TX OCTETS: 89
029 TX OCTETS: 89
030 RX OCTETS: 8a097061796c6f61642d30
031 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
032 TX OCTETS: 85
033 TX OCTETS: 19
034 TX OCTETS: e0
035 TX OCTETS: 06
036 TX OCTETS: f5
037 TX OCTETS: 78
038 TX OCTETS: 99
039 TX OCTETS: 6a
040 TX OCTETS: ea
041 TX OCTETS: 78
042 TX OCTETS: 84
043 TX OCTETS: 2b
044 TX OCTETS: b4
045 TX OCTETS: 89
046 TX OCTETS: 89
047 RX OCTETS: 8a097061796c6f61642d31
048 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
049 TX OCTETS: 18
050 TX OCTETS: 9d
051 TX OCTETS: 36
052 TX OCTETS: e6
053 TX OCTETS: 68
054 TX OCTETS: fc
055 TX OCTETS: 4f
056 TX OCTETS: 8a
057 TX OCTETS: 77
058 TX OCTETS: fc
059 TX OCTETS: 52
060 TX OCTETS: cb
061 TX OCTETS: 2a
062 TX OCTETS: 89
063 TX OCTETS: 89
064 RX OCTETS: 8a097061796c6f61642d32
065 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
066 TX OCTETS: cb
067 TX OCTETS: 4d
068 TX OCTETS: 09
069 TX OCTETS: 2b
070 TX OCTETS: bb
071 TX OCTETS: 2c
072 TX OCTETS: 70
073 TX OCTETS: 47
074 TX OCTETS: a4
075 TX OCTETS: 2c
076 TX OCTETS: 6d
077 TX OCTETS: 06
078 TX OCTETS: f8
079 TX OCTETS: 89
080 TX OCTETS: 89
081 RX OCTETS: 8a097061796c6f61642d33
082 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
083 TX OCTETS: bf
084 TX OCTETS: 11
085 TX OCTETS: cf
086 TX OCTETS: 07
087 TX OCTETS: cf
088 TX OCTETS: 70
089 TX OCTETS: b6
090 TX OCTETS: 6b
091 TX OCTETS: d0
092 TX OCTETS: 70
093 TX OCTETS: ab
094 TX OCTETS: 2a
095 TX OCTETS: 8b
096 TX OCTETS: 89
097 TX OCTETS: 89
098 RX OCTETS: 8a097061796c6f61642d34
099 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
100 TX OCTETS: ab
101 TX OCTETS: 59
102 TX OCTETS: 50
103 TX OCTETS: bc
104 TX OCTETS: db
105 TX OCTETS: 38
106 TX OCTETS: 29
107 TX OCTETS: d0
108 TX OCTETS: c4
109 TX OCTETS: 38
110 TX OCTETS: 34
111 TX OCTETS: 91
112 TX OCTETS: 9e
113 TX OCTETS: 89
114 TX OCTETS: 89
115 RX OCTETS: 8a097061796c6f61642d35
116 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
117 TX OCTETS: 69
118 TX OCTETS: 3d
119 TX OCTETS: 4e
120 TX OCTETS: e1
121 TX OCTETS: 19
122 TX OCTETS: 5c
123 TX OCTETS: 37
124 TX OCTETS: 8d
125 TX OCTETS: 06
126 TX OCTETS: 5c
127 TX OCTETS: 2a
128 TX OCTETS: cc
129 TX OCTETS: 5f
130 TX OCTETS: 89
131 TX OCTETS: 89
132 RX OCTETS: 8a097061796c6f61642d36
133 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
134 TX OCTETS: 58
135 TX OCTETS: 0a
136 TX OCTETS: 21
137 TX OCTETS: eb
138 TX OCTETS: 28
139 TX OCTETS: 6b
140 TX OCTETS: 58
141 TX OCTETS: 87
142 TX OCTETS: 37
143 TX OCTETS: 6b
144 TX OCTETS: 45
145 TX OCTETS: c6
146 TX OCTETS: 6f
147 TX OCTETS: 89
148 TX OCTETS: 89
149 RX OCTETS: 8a097061796c6f61642d37
150 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
151 TX OCTETS: a7
152 TX OCTETS: fb
153 TX OCTETS: 1b
154 TX OCTETS: dc
155 TX OCTETS: d7
156 TX OCTETS: 9a
157 TX OCTETS: 62
158 TX OCTETS: b0
159 TX OCTETS: c8
160 TX OCTETS: 9a
161 TX OCTETS: 7f
162 TX OCTETS: f1
163 TX OCTETS: 9f
164 TX OCTETS: 89
165 TX OCTETS: 89
166 RX OCTETS: 8a097061796c6f61642d38
167 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
168 TX OCTETS: a6
169 TX OCTETS: fb
170 TX OCTETS: 3d
171 TX OCTETS: b0
172 TX OCTETS: d6
173 TX OCTETS: 9a
174 TX OCTETS: 44
175 TX OCTETS: dc
176 TX OCTETS: c9
177 TX OCTETS: 9a
178 TX OCTETS: 59
179 TX OCTETS: 9d
180 TX OCTETS: 9f
181 RX OCTETS: 8a097061796c6f61642d39
182 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
183 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=3f057f53, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
184 TX OCTETS: 88823f057f533ced
185 RX OCTETS: 880203e8
186 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03e8
187 TCP DROPPED BY PEER