runtime: Bundle_can_be_renamed_while_running failed in CI
Console Log Summary
System.ComponentModel.Win32Exception : Text file busy
Stack trace
at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Microsoft.DotNet.Cli.Build.Framework.Command.Start() in /_/src/installer/test/TestUtils/Command.cs:line 200
at AppHost.Bundle.Tests.BundleRename.Bundle_can_be_renamed_while_running(Boolean renameFirstRun) in /_/src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs:line 36
Builds
Build | Pull Request | Test Failure Count |
---|---|---|
#601707 | Rolling | 1 |
Configurations
- Installer-Linux_x64-Release
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (18 by maintainers)
Commits related to this issue
- Skip Bundle_can_be_renamed() installer test This test is randomly failing in the lab: #35068 Therefore skip this test until the underlying problem is resolved. Enabling the test is tracked by #38013 ... — committed to swaroop-sridhar/runtime by swaroop-sridhar 4 years ago
- Skip Bundle_can_be_renamed() installer test This test is randomly failing in the lab: #35068 Therefore skip this test until the underlying problem is resolved. Enabling the test is tracked by #38013 ... — committed to swaroop-sridhar/runtime by swaroop-sridhar 4 years ago
- Skip Bundle_can_be_renamed() installer test (#38014) This test is randomly failing in the lab: #35068 Therefore skip this test until the underlying problem is resolved. Enabling the test is tracked b... — committed to dotnet/runtime by swaroop-sridhar 4 years ago
- Skip Bundle_can_be_renamed() installer test (#38014) This test is randomly failing in the lab: #35068 Therefore skip this test until the underlying problem is resolved. Enabling the test is tracked b... — committed to JeroenOortwijn/runtime by swaroop-sridhar 4 years ago
- Disable Bundle_can_be_renamed_while_running Disable the test due to non-deterministic failure in the CI. Enabling tracked by: #38013 Fixes: #35068 — committed to swaroop-sridhar/runtime by swaroop-sridhar 4 years ago
- Disable Bundle_can_be_renamed_while_running test Disable the test due to non-deterministic failure in the CI. Enabling tracked by: #38013 Fixes: #35068 — committed to swaroop-sridhar/runtime by swaroop-sridhar 4 years ago
- Disable Bundle_can_be_renamed_while_running test Disable the test due to non-deterministic failure in the CI. Enabling tracked by: #38013 Fixes: #35068 — committed to swaroop-sridhar/runtime by swaroop-sridhar 4 years ago
- Disable Bundle_can_be_renamed_while_running test (#38300) Disable the test due to non-deterministic failure in the CI. Enabling tracked by: #38013 Fixes: #35068 — committed to dotnet/runtime by swaroop-sridhar 4 years ago
The test now failed in a different mode. Previously, the test failed to start, but now it runs to completion but output wasn’t captured properly. Also, the failures so far are Osx release only.
I’ll disable the test again and investigate.