websocket-driver jruby-9.3 - Case 2.11 : Pass - 33 ms @ 2023-09-07T20:36:22.646Z
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:6025 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: MKrXFe1J8E49Qgncfa6vUg== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: 69j1fe/40/UQhq/4o9Ct9Gz569U=
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 |
110 | 1 | 110 |
129 | 1 | 129 |
Total | 3 | 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=526a549e, 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=85cf2b45, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e27d2af8, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=646826a9, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=fa09b02e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=58220a47, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=d8a5eed3, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=8b2fe303, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a4b48bb0, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=10bc5ccc, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: 52
016 TX OCTETS: 6a
017 TX OCTETS: 54
018 TX OCTETS: 9e
019 TX OCTETS: 22
020 TX OCTETS: 0b
021 TX OCTETS: 2d
022 TX OCTETS: f2
023 TX OCTETS: 3d
024 TX OCTETS: 0b
025 TX OCTETS: 30
026 TX OCTETS: b3
027 TX OCTETS: 62
028 TX OCTETS: 89
029 TX OCTETS: 89
030 TX OCTETS: 85
031 TX OCTETS: cf
032 TX OCTETS: 2b
033 TX OCTETS: 45
034 TX OCTETS: f5
035 TX OCTETS: ae
036 TX OCTETS: 52
037 TX OCTETS: 29
038 TX OCTETS: ea
039 TX OCTETS: ae
040 TX OCTETS: 4f
041 TX OCTETS: 68
042 TX OCTETS: b4
043 TX OCTETS: 89
044 TX OCTETS: 89
045 TX OCTETS: e2
046 TX OCTETS: 7d
047 TX OCTETS: 2a
048 TX OCTETS: f8
049 TX OCTETS: 92
050 TX OCTETS: 1c
051 TX OCTETS: 53
052 TX OCTETS: 94
053 TX OCTETS: 8d
054 TX OCTETS: 1c
055 TX OCTETS: 4e
056 TX OCTETS: d5
057 TX OCTETS: d0
058 TX OCTETS: 89
059 TX OCTETS: 89
060 TX OCTETS: 64
061 TX OCTETS: 68
062 TX OCTETS: 26
063 TX OCTETS: a9
064 TX OCTETS: 14
065 TX OCTETS: 09
066 TX OCTETS: 5f
067 TX OCTETS: c5
068 TX OCTETS: 0b
069 TX OCTETS: 09
070 TX OCTETS: 42
071 TX OCTETS: 84
072 TX OCTETS: 57
073 TX OCTETS: 89
074 TX OCTETS: 89
075 TX OCTETS: fa
076 TX OCTETS: 09
077 TX OCTETS: b0
078 TX OCTETS: 2e
079 TX OCTETS: 8a
080 TX OCTETS: 68
081 TX OCTETS: c9
082 TX OCTETS: 42
083 TX OCTETS: 95
084 TX OCTETS: 68
085 TX OCTETS: d4
086 TX OCTETS: 03
087 TX OCTETS: ce
088 TX OCTETS: 89
089 TX OCTETS: 89
090 TX OCTETS: 58
091 TX OCTETS: 22
092 TX OCTETS: 0a
093 TX OCTETS: 47
094 TX OCTETS: 28
095 TX OCTETS: 43
096 TX OCTETS: 73
097 TX OCTETS: 2b
098 TX OCTETS: 37
099 TX OCTETS: 43
100 TX OCTETS: 6e
101 TX OCTETS: 6a
102 TX OCTETS: 6d
103 TX OCTETS: 89
104 TX OCTETS: 89
105 TX OCTETS: d8
106 TX OCTETS: a5
107 TX OCTETS: ee
108 TX OCTETS: d3
109 TX OCTETS: a8
110 TX OCTETS: c4
111 TX OCTETS: 97
112 TX OCTETS: bf
113 TX OCTETS: b7
114 TX OCTETS: c4
115 TX OCTETS: 8a
116 TX OCTETS: fe
117 TX OCTETS: ee
118 TX OCTETS: 89
119 TX OCTETS: 89
120 TX OCTETS: 8b
121 TX OCTETS: 2f
122 TX OCTETS: e3
123 TX OCTETS: 03
124 TX OCTETS: fb
125 TX OCTETS: 4e
126 TX OCTETS: 9a
127 TX OCTETS: 6f
128 TX OCTETS: e4
129 TX OCTETS: 4e
130 TX OCTETS: 87
131 TX OCTETS: 2e
132 TX OCTETS: bc
133 TX OCTETS: 89
134 TX OCTETS: 89
135 TX OCTETS: a4
136 TX OCTETS: b4
137 TX OCTETS: 8b
138 TX OCTETS: b0
139 TX OCTETS: d4
140 TX OCTETS: d5
141 TX OCTETS: f2
142 TX OCTETS: dc
143 TX OCTETS: cb
144 TX OCTETS: d5
145 TX OCTETS: ef
146 TX OCTETS: 9d
147 TX OCTETS: 9c
148 TX OCTETS: 89
149 TX OCTETS: 89
150 TX OCTETS: 10
151 TX OCTETS: bc
152 TX OCTETS: 5c
153 TX OCTETS: cc
154 TX OCTETS: 60
155 TX OCTETS: dd
156 TX OCTETS: 25
157 TX OCTETS: a0
158 TX OCTETS: 7f
159 TX OCTETS: dd
160 TX OCTETS: 38
161 TX OCTETS: e1
162 TX OCTETS: 29
163 RX OCTETS: 8a097061796c6f61642d308a097061796c6f61642d318a097061796c6f61642d328a097061796c6f61642d338a097061796c
6f61642d348a097061796c6f6164 ...
164 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
165 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
166 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
167 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
168 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
169 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
170 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
171 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
172 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
173 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
174 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=1507baf1, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
175 TX OCTETS: 88821507baf116ef
176 RX OCTETS: 880203e8
177 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03e8
178 TCP DROPPED BY PEER