Skip to content

Commit 63e5a77

Browse files
committed
used fixed block caching for some intergation tests
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent e6c43ff commit 63e5a77

File tree

1 file changed

+2
-0
lines changed
  • integration/sheepdog/src

1 file changed

+2
-0
lines changed

integration/sheepdog/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ generator:
241241
post:
242242
maximum_prebuild_cache_size_bytes: "8 Mb"
243243
variant: "apache_common"
244+
block_cache_method: Fixed
244245
"#,
245246
)?;
246247

@@ -276,6 +277,7 @@ generator:
276277
post:
277278
maximum_prebuild_cache_size_bytes: "8 Mb"
278279
variant: "ascii"
280+
block_cache_method: Fixed
279281
"#,
280282
)?;
281283

0 commit comments

Comments
 (0)