Skip to content

Commit 173f23d

Browse files
committed
1 parent 82a1089 commit 173f23d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.test/tests/auth.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ 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+
5254
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'))")
5355
[ "$otherusers" != '' ] && die "unexpected users $otherusers"
5456

0 commit comments

Comments
 (0)