We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5bb13 commit 741e6a0Copy full SHA for 741e6a0
tests/integration/test_filesystem_cache/test.py
@@ -664,6 +664,16 @@ def test_keep_up_size_ratio(cluster):
664
<boundary_alignment>10</boundary_alignment>
665
<path>./cache_dynamic_reload/</path>
666
</cache_dynamic_resize>
667
+ <cache_dynamic_resize_disabled>
668
+ <type>cache</type>
669
+ <disk>hdd_blob</disk>
670
+ <max_size>100000</max_size>
671
+ <max_elements>100</max_elements>
672
+ <max_file_segment_size>10</max_file_segment_size>
673
+ <boundary_alignment>10</boundary_alignment>
674
+ <allow_dynamic_cache_resize>0</allow_dynamic_cache_resize>
675
+ <path>./cache_dynamic_reload_disabled/</path>
676
+ </cache_dynamic_resize_disabled>
677
</disks>
678
</storage_configuration>
679
<filesystem_cache_log>
0 commit comments