-
Notifications
You must be signed in to change notification settings - Fork 231
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
Tests not running after 1st save (or 1st fail) #201
Comments
same issue here, could this be related to the usage of go 1.1 modules? |
I'm having the same issue as #149, which is apparently related to this. The first save is the only one that triggers a reload. This issue happens with both Goland(Jetbrains) and Vim. It seems to be related to fsnotify because it works if I set force to true under legacy: settings:
legacy:
force: true |
Facing the same issue with/without 'legacy force: true' |
I don't think this is related to #149 because the tests don't run even if another file gets updated. |
Hi, any update about this? |
Also using go 1.11 modules and experiencing the same issue. This issue has been open almost two months without a reply so... |
I've created a hack of a pull request to make tests work again here. Not ideal, but it at least got them running for me. See pull request #226 |
Does this work now? |
Hi!
TLDR; tests won't run again anymore :(
Thanks for your awesome work! Sadly I bring thee a regression (previous -> #144, #149, #70, #154, #57).
As seen in the logs nothing happens after the first fail(in this case). It do seem to have something with watcher cycles? It's as if the test execution is forgotten.
.realize.yaml
Logs:
The text was updated successfully, but these errors were encountered: