Skip to content

Commit

Permalink
MDEV-7298 plugins.cracklib_password_check test fails
Browse files Browse the repository at this point in the history
remove the test that depended on the current cracklib dictionary
  • Loading branch information
vuvova committed Nov 16, 2015
1 parent 4165961 commit a716433
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions mysql-test/suite/plugins/r/cracklib_password_check.result
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions mysql-test/suite/plugins/t/cracklib_password_check.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a716433

Please sign in to comment.