Skip to content

Commit

Permalink
reduce gc sensitivity in test-upgrade-replay.js
Browse files Browse the repository at this point in the history
Now I'm seeing intermittent GC failures in this test, and that's not
what we're trying to exercise. Fixing by running it only under xsnap.
  • Loading branch information
warner committed Apr 9, 2023
1 parent d31cb4d commit 082f244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/SwingSet/test/upgrade/test-upgrade-replay.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test.before(async t => {
test('replay after upgrade', async t => {
const config = {
bootstrap: 'bootstrap',
defaultManagerType: 'xsnap',
vats: {
bootstrap: { sourceSpec: bfile('bootstrap-upgrade-replay.js') },
},
Expand Down

0 comments on commit 082f244

Please sign in to comment.