Skip to content

Commit 741e6a0

Browse files
authored
Update test.py
1 parent 1e5bb13 commit 741e6a0

File tree

1 file changed

+10
-0
lines changed
  • tests/integration/test_filesystem_cache

1 file changed

+10
-0
lines changed

tests/integration/test_filesystem_cache/test.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,16 @@ def test_keep_up_size_ratio(cluster):
664664
<boundary_alignment>10</boundary_alignment>
665665
<path>./cache_dynamic_reload/</path>
666666
</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>
667677
</disks>
668678
</storage_configuration>
669679
<filesystem_cache_log>

0 commit comments

Comments
 (0)