Skip to content

Commit

Permalink
Merge pull request #861 from jiangliu/test-digest
Browse files Browse the repository at this point in the history
test: fix invalid digest value of repeatable blob
  • Loading branch information
imeoer authored Nov 14, 2022
2 parents 269bb4d + 8688d28 commit 81fc916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/nydusd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pub fn new(
r###"
,"cache": {{
"type": "blobcache",
"compressed": {},
"config": {{
"compressed": {},
"work_dir": {:?}
}}
}}
Expand All @@ -49,8 +49,7 @@ pub fn new(
"backend": {{
"type": "localfs",
"config": {{
"dir": {:?},
"readahead": true
"dir": {:?}
}}
}}
{}
Expand Down
Binary file modified tests/texture/repeatable/blake3-lz4_block-non_repeatable
Binary file not shown.
Binary file modified tests/texture/repeatable/sha256-nocompress-repeatable
Binary file not shown.

0 comments on commit 81fc916

Please sign in to comment.