-
Notifications
You must be signed in to change notification settings - Fork 408
Update Xunit to 2.9.0 #9764
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
Update Xunit to 2.9.0 #9764
Conversation
|
See also #9457 |
|
Thanks for picking this up. The conversion from Verify to Can we add a helper method that detects when there's a difference and logs the full "expected" and "actual" items out, so that a test failure can be copy/pasted into a diff tool. Without something like this, you can end up going around in circles, especially if the failure only happen in CI. |
tests/Microsoft.VisualStudio.ProjectSystem.Managed.TestServices/AssertEx.cs
Outdated
Show resolved
Hide resolved
....VisualStudio.ProjectSystem.Managed.UnitTests/ProjectSystem/Debug/DebugTokenReplacerTests.cs
Outdated
Show resolved
Hide resolved
...icrosoft.VisualStudio.ProjectSystem.Managed.UnitTests/ProjectSystem/FileItemServicesTests.cs
Outdated
Show resolved
Hide resolved
drewnoakes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!

Configure Xunit to produce detaled console output, printing long-running test name every 20 seconds.
See https://dev.azure.com/dnceng-public/public/_build/results?buildId=1144401&view=logs&j=343adee7-d814-546f-dc3f-19ccb8aa9260&t=8dea7d69-d7ce-5872-c9d8-dd4fee7f95a7
Remove usage of Verify.Xunit.