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
Please answer the following questions for yourself before submitting an issue.
I am not running a deprecated version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
Expected Behavior
I set useWasm() to true, ran pnpm test in the cli/ folder, expect to run all the tests successfully.
Current Behavior
Currently, it displayed this:
Tried to set longer time limit, but still got the same failing message.
Failure Information
Not sure if it's a bug, maybe it only happens on my computer (macOS Big Sur, Intel Iris Plus Graphics 1536 MB), since I found others run the tests successfully.
The failure message is displayed in the above image.
[[Updated]]
It stuck at the setVerifyingKeys step in the before all hook, which should be the same step as normal e2e test.
The only difference is we add subsidyTestZkeyPath inside, which is defined in the constants, and I have that file in my zkey/ folder.
[[[Updated]]]
Stuck here:
in cli/ts/commands/setVerifyingKeys.ts
KEEP ON TRACKING NOW
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
I set
useWasm()
totrue
, ranpnpm test
in thecli/
folder, expect to run all the tests successfully.Current Behavior
Currently, it displayed this:
Tried to set longer time limit, but still got the same failing message.
Failure Information
Not sure if it's a bug, maybe it only happens on my computer (macOS Big Sur, Intel Iris Plus Graphics 1536 MB), since I found others run the tests successfully.
The failure message is displayed in the above image.
[[Updated]]
It stuck at the
setVerifyingKeys
step in the before all hook, which should be the same step as normal e2e test.The only difference is we add
subsidyTestZkeyPath
inside, which is defined in theconstants
, and I have that file in myzkey/
folder.[[[Updated]]]
Stuck here:
in
cli/ts/commands/setVerifyingKeys.ts
Additionally, the remaining tests passed.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
cd cli/
pnpm test
orpnpm test:e2e-subsidy
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
dev
branchFailure Logs
as provided above.
The text was updated successfully, but these errors were encountered: