-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Record video for failing win32 integration tests on CI. #16546
Conversation
You can test this PR using the following package version. |
67dbc32
to
36da5b0
Compare
You can test this PR using the following package version. |
You can test this PR using the following package version. |
ce265b7
to
c73792c
Compare
You can test this PR using the following package version. |
You can test this PR using the following package version. |
This now seems to work well. I can now see the reason for some of the flaky tests too - somehow something is opening the Windows search box - i assume because the taskbar overlaps the bottom of the window: Looks like we need to increase the screen size, but that should be a separate PR. Anyway, I've removed the retries so Windows integration tests are going to fail a bit more until we address these issues. This PR should be safe to merge with failing Windows integration tests. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
* Record video for failing win32 integration tests. * Be more specific when selecting the test dll. microsoft/vstest#3939 --------- Co-authored-by: Julien Lebosquain <[email protected]>
What does the pull request do?
This PR causes failing integration tests on Windows CI to upload a video attachment of the failing test. This allows one to more easily debug what's going wrong when a test fails.
When a failure is encountered, it will be visible on the Azure DevOps Tests page, together with the attachment: