-
Notifications
You must be signed in to change notification settings - Fork 35
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
analysis::type_check_tests::test
and rename::tests::test
fail as of 0.12.2
#868
Comments
analysis::type_check_tests::test
and rename::tests::test
fail as of 0.12.2
Complete log: https://paste.glepage.com/raw/spider-wasp-pug |
It must be passed at least when it was released. The CI was running tests only on Linux x64. Do we have log? |
I was able to reproduce those failures on both |
From the log, all tests are actually passed. The errors are probably caused by recent changes of |
I fixed some of them in tinymist v0.12.2+ but I'm not sure whether I fixed format of all snapshots. https://github.com/Myriad-Dreamin/tinymist/pull/831/files |
@GaetanLepage could you skip these two tests? We could check them again in tinymist v0.12.4, which will be published in this weekend. |
I tried building at this commit and had:
I will skip the two tests mentioned in this issue and we can re-try at the next release. Thank you for your quick help ! |
Ok it is actually worse than I thought. The tests are failing non-deterministically. Here are the results of running the exact same build several times in a row on different systems:
|
Unfortunately, those tests are still failing in our build process with 0.12.4. |
Hi, I'm sorry that I cannot help a lot on issues about nix. I have run it again for 10 times on my x86_64-windows and x86_64-linux PC and no errors is thrown. I then conclude that some setting specific to nix should be wrong when running insta snapshot tests. Regard to the log you posted above, the assertion failures are just false positive:
If you have further questions, please feel free to ask me again. |
Ok no worry, I think that we will just disable those tests. |
Describe the bug
Context: bumping
tinymist
frorm 0.12.0 to 0.12.2 in nixpkgs.Two tests are failing on the 0.12.2 release.
Are you able to replicate those failures or is it only on our side ?
The text was updated successfully, but these errors were encountered: