mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update test.py
This commit is contained in:
parent
60b9d81773
commit
db2fe33926
@ -45,13 +45,8 @@ def test_overcommited_is_killed():
|
||||
if err == "":
|
||||
finished = True
|
||||
|
||||
assert (
|
||||
overcommited_killed
|
||||
), "no overcommited task was killed"
|
||||
|
||||
assert (
|
||||
finished
|
||||
), "all tasks are killed"
|
||||
assert overcommited_killed, "no overcommited task was killed"
|
||||
assert finished, "all tasks are killed"
|
||||
|
||||
node.query("DROP USER IF EXISTS A")
|
||||
node.query("DROP USER IF EXISTS B")
|
||||
|
Loading…
Reference in New Issue
Block a user