admin icon indicating copy to clipboard operation
admin copied to clipboard

Segmentation Fault when running tests

Open alanpoulain opened this issue 3 years ago • 2 comments

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.

alanpoulain avatar Oct 06 '22 15:10 alanpoulain

Using actions/checkout v3 seems to solve the issue.

alanpoulain avatar Oct 11 '22 12:10 alanpoulain

The issue seems to appear again.

alanpoulain avatar Oct 17 '22 16:10 alanpoulain