polardbxengine/mysql-test/suite/x/r/message_not_initialized.result

10 lines
336 B
Plaintext

SET GLOBAL mysqlx_connect_timeout = 300;
SET GLOBAL mysqlx_wait_timeout = 300;
## 1. Send invalid message to server and obeserve a disconnect.
Sending 5 bytes raw data...
Got expected error: Parse error unserializing protobuf message (code 5000)
ok
SET GLOBAL mysqlx_connect_timeout= DEFAULT;
SET GLOBAL mysqlx_wait_timeout = DEFAULT;