-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SwingSet): increase default snapshotInitial from 2 to 3
The new `initialize-worker` pseudo-delivery counts against our `snapshotInitial` threshold. So the old threshold of "2" (allowing two real deliveries to the vat before we make the first snapshot, one for `startVat`, and another for the usual `startZcf` that our contract vats do) needs to become "3". This updates test-state.js to match. A few tests provide a specific value (usually "2"), and are sensitive to the exact sequence of deliveries being made (including `save-snapshot` pseudo-deliveries). These were left alone. closes #7548
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 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
Binary file not shown.
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