deko@0.1.3 - Case 2.11 : Pass - 93 ms @ 2024-03-16T13:43:02.563Z
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=deko@0.1.3 HTTP/1.1 connection: Upgrade host: localhost:9001 sec-websocket-key: dVQCVuElqCldXBD+1PfO5w== sec-websocket-version: 13 upgrade: websocket
HTTP/1.1 101 Switching Protocols Server: AutobahnTestSuite/0.8.2-0.10.9 X-Powered-By: AutobahnPython/0.10.9 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 4lTZ8d7WArAmFwYmbE4tr2YXyqg=
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 | 8 | 120 |
30 | 1 | 30 |
185 | 1 | 185 |
Total | 11 | 343 |
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: 474554202f72756e436173653f636173653d3237266167656e743d64656b6f40302e312e3320485454502f312e310d0a636f
6e6e656374696f6e3a2055706772 ...
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 TX OCTETS: 89
025 TX OCTETS: 09
026 TX OCTETS: 70
027 TX OCTETS: 61
028 TX OCTETS: 79
029 TX OCTETS: 6c
030 TX OCTETS: 6f
031 TX OCTETS: 61
032 TX OCTETS: 64
033 TX OCTETS: 2d
034 TX OCTETS: 31
035 TX OCTETS: 89
036 TX OCTETS: 09
037 TX OCTETS: 70
038 TX OCTETS: 61
039 TX OCTETS: 79
040 TX OCTETS: 6c
041 TX OCTETS: 6f
042 TX OCTETS: 61
043 TX OCTETS: 64
044 TX OCTETS: 2d
045 TX OCTETS: 32
046 TX OCTETS: 89
047 TX OCTETS: 09
048 TX OCTETS: 70
049 TX OCTETS: 61
050 RX OCTETS: 8a895480961624e1ef7a3be1f23b64
051 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3534383039363136
payload-0
052 TX OCTETS: 79
053 TX OCTETS: 6c
054 TX OCTETS: 6f
055 TX OCTETS: 61
056 RX OCTETS: 8a89985c3ccee83d45a2f73d58e3a98a892e54be0c5e35c7604135da211c
057 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3938356333636365
payload-1
058 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3265353462653063
payload-2
059 TX OCTETS: 64
060 TX OCTETS: 2d
061 TX OCTETS: 33
062 TX OCTETS: 89
063 TX OCTETS: 09
064 TX OCTETS: 70
065 TX OCTETS: 61
066 TX OCTETS: 79
067 TX OCTETS: 6c
068 TX OCTETS: 6f
069 TX OCTETS: 61
070 TX OCTETS: 64
071 TX OCTETS: 2d
072 TX OCTETS: 34
073 TX OCTETS: 89
074 TX OCTETS: 09
075 TX OCTETS: 70
076 TX OCTETS: 61
077 TX OCTETS: 79
078 TX OCTETS: 6c
079 TX OCTETS: 6f
080 TX OCTETS: 61
081 TX OCTETS: 64
082 TX OCTETS: 2d
083 RX OCTETS: 8a89b30e5124c36f2848dc6f350980
084 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6233306535313234
payload-3
085 TX OCTETS: 35
086 TX OCTETS: 89
087 RX OCTETS: 8a896d1648191d77317502772c3459
088 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3664313634383139
payload-4
089 TX OCTETS: 09
090 TX OCTETS: 70
091 TX OCTETS: 61
092 TX OCTETS: 79
093 TX OCTETS: 6c
094 TX OCTETS: 6f
095 TX OCTETS: 61
096 RX OCTETS: 8a89a6859b16d6e4e27ac9e4ff3b93
097 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6136383539623136
payload-5
098 TX OCTETS: 64
099 TX OCTETS: 2d
100 TX OCTETS: 36
101 TX OCTETS: 89
102 TX OCTETS: 09
103 TX OCTETS: 70
104 TX OCTETS: 61
105 TX OCTETS: 79
106 TX OCTETS: 6c
107 TX OCTETS: 6f
108 TX OCTETS: 61
109 TX OCTETS: 64
110 TX OCTETS: 2d
111 TX OCTETS: 37
112 TX OCTETS: 89
113 TX OCTETS: 09
114 TX OCTETS: 70
115 TX OCTETS: 61
116 TX OCTETS: 79
117 TX OCTETS: 6c
118 RX OCTETS: 8a897ba05a4a0bc1232614c13e674d
119 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3762613035613461
payload-6
120 TX OCTETS: 6f
121 TX OCTETS: 61
122 TX OCTETS: 64
123 TX OCTETS: 2d
124 RX OCTETS: 8a8967ccde2717ada74b08adba0a50
125 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3637636364653237
payload-7
126 TX OCTETS: 38
127 TX OCTETS: 89
128 TX OCTETS: 09
129 TX OCTETS: 70
130 TX OCTETS: 61
131 TX OCTETS: 79
132 TX OCTETS: 6c
133 TX OCTETS: 6f
134 TX OCTETS: 61
135 TX OCTETS: 64
136 TX OCTETS: 2d
137 TX OCTETS: 39
138 RX OCTETS: 8a890b5d6a1b7b3c1377643c0e3633
139 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3062356436613162
payload-8
140 RX OCTETS: 8a89e537f8d2955681be8a569cffdc
141 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6535333766386432
payload-9
142 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
143 TX OCTETS: 880203e8
144 RX OCTETS: 8882eca0514cef48
145 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=6563613035313463
0x03e8
146 TCP DROPPED BY ME