Skip to content
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

Karma runner is too fast #688

Closed
davesque opened this issue Aug 8, 2013 · 5 comments
Closed

Karma runner is too fast #688

davesque opened this issue Aug 8, 2013 · 5 comments

Comments

@davesque
Copy link

davesque commented Aug 8, 2013

I'm having an issue with karma where I will save a file and karma will detect file changes before the file is even finished being written to disk (or something like that -- I'm not exactly sure what's happening). It then incorrectly reports that half of my test suite is failing because the file being saved cannot be imported.

@davesque
Copy link
Author

davesque commented Aug 8, 2013

I'm happy to provide any information about my system and karma configuration. Please let me know what you'd like to see.

@vojtajina
Copy link
Contributor

What editor are you using ? Are you on remote FS or something like that ?

@davesque
Copy link
Author

davesque commented Aug 8, 2013

Nope, no remote FS. And I'm using vim.

On Thu, Aug 8, 2013 at 1:28 PM, Vojta Jina [email protected] wrote:

What editor are you using ? Are you on remote FS or something like that ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/688#issuecomment-22348984
.

David Sanders
Software Engineer/Web Developer
*
*
www.charlesdavidsanders.com
303.819.6083 (mobile)

@vojtajina
Copy link
Contributor

I think this is a known issue with Chokidar, see #199 and paulmillr/chokidar#35 for workaround.

I'm closing this as dupl, please re-open if you think it's a different issue.

@davesque
Copy link
Author

davesque commented Aug 9, 2013

Yes, that looks exactly like the issue I'm having. I'll try :set backupcopy=yes in my .vimrc and see if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants