mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #53173 from ClickHouse/warn
Fix warning in test_replicated_database
This commit is contained in:
commit
e269fc1b4b
@ -1226,7 +1226,7 @@ def test_force_synchronous_settings(started_cluster):
|
||||
|
||||
def select_func():
|
||||
dummy_node.query(
|
||||
"SELECT sleepEachRow(1) FROM test_force_synchronous_settings.t"
|
||||
"SELECT sleepEachRow(1) FROM test_force_synchronous_settings.t SETTINGS function_sleep_max_microseconds_per_block = 0"
|
||||
)
|
||||
|
||||
select_thread = threading.Thread(target=select_func)
|
||||
|
Loading…
Reference in New Issue
Block a user