Skip to content

Commit

Permalink
test(swingset): use xs-worker to avoid gc flake (#10085)
Browse files Browse the repository at this point in the history
closes: #10071

## Description

I believe #8695 introduced a dependency of the boostrap vat of this test on the gc behavior of the engine, which makes it flaky. Applies the common fix to use an xs-worker instead.

### Security Considerations
None

### Scaling Considerations
None

### Documentation Considerations
None

### Testing Considerations
Hopefully the flake is gone

### Upgrade Considerations
None
  • Loading branch information
mhofman committed Sep 16, 2024
1 parent e67cd91 commit a66b840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/test/gc-kernel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ test('terminated vat', async t => {
bootstrap: {
sourceSpec: new URL('gc-dead-vat/bootstrap.js', import.meta.url)
.pathname,
creationOptions: { managerType: 'local' },
creationOptions: { managerType: 'xs-worker' },
},
},
bootstrap: 'bootstrap',
Expand Down

0 comments on commit a66b840

Please sign in to comment.