You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some UDX tests fail (on my machine) every second time as there seems to be multiple initialized instances of cached SchemaSet depending on the AppDomain of the executing test.
If it is initialized by a test with UDXs defined, then validation works. If it was initialized without it those UDX tests fail.
The text was updated successfully, but these errors were encountered:
After hours of investigation of one test relyably toggling between Success and Failed, it turns out it is not about cached SchemaSet instances.
The flaky test Can_validate_Order_with_UDX_with_error is flaky because of Build Acceleration, which is enabled by default in VS 2022 17.9 Preview 2.0.
Disabling Build Acceleration in VS options fixes the problem.
Some UDX tests fail (on my machine) every second time as there seems to be multiple initialized instances of cached SchemaSet depending on the AppDomain of the executing test.
If it is initialized by a test with UDXs defined, then validation works. If it was initialized without it those UDX tests fail.
The text was updated successfully, but these errors were encountered: