websocket-driver ruby-3.0 - Case 2.11 : Pass - 4 ms @ 2025-05-26T18:26:52.279Z
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:6108 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: TGvVPFQKggJRp0VKQD5dSg== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: HI1yIWNL71ru6HGLnLV/XCvDwtQ=
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=bc32c591, 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=ef0a43a5, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=7660c00e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=1f449f7e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=c4b897d4, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=f4f2be41, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e3b38cac, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=48f4c679, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=63f67f9e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=088cb95c, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: bc
016 TX OCTETS: 32
017 TX OCTETS: c5
018 TX OCTETS: 91
019 TX OCTETS: cc
020 TX OCTETS: 53
021 TX OCTETS: bc
022 TX OCTETS: fd
023 TX OCTETS: d3
024 TX OCTETS: 53
025 TX OCTETS: a1
026 TX OCTETS: bc
027 TX OCTETS: 8c
028 TX OCTETS: 89
029 TX OCTETS: 89
030 TX OCTETS: ef
031 TX OCTETS: 0a
032 RX OCTETS: 8a097061796c6f61642d30
033 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
034 TX OCTETS: 43
035 TX OCTETS: a5
036 TX OCTETS: 9f
037 TX OCTETS: 6b
038 TX OCTETS: 3a
039 TX OCTETS: c9
040 TX OCTETS: 80
041 TX OCTETS: 6b
042 TX OCTETS: 27
043 TX OCTETS: 88
044 TX OCTETS: de
045 TX OCTETS: 89
046 TX OCTETS: 89
047 TX OCTETS: 76
048 TX OCTETS: 60
049 TX OCTETS: c0
050 RX OCTETS: 8a097061796c6f61642d31
051 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
052 TX OCTETS: 0e
053 TX OCTETS: 06
054 TX OCTETS: 01
055 TX OCTETS: b9
056 TX OCTETS: 62
057 TX OCTETS: 19
058 TX OCTETS: 01
059 TX OCTETS: a4
060 TX OCTETS: 23
061 TX OCTETS: 44
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: 1f
067 TX OCTETS: 44
068 TX OCTETS: 9f
069 TX OCTETS: 7e
070 TX OCTETS: 6f
071 TX OCTETS: 25
072 TX OCTETS: e6
073 TX OCTETS: 12
074 TX OCTETS: 70
075 TX OCTETS: 25
076 TX OCTETS: fb
077 TX OCTETS: 53
078 TX OCTETS: 2c
079 TX OCTETS: 89
080 TX OCTETS: 89
081 TX OCTETS: c4
082 RX OCTETS: 8a097061796c6f61642d33
083 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
084 TX OCTETS: b8
085 TX OCTETS: 97
086 TX OCTETS: d4
087 TX OCTETS: b4
088 TX OCTETS: d9
089 TX OCTETS: ee
090 TX OCTETS: b8
091 TX OCTETS: ab
092 TX OCTETS: d9
093 TX OCTETS: f3
094 TX OCTETS: f9
095 TX OCTETS: f0
096 TX OCTETS: 89
097 TX OCTETS: 89
098 TX OCTETS: f4
099 RX OCTETS: 8a097061796c6f61642d34
100 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
101 TX OCTETS: f2
102 TX OCTETS: be
103 TX OCTETS: 41
104 TX OCTETS: 84
105 TX OCTETS: 93
106 TX OCTETS: c7
107 TX OCTETS: 2d
108 TX OCTETS: 9b
109 TX OCTETS: 93
110 TX OCTETS: da
111 TX OCTETS: 6c
112 TX OCTETS: c1
113 TX OCTETS: 89
114 TX OCTETS: 89
115 TX OCTETS: e3
116 RX OCTETS: 8a097061796c6f61642d35
117 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
118 TX OCTETS: b3
119 TX OCTETS: 8c
120 TX OCTETS: ac
121 TX OCTETS: 93
122 TX OCTETS: d2
123 TX OCTETS: f5
124 TX OCTETS: c0
125 TX OCTETS: 8c
126 TX OCTETS: d2
127 TX OCTETS: e8
128 TX OCTETS: 81
129 TX OCTETS: d5
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: 48
135 TX OCTETS: f4
136 TX OCTETS: c6
137 TX OCTETS: 79
138 TX OCTETS: 38
139 TX OCTETS: 95
140 TX OCTETS: bf
141 TX OCTETS: 15
142 TX OCTETS: 27
143 TX OCTETS: 95
144 TX OCTETS: a2
145 TX OCTETS: 54
146 TX OCTETS: 7f
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: 63
152 TX OCTETS: f6
153 TX OCTETS: 7f
154 TX OCTETS: 9e
155 TX OCTETS: 13
156 TX OCTETS: 97
157 TX OCTETS: 06
158 TX OCTETS: f2
159 TX OCTETS: 0c
160 TX OCTETS: 97
161 TX OCTETS: 1b
162 TX OCTETS: b3
163 TX OCTETS: 5b
164 TX OCTETS: 89
165 TX OCTETS: 89
166 TX OCTETS: 08
167 RX OCTETS: 8a097061796c6f61642d38
168 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
169 TX OCTETS: 8c
170 TX OCTETS: b9
171 TX OCTETS: 5c
172 TX OCTETS: 78
173 TX OCTETS: ed
174 TX OCTETS: c0
175 TX OCTETS: 30
176 TX OCTETS: 67
177 TX OCTETS: ed
178 TX OCTETS: dd
179 TX OCTETS: 71
180 TX OCTETS: 31
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=11fb9864, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
184 TX OCTETS: 888211fb98641213
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