websocket-driver ruby-2.4 - Case 2.11 : Pass - 6 ms @ 2023-09-07T20:34:41.050Z
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:6004 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: 3NLOfWZypZqtwvmBpmGWIA== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: fQB7oaApvvXM2f7jLfMygCBQOsI=
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=dccf45fe, 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=36a73706, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=b4974c15, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=224da501, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e4d25ac6, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=1eddf32a, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=c802ffe7, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=af7b1176, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=68c6a24f, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a4095fa1, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: dc
016 TX OCTETS: cf
017 TX OCTETS: 45
018 TX OCTETS: fe
019 TX OCTETS: ac
020 TX OCTETS: ae
021 TX OCTETS: 3c
022 TX OCTETS: 92
023 TX OCTETS: b3
024 TX OCTETS: ae
025 TX OCTETS: 21
026 TX OCTETS: d3
027 TX OCTETS: ec
028 TX OCTETS: 89
029 RX OCTETS: 8a097061796c6f61642d30
030 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
031 TX OCTETS: 89
032 TX OCTETS: 36
033 TX OCTETS: a7
034 TX OCTETS: 37
035 TX OCTETS: 06
036 TX OCTETS: 46
037 TX OCTETS: c6
038 TX OCTETS: 4e
039 TX OCTETS: 6a
040 TX OCTETS: 59
041 TX OCTETS: c6
042 TX OCTETS: 53
043 TX OCTETS: 2b
044 TX OCTETS: 07
045 TX OCTETS: 89
046 RX OCTETS: 8a097061796c6f61642d31
047 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
048 TX OCTETS: 89
049 TX OCTETS: b4
050 TX OCTETS: 97
051 TX OCTETS: 4c
052 TX OCTETS: 15
053 TX OCTETS: c4
054 TX OCTETS: f6
055 TX OCTETS: 35
056 TX OCTETS: 79
057 TX OCTETS: db
058 TX OCTETS: f6
059 TX OCTETS: 28
060 TX OCTETS: 38
061 TX OCTETS: 86
062 TX OCTETS: 89
063 RX OCTETS: 8a097061796c6f61642d32
064 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
065 TX OCTETS: 89
066 TX OCTETS: 22
067 TX OCTETS: 4d
068 TX OCTETS: a5
069 TX OCTETS: 01
070 TX OCTETS: 52
071 TX OCTETS: 2c
072 TX OCTETS: dc
073 TX OCTETS: 6d
074 TX OCTETS: 4d
075 TX OCTETS: 2c
076 TX OCTETS: c1
077 TX OCTETS: 2c
078 TX OCTETS: 11
079 TX OCTETS: 89
080 RX OCTETS: 8a097061796c6f61642d33
081 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
082 TX OCTETS: 89
083 TX OCTETS: e4
084 TX OCTETS: d2
085 TX OCTETS: 5a
086 TX OCTETS: c6
087 TX OCTETS: 94
088 TX OCTETS: b3
089 TX OCTETS: 23
090 TX OCTETS: aa
091 TX OCTETS: 8b
092 TX OCTETS: b3
093 TX OCTETS: 3e
094 TX OCTETS: eb
095 TX OCTETS: d0
096 TX OCTETS: 89
097 RX OCTETS: 8a097061796c6f61642d34
098 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
099 TX OCTETS: 89
100 TX OCTETS: 1e
101 TX OCTETS: dd
102 TX OCTETS: f3
103 TX OCTETS: 2a
104 TX OCTETS: 6e
105 TX OCTETS: bc
106 TX OCTETS: 8a
107 TX OCTETS: 46
108 TX OCTETS: 71
109 TX OCTETS: bc
110 TX OCTETS: 97
111 TX OCTETS: 07
112 TX OCTETS: 2b
113 TX OCTETS: 89
114 RX OCTETS: 8a097061796c6f61642d35
115 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
116 TX OCTETS: 89
117 TX OCTETS: c8
118 TX OCTETS: 02
119 TX OCTETS: ff
120 TX OCTETS: e7
121 TX OCTETS: b8
122 TX OCTETS: 63
123 TX OCTETS: 86
124 TX OCTETS: 8b
125 TX OCTETS: a7
126 TX OCTETS: 63
127 TX OCTETS: 9b
128 TX OCTETS: ca
129 TX OCTETS: fe
130 TX OCTETS: 89
131 RX OCTETS: 8a097061796c6f61642d36
132 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
133 TX OCTETS: 89
134 TX OCTETS: af
135 TX OCTETS: 7b
136 TX OCTETS: 11
137 TX OCTETS: 76
138 TX OCTETS: df
139 TX OCTETS: 1a
140 TX OCTETS: 68
141 TX OCTETS: 1a
142 TX OCTETS: c0
143 TX OCTETS: 1a
144 TX OCTETS: 75
145 TX OCTETS: 5b
146 TX OCTETS: 98
147 TX OCTETS: 89
148 RX OCTETS: 8a097061796c6f61642d37
149 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
150 TX OCTETS: 89
151 TX OCTETS: 68
152 TX OCTETS: c6
153 TX OCTETS: a2
154 TX OCTETS: 4f
155 TX OCTETS: 18
156 TX OCTETS: a7
157 TX OCTETS: db
158 TX OCTETS: 23
159 TX OCTETS: 07
160 TX OCTETS: a7
161 TX OCTETS: c6
162 TX OCTETS: 62
163 TX OCTETS: 50
164 TX OCTETS: 89
165 RX OCTETS: 8a097061796c6f61642d38
166 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
167 TX OCTETS: 89
168 TX OCTETS: a4
169 TX OCTETS: 09
170 TX OCTETS: 5f
171 TX OCTETS: a1
172 TX OCTETS: d4
173 TX OCTETS: 68
174 TX OCTETS: 26
175 TX OCTETS: cd
176 TX OCTETS: cb
177 TX OCTETS: 68
178 TX OCTETS: 3b
179 TX OCTETS: 8c
180 TX OCTETS: 9d
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=71e168a9, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
184 TX OCTETS: 888271e168a97209
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