From a716433da306558c2588a58b7cd562f6e0c534ba Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 3 Nov 2015 20:59:36 +0100 Subject: [PATCH] MDEV-7298 plugins.cracklib_password_check test fails remove the test that depended on the current cracklib dictionary --- mysql-test/suite/plugins/r/cracklib_password_check.result | 6 ------ mysql-test/suite/plugins/t/cracklib_password_check.test | 4 ---- 2 files changed, 10 deletions(-) diff --git a/mysql-test/suite/plugins/r/cracklib_password_check.result b/mysql-test/suite/plugins/r/cracklib_password_check.result index fabad23ff45..62f0e32b66a 100644 --- a/mysql-test/suite/plugins/r/cracklib_password_check.result +++ b/mysql-test/suite/plugins/r/cracklib_password_check.result @@ -31,12 +31,6 @@ show warnings; Level Code Message Warning 1819 cracklib: it does not contain enough DIFFERENT characters Error 1819 Your password does not satisfy the current policy requirements -grant select on *.* to foo@foobar identified by 'foobar'; -ERROR HY000: Your password does not satisfy the current policy requirements -show warnings; -Level Code Message -Warning 1819 cracklib: it is based on your username -Error 1819 Your password does not satisfy the current policy requirements grant select on *.* to foobar identified by 'qwerty'; ERROR HY000: Your password does not satisfy the current policy requirements show warnings; diff --git a/mysql-test/suite/plugins/t/cracklib_password_check.test b/mysql-test/suite/plugins/t/cracklib_password_check.test index 177a77956b4..a8f404009d0 100644 --- a/mysql-test/suite/plugins/t/cracklib_password_check.test +++ b/mysql-test/suite/plugins/t/cracklib_password_check.test @@ -23,10 +23,6 @@ show warnings; grant select on *.* to foo@barbar identified by 'barbar'; show warnings; ---error ER_NOT_VALID_PASSWORD -grant select on *.* to foo@foobar identified by 'foobar'; -show warnings; - --error ER_NOT_VALID_PASSWORD grant select on *.* to foobar identified by 'qwerty'; show warnings;