Uh oh!
There was an error while loading. Please reload this page.
Update Xunit version, migrate FSharpSuite.Tests to Xunit - #17652
Conversation
✅ No release notes required |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
majocha
commented
Sep 2, 2024
@psfinaki this surprisingly worked. I'm not sure, is it ok to upgrade the Xunit version? The one we are on currently is seriously old. |
psfinaki
left a comment
There was a problem hiding this comment.
This is brilliant, Jakub, brilliant, thanks for doing this! 🚀 🚀 🚀
Regarding xunit update, that's also definitely a good thing :)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
psfinaki
commented
Sep 2, 2024
majocha
commented
Sep 2, 2024
@psfinaki I might have been somewhat influenced by the video xD. |
psfinaki
commented
Sep 2, 2024
Ohhh... There I promised to visit that person in their city and buy them a beer 🤔 Okay I will reach out to you offline once we merge this :D |
psfinaki
left a comment
There was a problem hiding this comment.
Awesome job :)
It's really a surprise this worked out without bigger hiccups, such a surprise that I manually checked that tests execute and pass in the CI but yeah they do :D
vzarytovskii
commented
Sep 3, 2024
Hm, so This PR: 72,238 @majocha from the top of your head, do you know why it's around 600 tests less reported? |
T-Gro
commented
Sep 3, 2024
|
majocha
commented
Sep 3, 2024
@vzarytovskii by the number it is about one entire target of FSharpSuite not running. |
psfinaki
commented
Sep 3, 2024
This might be because the xunit runner is not configured, I am checking this locally |
majocha
commented
Sep 3, 2024
Yes, there is no |
psfinaki
commented
Sep 3, 2024
Trying this out here: #17658 |
majocha
commented
Sep 3, 2024
possibly something like this dotnet/arcade#14091 |
Updates Xunit to 2.9.0.
Migrate FSharpSuite.Tests to Xunit (But the parallelization is still disabled).
In line with:
#13654
#9947