Skip to content

Commit 61d784c

Browse files
committed
MDEV-39777: Fixed flaky plugins.unix_socket test
revert incorrect fix, suppress warning at DROP USER instead
1 parent 8125abd commit 61d784c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

mysql-test/suite/plugins/t/unix_socket.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ eval grant select on test.* to '$USER';
1616
--let $replace2=$USER@%
1717
--replace_result $replace1 "USER@localhost" $replace2 "USER@%"
1818
select user(), current_user(), database();
19-
# Enforce the cleanup so the next execution of in DROP USER
20-
# doesn't see this connection active.
21-
--ping
2219
EOF
2320

2421
--echo #
@@ -32,9 +29,11 @@ EOF
3229
--error 1
3330
--exec $MYSQL_TEST -u foobar < $MYSQLTEST_VARDIR/tmp/peercred_test.txt
3431

32+
--disable_warnings
3533
--let $replace=drop user '$USER'
3634
--replace_result $replace "drop user 'USER'"
3735
eval drop user '$USER';
36+
--enable_warnings
3837

3938
--echo #
4039
--echo # and now with anonymous user

0 commit comments

Comments
 (0)