Skip to content

Commit

Permalink
Fix ws test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosh44 committed Jun 30, 2023
1 parent e61169d commit 44a6fbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/environmentd/tests/testdata/http/ws
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,10 @@ ws-text
{"type":"Rows","payload":["mz_timestamp","mz_diff","column1"]}
{"type":"Row","payload":["18446744073709551615",1,1]}
{"type":"CommandComplete","payload":"SUBSCRIBE"}
{"type":"CommandStarting","payload":{"has_rows":false,"is_streaming":false}}
{"type":"Error","payload":{"message":"SUBSCRIBE in transactions must be the only read statement","code":"XX000"}}
{"type":"CommandStarting","payload":{"has_rows":true,"is_streaming":false}}
{"type":"Rows","payload":["?column?"]}
{"type":"Row","payload":[1]}
{"type":"CommandComplete","payload":"SELECT 1"}
{"type":"ReadyForQuery","payload":"I"}

ws-text rows=2 fixtimestamp=true
Expand Down

0 comments on commit 44a6fbd

Please sign in to comment.