mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Merge pull request #64800 from Algunenano/02228_merge_tree_insert_memory_usage
Attempt to fix 02228_merge_tree_insert_memory_usage.sql flakiness for s3
This commit is contained in:
commit
8f550f1757
@ -1,4 +1,5 @@
|
||||
-- Tags: long, no-parallel
|
||||
-- Tags: long, no-parallel, no-s3-storage
|
||||
-- no-s3-storage: Avoid flakiness due to cache / buffer usage
|
||||
SET insert_keeper_fault_injection_probability=0; -- to succeed this test can require too many retries due to 100 partitions, so disable fault injections
|
||||
|
||||
-- regression for MEMORY_LIMIT_EXCEEDED error because of deferred final part flush
|
||||
|
Loading…
Reference in New Issue
Block a user