-
Notifications
You must be signed in to change notification settings - Fork 12k
Race condition on ng test
#293
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
Comments
I've another log that seems to show something fishy is going on. When working on #292. I added a route and then ran
It seems karma is running before the build is done, and then running afterwards when it sees the built files. Full log:
|
Starting build and test at the same time creates a race condition Run a build first to remove that scenario Fixes angular#293
Starting build and test at the same time creates a race condition Run a build first to remove that scenario Fixes angular#293
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
There might be a race condition when running
ng test
. On a newly generated project I got the following output when runningng test
once, killing it, then running again:(on the first run notice the karma watcher warnings before build is done, and that 0 tests run)
/cc @Brocco
The text was updated successfully, but these errors were encountered: