Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 12, 2024
1 parent 34d9e89 commit 9c4223d
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
source: crates/core/tests/integration.rs
expression: TestSummary(&first_snapshot)
---
TestSnap {
hostname: "",
paths: StringList(
[
"test",
],
),
label: "",
tags: StringList(
[],
),
files_new: 73,
files_changed: 0,
files_unmodified: 0,
total_files_processed: 73,
total_bytes_processed: 1125674,
dirs_new: 5,
dirs_changed: 0,
dirs_unmodified: 0,
total_dirs_processed: 5,
data_blobs: 70,
tree_blobs: 5,
data_added_files: 1125653,
data_added_files_packed: 78740,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
source: crates/core/tests/integration.rs
expression: TestSummary(&first_snapshot)
---
TestSnap {
hostname: "",
paths: StringList(
[
"test",
],
),
label: "",
tags: StringList(
[],
),
files_new: 73,
files_changed: 0,
files_unmodified: 0,
total_files_processed: 73,
total_bytes_processed: 1125674,
dirs_new: 6,
dirs_changed: 0,
dirs_unmodified: 0,
total_dirs_processed: 6,
data_blobs: 70,
tree_blobs: 6,
data_added_files: 1125653,
data_added_files_packed: 78740,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
source: crates/core/tests/integration.rs
expression: TestSummary(&snap_dry_run)
---
TestSnap {
hostname: "",
paths: StringList(
[
"test",
],
),
label: "",
tags: StringList(
[],
),
files_new: 73,
files_changed: 0,
files_unmodified: 0,
total_files_processed: 73,
total_bytes_processed: 1125674,
dirs_new: 6,
dirs_changed: 0,
dirs_unmodified: 0,
total_dirs_processed: 6,
data_blobs: 70,
tree_blobs: 6,
data_added_files: 1125653,
data_added_files_packed: 78740,
}

0 comments on commit 9c4223d

Please sign in to comment.