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
break the test up into as many as 13 separate test files so that each one is launching one additional node process rather than one test launching 13 of them in parallel
rewrite the test to run the 13 processes sequentially rather than in parallel
The second or third option above can be a good first contribution for someone.
How to fix
Read through the linked issue and understand the problem.
Replicate the failure on your machine.
Fix the test (probably using one of the methods suggested above).
Move the test back to test/parallel/ (it's currently in test/sequential/).
See #11814 (comment)
How to fix
test/parallel/(it's currently intest/sequential/).If you want to have a go at this comment on this issue to let us know. If you have any questions ask them here.