near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Bug: Failed to kill child process with PID #121

Open danielwpz opened 2 years ago

danielwpz commented 2 years ago

Hey guys, I ran into this error several times today: Failed to kill child process with PID xxxx, and the testcase throws this error: Can not sign transactions for account test.near on network sandbox, no matching key pair found in InMemorySigner(UnencryptedFileSystemKeyStore.

It seems to happen randomly. Any thoughts on this?

willemneal commented 2 years ago

115 Might help with this?

danielwpz commented 2 years ago

@willemneal it looks not very related to me, btw have u seen this error before?

willemneal commented 2 years ago

I have only seen it once myself. If you have it happen again you can try NEAR_WORKSPACES_DEBUG=true to get more info.