-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Flaky test] Microsoft.Build.UnitTests.Exec_Tests.Timeout #9176
Comments
Is an interesting symptom that I certainly don't understand immediately. |
@rainersigwald Where did you find another warning? |
Find the log in the attachments. The file is created when _batchFile = FileUtilities.GetTemporaryFileName(".exec.cmd"); Throw the exception when msbuild/src/Utilities/ToolTask.cs Lines 809 to 817 in caf06d1
|
Throw the exception in the following code. But couldn't find a way to know which process makes the file not be deleted until now msbuild/src/Utilities/ToolTask.cs Lines 809 to 817 in caf06d1
|
Please extend the logging/consider warning suppression for this test and close the ticket. |
Microsoft.Build.UnitTests.Exec_Tests.Timeout
Details
https://dev.azure.com/dnceng-public/public/_build/results?buildId=385968&view=ms.vss-test-web.build-test-results-tab&runId=8250290&resultId=105001&paneView=history
https://dev.azure.com/dnceng-public/public/_build/results?buildId=385824&view=ms.vss-test-web.build-test-results-tab&runId=8245228&resultId=104901
Assert.Equal() Failure\r\nExpected: 1\r\nActual: 2
at Microsoft.Build.UnitTests.Exec_Tests.Timeout() in D:\a\_work\1\s\src\Tasks.UnitTests\Exec_Tests.cs:line 133
The text was updated successfully, but these errors were encountered: