Update 02240_filesystem_cache_bypass_cache_threshold.reference

This commit is contained in:
Kseniia Sumarokova 2023-07-17 13:46:04 +02:00 committed by GitHub
parent 09d8ca0a40
commit a110c87985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,6 @@ SETTINGS min_bytes_for_wide_part = 10485760,
path = '/var/lib/clickhouse/${CLICKHOUSE_TEST_UNIQUE_NAME}_cache',
enable_bypass_cache_with_threashold = 1,
bypass_cache_threashold = 100,
cache_on_write_operations = 1,
enable_filesystem_query_cache_limit = 1,
delayed_cleanup_interval_ms = 100,
disk = 's3_disk');
INSERT INTO test SELECT number, toString(number) FROM numbers(100);