-
Notifications
You must be signed in to change notification settings - Fork 150
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
ember-cli causing CITGM to hard fail on Windows #802
Comments
I think this is related to #779 and is related to tests timing out. We don't kill any child processes spawned by tests when tests time out which may prevent the temp directory CITGM creates to test the module from being removed. I'm not sure if there's a cross-platform way of killing all spawned processes. We could possibly ignore (but still warn) when we fail to remove the temp directory we create at the end of test run for a module. |
I've not been able to find a cross-platform module to kill a process tree of spawned processes (at best there are modules that support Linux, macOS and Windows but not, for example, AIX). Raised #829 to handle the errors and continue. |
Hi @BethGriggs, do you think this is already fixed by now and can be closed? |
I've started a pipeline run on |
It looks like ember-cli is causing CITGM to hard fail on Windows with the following error:
https://ci.nodejs.org/job/citgm-smoker/nodes=win-vs2017/2348/console
I've seen this on v13.x and v14.x. The hard fail means that Windows results do not appear in the aggregated results view, so we're potentially missing some failures.
The text was updated successfully, but these errors were encountered: