api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
480 stars 130 forks source link

Segmentation Fault when running tests #483

Open alanpoulain opened 1 year ago

alanpoulain commented 1 year ago

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 commented 1 year ago

Using actions/checkout v3 seems to solve the issue.

alanpoulain commented 1 year ago

The issue seems to appear again.