add no fast test

This commit is contained in:
Arthur Passos 2024-08-27 16:48:10 -03:00
parent c298b20ba9
commit 50b3d3172c
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
CREATE USER u_03174_no_login IDENTIFIED WITH plaintext_password, sha256_password, bcrypt_password, sha256_password
localhost 9000 0 0 0
CREATE USER u_03174_no_login IDENTIFIED WITH plaintext_password, sha256_password, bcrypt_password, sha256_password
CREATE USER u_03174_no_login IDENTIFIED WITH sha256_password, plaintext_password, bcrypt_password, sha256_password
localhost 9000 0 0 0
CREATE USER u_03174_no_login IDENTIFIED WITH sha256_password, plaintext_password, bcrypt_password, sha256_password

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
DROP USER IF EXISTS u_03174_no_login;
CREATE USER u_03174_no_login;