Skip to content

Commit

Permalink
Fix test data (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: bstrausser <bstrausser@locusrobotics.com>
  • Loading branch information
bearrito and bstrausser authored Mar 10, 2024
1 parent bfeeb2f commit 3ffe462
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cmd/desync/info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/stretchr/testify/require"
)


func TestInfoCommand(t *testing.T) {
for _, test := range []struct {
name string
Expand Down Expand Up @@ -55,11 +56,11 @@ func TestInfoCommand(t *testing.T) {
"unique": 131,
"in-store": 131,
"in-seed": 124,
"in-cache": 18,
"not-in-seed-nor-cache": 5,
"in-cache": 25,
"not-in-seed-nor-cache": 7,
"size": 2097152,
"dedup-size-not-in-seed": 80029,
"dedup-size-not-in-seed-nor-cache": 67099,
"dedup-size-not-in-seed-nor-cache": 80029,
"chunk-size-min": 2048,
"chunk-size-avg": 8192,
"chunk-size-max": 32768
Expand All @@ -71,11 +72,11 @@ func TestInfoCommand(t *testing.T) {
"unique": 131,
"in-store": 131,
"in-seed": 0,
"in-cache": 18,
"not-in-seed-nor-cache": 113,
"in-cache": 25,
"not-in-seed-nor-cache": 106,
"size": 2097152,
"dedup-size-not-in-seed": 1114112,
"dedup-size-not-in-seed-nor-cache": 950410,
"dedup-size-not-in-seed-nor-cache": 853943,
"chunk-size-min": 2048,
"chunk-size-avg": 8192,
"chunk-size-max": 32768
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3ffe462

Please sign in to comment.