Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(swingset): improve test-transcript
Update test-transcript.js to wait for the combined run-queue and GC-actions queue to drain, now that c.run()/c.step() executes GC actions first. Also shutdown the controller properly after each call to buildTrace(). This test exhibits odd GC behavior when: * it lacks the wait for `gcActions.length` * and uses the default 'local' vat worker * liveslots calls `gcAndFinalize()` only once This suggests that our `gcAndFinalize()` is insufficient, at least on Node.js. See #3240 for more details.
- Loading branch information