Skip to content

Commit 088b955

Browse files
feat(reexecute/c): add firewood archival config option (#4442)
1 parent c267010 commit 088b955

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/reexecute/c/vm_reexecute_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ var (
8989
"pruning-enabled": true,
9090
"state-sync-enabled": false
9191
}`,
92+
"firewood-archive": `{
93+
"state-scheme": "firewood",
94+
"snapshot-cache": 0,
95+
"pruning-enabled": false,
96+
"state-sync-enabled": false
97+
}`,
9298
}
9399

94100
configNameArg string

0 commit comments

Comments
 (0)