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:
Alexey Milovidov 2024-06-05 03:15:18 +02:00 committed by GitHub
commit 8f550f1757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 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 -- regression for MEMORY_LIMIT_EXCEEDED error because of deferred final part flush