Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

hang: waiting for bundle read lock in yarn test #71

Open dckc opened 6 months ago

dckc commented 6 months ago

Describe the bug

A dev reports that they're experimenting with changes to the contract in dapp-offer-up. When running yarn test they see and endless series of

bundles/ waiting for bundle read lock: /Users/NNN/projects/learn/demo/contract/bundles/bundle-assetContract-js.lock in /Users/NNN/projects/learn/demo/contract/src/offer-up.contract.js

Steps to reproduce

the above is what we have

Expected behavior

tests should run

Platform environment

not reported

Additional context

also reported in endo:

cc @kbennett2000 @kriskowal

dckc commented 6 months ago

work-around: remove bundles directory

rm -rf bundles made the symptoms go away