This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Flaky and failing tests #1722
Open
Description
Master issue for flaky and failing tests
Test Explorer
- OrderByDoesntMatchOriginalOrderTimings
Test Name: OrderByDoesntMatchOriginalOrderTimings
Test FullName: TrackingTests.OrderByDoesntMatchOriginalOrderTimings
Test Source: C:\Source\github.com\github\VisualStudio\test\TrackingCollectionTests\TrackingCollectionTests.cs : line 378
Test Outcome: Failed
Test Duration: 0:00:00.388
Result StackTrace: at TrackingTests.OrderByDoesntMatchOriginalOrderTimings() in C:\Source\github.com\github\VisualStudio\test\TrackingCollectionTests\TrackingCollectionTests.cs:line 419
Result Message:
Expected: less than or equal to 200.0d
But was: 239.99870000000001d
NCrunch
- LoadingResourceDictionaryIntegrationTests
- SharedDictionaryManagerIntegrationTests
These appear to be failing because of exceptions like this:
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.TypeInitializationException : The type initializer for 'GitHub.LoadingResourceDictionary' threw an exception.
----> System.IO.FileNotFoundException : Could not load file or assembly 'Serilog.Enrichers.Process, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10' or one of its dependencies. The system cannot find the file specified.
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
TrackingTests
- Various
AppVayer CI
- Fix flaky test: ActiveRepositoriesChangedOrderingShouldBeCorrectAcrossThreads #1676: ActiveRepositoriesChangedOrderingShouldBeCorrectAcrossThreads