Merge pull request #39084 from quickhouse/patch-2

Fixed regexp in `test_quota`
This commit is contained in:
Alexander Tokmakov 2022-07-27 19:03:19 +03:00 committed by GitHub
commit bcc404bca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,7 @@ def test_exceed_quota():
)
assert re.search(
"Quota.*has\ been\ exceeded",
"Quota.*has been exceeded",
instance.query_and_get_error("SELECT * from test_table"),
)
system_quota_usage(