polardbxengine/mysql-test/suite/x/r/connection_unixsocket_lock....

19 lines
951 B
Plaintext

Mysqlx.Ok {
msg: "bye!"
}
ok
Test lock file issue
call mtr.add_suppression("Plugin mysqlx reported: .Setup of socket: '..+/mysqlx.custom' failed, lock file is empty");
# restart: --loose-mysqlx-socket=SOCKET
in main, line 0:ERROR: No such file or directory, while connecting to SOCKET (code 2002)
not ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of socket: '..+/mysqlx.dir.socket' failed, can't read lock file");
call mtr.add_suppression("Plugin mysqlx reported: .* wasn't allocated by X Plugin ..+/mysqlx.dir.socket.lock");
# restart: --loose-mysqlx-socket=SOCKET
in main, line 0:ERROR: No such file or directory, while connecting to SOCKET (code 2002)
not ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of socket: '..+/mysqlx.custom' failed, invalid PID in UNIX socket lock file ");
# restart: --loose-mysqlx-socket=SOCKET
in main, line 0:ERROR: No such file or directory, while connecting to SOCKET (code 2002)
not ok