-
Notifications
You must be signed in to change notification settings - Fork 409
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
Run unit tests on windows #1111
Conversation
This looks familiar. The DB on the IBC tests may need to be closed. I will 👁️ at this when I get a chance |
I pushed a quick shot to close the test DBs. 🤞 |
No worries. Happy to share this one to fix wasmd unit tests on Windows. We'll need to clean up here anyways after #1110 is in. |
Thank you @alpe, that's very helpful. Don't worry about the remaining issues, especially the crashes. There is something fishy going on in wasmvm. I'm on it. |
8889b85
to
3e15b07
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR is blocked on CosmWasm/wasmvm#389 |
This is a follow-up of #1110 (merge that first, then rebase this PR). The main point here is that we are running wasmd unit-tests on Windows. This works more or less. But a lot of tests are failing.
A lot of failures look something like this:
I don't know how this happens. Maybe the app needs to be shut down before
nodeHome := t.TempDir()
is deleted or something like this.Any help would be appreciated.