o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
114 stars 43 forks source link

Fix Nightly e2e tests #625

Closed shimkiv closed 3 months ago

shimkiv commented 4 months ago

From time to time I see tests can fail while mocked server is in use:

✔ Generate verification key (takes 10-30 sec)
  Failed to find the fee payer's account on chain.
  Please make sure the account "B62qmYHbjp4oDCNRNgHf1YLPQWQkVZ49Q6DLXmA9UdoERa9q29piAAo" has previously been funded.

Test after the ✓ 11 [cli] › cli/deploy.spec.ts:71:3 › zkApp-CLI › should not deploy zkApp if aborted, @serial @smoke @deployment (2.3m)

Example: https://github.com/o1-labs/zkapp-cli/actions/runs/8768805988/job/24063603733

shimkiv commented 3 months ago

No longer an issue, probably was fixed by some other tasks. Closing.