Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jest without --forceExit #5

Closed
erhant opened this issue Mar 6, 2023 · 6 comments
Closed

Jest without --forceExit #5

erhant opened this issue Mar 6, 2023 · 6 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@erhant
Copy link
Member

erhant commented Mar 6, 2023

Possibly something related to Warp or Arweave is hanging in the background, thus we have to force.
Will look into it.

@erhant erhant self-assigned this Mar 6, 2023
@erhant erhant added the question Further information is requested label Mar 7, 2023
@erhant
Copy link
Member Author

erhant commented Apr 27, 2023

Redis client's close had a similar issue, may be relevant

@erhant erhant added the bug Something isn't working label May 12, 2023
@erhant
Copy link
Member Author

erhant commented May 12, 2023

HollowDB SDK itself also hangs when you run a simple code with NodeJS such as getting a key. Perhaps the underlying Warp instance is hanging?

@erhant
Copy link
Member Author

erhant commented Jul 5, 2023

The issue is not Warp, nor Arlocal or Redis.

It's related to using proofs and Snarkjs.

@erhant
Copy link
Member Author

erhant commented Jul 5, 2023

Solution has been found: iden3/snarkjs#152

@erhant
Copy link
Member Author

erhant commented Jul 5, 2023

Apparently solving this also increased the test speeds, now it takes half of the time??

@erhant erhant closed this as completed Jul 5, 2023
@erhant
Copy link
Member Author

erhant commented Jul 6, 2023

Forgot to write, #42 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant