-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exposes faux stdSerializers
test fail on node v19.9.0
#1690
Comments
Evidently, the browser code is tightly coupled to the Lines 8 to 17 in b9ac6e3
The tests then attempt to verify that the Lines 99 to 102 in b9ac6e3
|
So you say it's https://github.com/pinojs/pino-std-serializers issue? |
No. It's an issue here. |
This also seems to be affecting CITGM in the Node.js testing - https://ci.nodejs.org/job/citgm-smoker/nodes=rhel8-x64/3156/testReport/(root)/citgm/pino_v8_11_0/history/ |
We need someone to dig into the timeouts happening in our test suite #1691 (comment) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The tests fail on node v19.9.0 on master:
reproduce:
nvm install 19.9.0 nvm use 19.9.0 npm i npm test
this cause the CITGM tests in node to fail.
related PR:
The text was updated successfully, but these errors were encountered: