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!
|
|
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.