mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Added a change from @azat in #10277
This commit is contained in:
parent
b9ea0a33a7
commit
bdc8dfe04b
@ -103,4 +103,5 @@ def test_insert_clamps_settings():
|
||||
|
||||
distributed.query("INSERT INTO proxy VALUES (toDate('2020-02-20'), 2, 2)")
|
||||
distributed.query("INSERT INTO proxy VALUES (toDate('2020-02-21'), 2, 2)", settings={"max_memory_usage": 5000000})
|
||||
distributed.query("SYSTEM FLUSH DISTRIBUTED proxy")
|
||||
assert_eq_with_retry(distributed, "SELECT COUNT() FROM proxy", "4")
|
||||
|
Loading…
Reference in New Issue
Block a user