mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix test
This commit is contained in:
parent
12b5c0dde7
commit
0bbf26549f
@ -104,7 +104,7 @@ def test_query_is_lock_free(lock_free_query, exclusive_table):
|
||||
|
||||
select_handler = node.get_query_request(
|
||||
f"""
|
||||
SELECT sleepEachRow(3) FROM {exclusive_table};
|
||||
SELECT sleepEachRow(3) FROM {exclusive_table} SETTINGS function_sleep_max_microseconds_per_block = 0;
|
||||
""",
|
||||
query_id=query_id,
|
||||
)
|
||||
@ -173,7 +173,7 @@ def test_query_is_permanent(transaction, permanent, exclusive_table):
|
||||
|
||||
select_handler = node.get_query_request(
|
||||
f"""
|
||||
SELECT sleepEachRow(3) FROM {exclusive_table};
|
||||
SELECT sleepEachRow(3) FROM {exclusive_table} SETTINGS function_sleep_max_microseconds_per_block = 0;
|
||||
""",
|
||||
query_id=query_id,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user