Chrome/71.0.3578.98 - Case 2.11 : Pass - 111 ms @ 2019-01-06T16:44:15.598Z
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 /runCase?case=27&agent=Chrome/71.0.3578.98 HTTP/1.1 Host: 127.0.0.1:9001 Connection: Upgrade Pragma: no-cache Cache-Control: no-cache User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 Upgrade: websocket Origin: file:// Sec-WebSocket-Version: 13 Accept-Encoding: gzip, deflate, br Accept-Language: en-US,en;q=0.9,ca;q=0.8,es;q=0.7 Sec-WebSocket-Key: VSBrlM4ZCeawOyvwiWWiew== Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
HTTP/1.1 101 Switching Protocols Server: AutobahnTestSuite/0.8.1-0.10.9 X-Powered-By: AutobahnPython/0.10.9 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 5p9kfm3nCn1T1sGxg++QcYWOJZ8=
Key | Value | Description |
isServer | True | 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 | True | 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 |
8 | 1 | 8 |
15 | 10 | 150 |
539 | 1 | 539 |
Total | 12 | 697 |
Chop Size | Count | Octets |
1 | 110 | 110 |
4 | 1 | 4 |
206 | 1 | 206 |
Total | 112 | 320 |
Opcode | Count |
8 | 1 |
10 | 10 |
Total | 11 |
Opcode | Count |
8 | 1 |
9 | 10 |
Total | 11 |
000 RX OCTETS: 474554202f72756e436173653f636173653d3237266167656e743d4368726f6d652f37312e302e333537382e393820485454
502f312e310d0a486f73743a2031 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
5465737453756974652f302e382e ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, 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=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 09
015 TX OCTETS: 70
016 TX OCTETS: 61
017 TX OCTETS: 79
018 TX OCTETS: 6c
019 TX OCTETS: 6f
020 TX OCTETS: 61
021 TX OCTETS: 64
022 TX OCTETS: 2d
023 TX OCTETS: 30
024 RX OCTETS: 8a89cb3715b7bb566cdba456719afb
025 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6362333731356237
payload-0
026 TX OCTETS: 89
027 TX OCTETS: 09
028 TX OCTETS: 70
029 TX OCTETS: 61
030 TX OCTETS: 79
031 TX OCTETS: 6c
032 TX OCTETS: 6f
033 TX OCTETS: 61
034 TX OCTETS: 64
035 TX OCTETS: 2d
036 TX OCTETS: 31
037 RX OCTETS: 8a89c2f92637b2985f5bad98421af3
038 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6332663932363337
payload-1
039 TX OCTETS: 89
040 TX OCTETS: 09
041 TX OCTETS: 70
042 TX OCTETS: 61
043 TX OCTETS: 79
044 TX OCTETS: 6c
045 TX OCTETS: 6f
046 TX OCTETS: 61
047 TX OCTETS: 64
048 TX OCTETS: 2d
049 TX OCTETS: 32
050 RX OCTETS: 8a894d02012e3d637842226365037f
051 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3464303230313265
payload-2
052 TX OCTETS: 89
053 TX OCTETS: 09
054 TX OCTETS: 70
055 TX OCTETS: 61
056 TX OCTETS: 79
057 TX OCTETS: 6c
058 TX OCTETS: 6f
059 TX OCTETS: 61
060 TX OCTETS: 64
061 TX OCTETS: 2d
062 TX OCTETS: 33
063 RX OCTETS: 8a89accf0e28dcae7744c3ae6a059f
064 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6163636630653238
payload-3
065 TX OCTETS: 89
066 TX OCTETS: 09
067 TX OCTETS: 70
068 TX OCTETS: 61
069 TX OCTETS: 79
070 TX OCTETS: 6c
071 TX OCTETS: 6f
072 TX OCTETS: 61
073 TX OCTETS: 64
074 TX OCTETS: 2d
075 TX OCTETS: 34
076 RX OCTETS: 8a899e47dc2fee26a543f126b802aa
077 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3965343764633266
payload-4
078 TX OCTETS: 89
079 TX OCTETS: 09
080 TX OCTETS: 70
081 TX OCTETS: 61
082 TX OCTETS: 79
083 TX OCTETS: 6c
084 TX OCTETS: 6f
085 TX OCTETS: 61
086 TX OCTETS: 64
087 TX OCTETS: 2d
088 TX OCTETS: 35
089 RX OCTETS: 8a89c86c5770b80d2e1ca70d335dfd
090 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6338366335373730
payload-5
091 TX OCTETS: 89
092 TX OCTETS: 09
093 TX OCTETS: 70
094 TX OCTETS: 61
095 TX OCTETS: 79
096 TX OCTETS: 6c
097 TX OCTETS: 6f
098 TX OCTETS: 61
099 TX OCTETS: 64
100 TX OCTETS: 2d
101 TX OCTETS: 36
102 RX OCTETS: 8a89745883c80439faa41b39e7e542
103 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3734353838336338
payload-6
104 TX OCTETS: 89
105 TX OCTETS: 09
106 TX OCTETS: 70
107 TX OCTETS: 61
108 TX OCTETS: 79
109 TX OCTETS: 6c
110 TX OCTETS: 6f
111 TX OCTETS: 61
112 TX OCTETS: 64
113 TX OCTETS: 2d
114 TX OCTETS: 37
115 RX OCTETS: 8a8959c3daee29a2a38236a2bec36e
116 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3539633364616565
payload-7
117 TX OCTETS: 89
118 TX OCTETS: 09
119 TX OCTETS: 70
120 TX OCTETS: 61
121 TX OCTETS: 79
122 TX OCTETS: 6c
123 TX OCTETS: 6f
124 TX OCTETS: 61
125 TX OCTETS: 64
126 TX OCTETS: 2d
127 TX OCTETS: 38
128 RX OCTETS: 8a899ec7b923eea6c04ff1a6dd0ea6
129 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3965633762393233
payload-8
130 TX OCTETS: 89
131 TX OCTETS: 09
132 TX OCTETS: 70
133 TX OCTETS: 61
134 TX OCTETS: 79
135 TX OCTETS: 6c
136 TX OCTETS: 6f
137 TX OCTETS: 61
138 TX OCTETS: 64
139 TX OCTETS: 2d
140 TX OCTETS: 39
141 RX OCTETS: 8a897b450d480b2474241424696542
142 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3762343530643438
payload-9
143 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
144 TX OCTETS: 880203e8
145 RX OCTETS: 88825e6ff3d95d87
146 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3565366666336439
0x03e8
147 TCP DROPPED BY ME