-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
newman 6.2.0 exception - node:internal/event_target:1090 process.nextTick(() => { throw err; }); #3267
Comments
I'm story |
We are having issues with 6.2.0 version causing newman tests stuck. Tested with 6.1.3 and able to pass the newman tests. |
Hey folks! Thanks for reporting this. I can reproduce it on node v22.3.0 and above. While we land a fix for this, as a workaround, you can downgrade your node version to v22.2.0 or below for running newman v6.2.0. |
Alphawebplusalphabeta |
Was this fixed in 6.2.1? If so, please close. |
we have same problem |
newman -v
): 6.2.0The github workflow used to run successfully every two hours and started to fail upon release of 6.2.0 to NPM.
Now fails with
After downgrading to 6.1.3 the workflow is operational again / error is not thrown.
Here's the relevant parts from the github workflow:
The text was updated successfully, but these errors were encountered: