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
We've got Fast USDC boot/ tests that work in node and where the relevant functionality works in an XS worker in a running blockchain (a3p test or multichain-testing) but fail with xs-worker.
in packages/boot/, run SWINGSET_WORKER_TYPE=xs-worker yarn test test/fast-usdc/
See error:
not ok 19 - fast-usdc › fast-usdc › distributes fees per BLD staker decision %ava-dur=6624ms
# REJECTED from ava test.serial("distributes fees per BLD staker decision"): (Error#1)
# Error#1: unsettled value for kp2318
Expected behavior
Test passes / fails in xs-worker whenever it passes / fails in node.
Platform Environment
what OS are you using? what version of Node.js?
ci: Ubuntu 24.04.1 LTS; node-version=18.x i.e. node/18.20.5/x64
what version of the Agoric-SDK are you using? (run git describe --tags --always) e83a94d
Describe the bug
We've got Fast USDC
boot/
tests that work in node and where the relevant functionality works in an XS worker in a running blockchain (a3p test or multichain-testing) but fail withxs-worker
.for example: #10815 (comment)
To Reproduce
Steps to reproduce the behavior:
packages/boot/
, runSWINGSET_WORKER_TYPE=xs-worker yarn test test/fast-usdc/
Expected behavior
Test passes / fails in xs-worker whenever it passes / fails in node.
Platform Environment
ci: Ubuntu 24.04.1 LTS;
node-version=18.x
i.e.node/18.20.5/x64
git describe --tags --always
)e83a94d
Additional context
cc @turadg
The text was updated successfully, but these errors were encountered: