Skip to content

Commit 6570182

Browse files
committed
Revert "test for MariaDB/buildbot#945"
This reverts commit 173f23d.
1 parent a6bb792 commit 6570182

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.test/tests/auth.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ test_mysql_root_password_is_set() {
4949
mariadbclient -u root -pexamplepass -e 'select current_user()'
5050
mariadbclient -u root -pwrongpass -e 'select current_user()' || echo 'expected failure'
5151

52-
docker exec "$cname" sh -c 'set -x -v; . /etc/os-release; [ $VERSION_ID = "10.1" ] && [ $MARIADB_VERSION = "13.0.1" ] && exit 1' || die "test for https://github.com/MariaDB/buildbot/pull/945"
53-
5452
otherusers=$(mariadbclient -u root -pexamplepass --skip-column-names -Be "select user,host from mysql.global_priv where (user,host) not in (('root', 'localhost'), ('root', '%'), ('mariadb.sys', 'localhost'), ('mysql','localhost'), ('healthcheck', '::1'), ('healthcheck', '127.0.0.1'), ('healthcheck', 'localhost'))")
5553
[ "$otherusers" != '' ] && die "unexpected users $otherusers"
5654

0 commit comments

Comments
 (0)