-
Notifications
You must be signed in to change notification settings - Fork 80
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
WinUI 3 tests failing at random in CI #347
Comments
Looks like the cleanup done in #348 has slowed down the frequency of the test error, but not eliminated it altogether. |
In #453 (comment), we caught the issue happening on a UWP test run. This may not be specific to WinUI 3. |
Needed to help diagnose issue CommunityToolkit/Windows#347
Needed to help diagnose issue CommunityToolkit/Windows#347
Part of the instability seems to be unexpected exceptions in tests, like #589 where the exception is unhandled and therefore the test process gets hung. In that case it's using the old setup vs. our new generators/helpers. So, it could be good to look how these behave with the new setups and if we can better ensure that any exceptions are caught within the test setup and reported as test fails explicitly instead of killing the test process. |
Describe the bug
The WinUI 3 tests that are run in the CI for build validation are sometimes failing with the following error:
This seems to be happening more or less at random and can sometimes be resolved with a rerun. However, this has been happening more often in the last few weeks and is increasingly becoming a blocker for other work.
Steps to reproduce
Expected behavior
Consistent test results, no failure if there's no problem.
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item.
The text was updated successfully, but these errors were encountered: