-
Notifications
You must be signed in to change notification settings - Fork 4k
/
Copy pathconnection_unixsocket_invalid.result
51 lines (51 loc) · 2.48 KB
/
connection_unixsocket_invalid.result
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
RUN SELECT CONNECTION_TYPE from performance_schema.threads where processlist_command='Query';
CONNECTION_TYPE
Socket
0 rows affected
Mysqlx.Ok {
msg: "bye!"
}
ok
SET GLOBAL mysqlx_socket=null;
ERROR HY000: Variable 'mysqlx_socket' is a read only variable
SET @@global.mysqlx_socket='invalid';
ERROR HY000: Variable 'mysqlx_socket' is a read only variable
SET GLOBAL mysqlx_socket=$MYSQL_TMP_DIR/socket_mysqlx.sock;
ERROR HY000: Variable 'mysqlx_socket' is a read only variable
call mtr.add_suppression("Plugin mysqlx reported: .Setup of UNIX socket \(.+\) failed, the socket file path is empty");
# restart: --loose-mysqlx-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 UNIX socket \(.+\) failed, can't create lock file /dev/null/mysqlx\.sock\.lock");
# restart: --loose-mysqlx-socket=/dev/null/mysqlx.sock
in main, line 0:ERROR: No such file or directory, while connecting to SOCKET (code 2002)
not ok
in main, line 0:ERROR: Not a directory, while connecting to SOCKET (code 2002)
not ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of UNIX socket \(.+\) failed, lock file wasn't allocated by X Plugin");
# restart: --loose-mysqlx-socket= SOCKET
# restart: --loose-mysqlx-socket= SOCKET
RUN SELECT CONNECTION_TYPE from performance_schema.threads where processlist_command='Query';
CONNECTION_TYPE
Socket
0 rows affected
Mysqlx.Ok {
msg: "bye!"
}
ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of UNIX socket \(.+\) failed, .bind... on UNIX socket failed with error");
# restart: --loose-mysqlx-socket= SOCKET
in main, line 0:ERROR: Connection refused, while connecting to SOCKET (code 2002)
not ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of UNIX socket \(.+\) failed, can't create lock file .+\.lock");
# restart: --loose-mysqlx-socket= SOCKET
in main, line 0:ERROR: Permission denied, while connecting to SOCKET (code 2002)
not ok
call mtr.add_suppression("Plugin mysqlx reported: .Setup of UNIX socket \(.+\) failed, can't create lock file .*ne/x.sock.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 UNIX socket \(.+\) failed, the socket file path is too long");
# restart: --loose-mysqlx-socket= SOCKET
in main, line 0:ERROR: UNIX Socket file name too long, size should be less or equal LENGTH (code 2005)
not ok