admin
admin copied to clipboard
Segmentation Fault when running tests
When tests run, there is a high probability for them to end with a segmentation fault.
The issue seems to come from https://github.com/nodejs/node/issues/35889.
A temporary fix would be to use https://github.com/nicolo-ribaudo/jest-light-runner.
The culprit seems to be https://github.com/digitalbazaar/http-client/blob/1d86e5099ce4aec3e312bcb5c5b24bde548b5f86/lib/httpClient.js#L6-L7.
Using actions/checkout v3 seems to solve the issue.
The issue seems to appear again.