You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed an unexpected test failure in a PR (#10033) which did not make any changes that should have been able to affect a test. I think it's an intermittent misbehavior in the platform GC code (our old pals #3240 and #5575), but I need to look more carefully to be sure. I'm not able to reproduce it locally.
I haven't been able to reproduce this, but after an hour of repeating yarn test in swingset-liveslots, I did hit a (probably related) one:
storeGC › weak-key › verify store weak key GC
test/storeGC/weak-key.test.js:98
97: // nothing still references the dead 'held'
98: t.is(testHooks.countCollectionsForWeakKey(vref), 0); // Map8
99: // both the WeakMap and WeakSet have zero entries
Difference (- actual, + expected):
- 2
+ 0
› file://test/storeGC/weak-key.test.js:98:5
I observed an unexpected test failure in a PR (#10033) which did not make any changes that should have been able to affect a test. I think it's an intermittent misbehavior in the platform GC code (our old pals #3240 and #5575), but I need to look more carefully to be sure. I'm not able to reproduce it locally.
The test ran under Node 20.x . The
NODE_V8_COVERAGE: coverage
variable was set, in case that makes a difference. The CI run was in https://github.com/Agoric/agoric-sdk/actions/runs/11032275359/job/30640970790?pr=10033 but I expect that will be pruned fairly quickly. Test output is attached:The text was updated successfully, but these errors were encountered: