-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset): fix transcript extract/replay tools
These had bitrotted: * transcript now includes whole syscall result, even failures * handle kerneldb bundleIDs * new LMDB in swingstore * gcEveryCrank=false else all GC is disabled (refs #5600) * fake kernelKeeper/slogger needed new methods The new code also attempts to track `deliveryNum`, to align it with the original slog, but I'm not positive it is accurate. closes #5602
- Loading branch information
1 parent
ec95ec4
commit 56e3d7c
Showing
3 changed files
with
85 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters