Merge pull request #45099 from ClickHouse/qoega-patch-4

Try to fix flaky test_create_user_and_login/test.py::test_login_as_dropped_user_xml
This commit is contained in:
Ilya Yatsishin 2023-01-11 23:37:03 +01:00 committed by GitHub
commit bca117b26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,11 @@ EOF""",
["bash", "-c", "rm /etc/clickhouse-server/users.d/user_c.xml"]
)
expected_errors = ["no user with such name", "not found in user directories"]
expected_errors = [
"no user with such name",
"not found in user directories",
"User has been dropped",
]
while True:
out, err = instance.query_and_get_answer_with_error("SELECT 1", user="C")
found_error = [