You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below error appears after running the tests on centos 9 and rhel9 with node 22. There is no error with node 20 on the centos 9 and in rhel9, so this error has a lot of chances of being related to the node version in combination with the platform.
cat <<EOF > containerfile.c9s
FROM quay.io/sclorg/nodejs-22-c9s
WORKDIR /usr/src/app
RUN git clone https://github.com/pinojs/pino.git
RUN cd pino && npm i --ignore-scripts
RUN cd pino && npm run test-ci
EOF
build dockerfile
docker build . -f ./containerfile.c9s
The text was updated successfully, but these errors were encountered:
pacostas
changed the title
Pino tests failling
test/syncfalse.test.js test failure
Nov 4, 2024
Description
The below error appears after running the tests on centos 9 and rhel9 with node 22. There is no error with node 20 on the centos 9 and in rhel9, so this error has a lot of chances of being related to the node version in combination with the platform.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: