Closed
Description
Affected the main PR that bumped the pre-release version number to preview4: #83691
- Queue:
browser-wasm windows Release WasmBuildTests
- Job: https://dev.azure.com/dnceng-public/public/_build/results?buildId=211829&view=logs&j=7662c04b-4826-5681-6a5e-60210cf01caa&t=6ccc092f-c2ee-5cad-3098-f98e2610417f
A couple of failure examples:
Output 1 "using .webcil" (expand)
==============================================================================================
=============== Running with Workloads ===============
=============== Using .webcil ===============
==============================================================================================
Discovered: Wasm.Build.Tests (found 1 of 87 test case)
Starting: Wasm.Build.Tests (parallel test collections = off, max threads = 2)
Wasm.Build.Tests: Using random seed for test cases: 1490545817
Wasm.Build.Tests: Using random seed for collections: 1490545817
Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource(buildArgs: BuildArgs { ProjectName = placeholder, Config = Release, AOT = False, ProjectFileContents = placeholder, ExtraBuildArgs = }, nativeRelink: True, invariant: False, host: Chrome, id: "bqsjzk2n.oya") [STARTING]
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:02:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:04:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:06:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:08:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:10:01
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:12:02
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:14:02
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:16:03
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:18:04
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:20:04
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:22:04
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:24:05
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:26:06
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed: 00:28:06
Failed to delete 'C:\helix\work\workitem\e\wbt\bqsjzk2n.oya' during test cleanup: System.IO.IOException: The process cannot access the file '\\?\C:\helix\work\workitem\e\wbt\bqsjzk2n.oya' because it is being used by another process.
at System.IO.FileSystem.RemoveDirectoryInternal(String fullPath, Boolean topLevel, Boolean allowDirectoryNotEmpty)
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at Wasm.Build.Tests.SharedBuildPerTestClassFixture.RemoveDirectory(String path) in /_/src/mono/wasm/Wasm.Build.Tests/Common/SharedBuildPerTestClassFixture.cs:line 56
Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource(buildArgs: BuildArgs { ProjectName = placeholder, Config = Release, AOT = False, ProjectFileContents = placeholder, ExtraBuildArgs = }, nativeRelink: True, invariant: False, host: Chrome, id: "bqsjzk2n.oya") [FAIL]
System.AggregateException : One or more errors occurred. (One or more errors occurred. (A task was canceled.)) (The process cannot access the file '\\?\C:\helix\work\workitem\e\wbt\bqsjzk2n.oya' because it is being used by another process.)
---- System.AggregateException : One or more errors occurred. (A task was canceled.)
-------- System.Threading.Tasks.TaskCanceledException : A task was canceled.
---- System.IO.IOException : The process cannot access the file '\\?\C:\helix\work\workitem\e\wbt\bqsjzk2n.oya' because it is being used by another process.
Stack Trace:
----- Inner Stack Trace #1 (System.AggregateException) -----
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(994,0): at Wasm.Build.Tests.BuildTestBase.RunProcess(String path, ITestOutputHelper _testOutput, String args, IDictionary`2 envVars, String workingDir, String label, Boolean logToXUnit, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(817,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(431,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/NativeRebuildTestsBase.cs(50,0): at Wasm.Build.NativeRebuild.Tests.NativeRebuildTestsBase.FirstNativeBuild(String programText, Boolean nativeRelink, Boolean invariant, BuildArgs buildArgs, String id, String extraProperties)
/_/src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/SimpleSourceChangeRebuildTest.cs(26,0): at Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource(BuildArgs buildArgs, Boolean nativeRelink, Boolean invariant, RunHost host, String id)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(994,0): at Wasm.Build.Tests.BuildTestBase.RunProcess(String path, ITestOutputHelper _testOutput, String args, IDictionary`2 envVars, String workingDir, String label, Boolean logToXUnit, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(817,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(431,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/NativeRebuildTestsBase.cs(50,0): at Wasm.Build.NativeRebuild.Tests.NativeRebuildTestsBase.FirstNativeBuild(String programText, Boolean nativeRelink, Boolean invariant, BuildArgs buildArgs, String id, String extraProperties)
/_/src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/SimpleSourceChangeRebuildTest.cs(26,0): at Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource(BuildArgs buildArgs, Boolean nativeRelink, Boolean invariant, RunHost host, String id)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
at System.Reflection.RuntimeMethodInfo.InvokeWithManyArguments(RuntimeMethodInfo mi, Int32 argCount, Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
--- End of stack trace from previous location ---
----- Inner Stack Trace #2 (System.IO.IOException) -----
at System.IO.FileSystem.RemoveDirectoryInternal(String fullPath, Boolean topLevel, Boolean allowDirectoryNotEmpty)
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
/_/src/mono/wasm/Wasm.Build.Tests/Common/SharedBuildPerTestClassFixture.cs(56,0): at Wasm.Build.Tests.SharedBuildPerTestClassFixture.RemoveDirectory(String path)
/_/src/mono/wasm/Wasm.Build.Tests/Common/SharedBuildPerTestClassFixture.cs(34,0): at Wasm.Build.Tests.SharedBuildPerTestClassFixture.RemoveFromCache(String buildPath, Boolean keepDir)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(1156,0): at Wasm.Build.Tests.BuildTestBase.Dispose()
/_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs(79,0): at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource)
Output 2 (expand)
==============================================================================================
=============== Running with Workloads ===============
==============================================================================================
Discovered: Wasm.Build.Tests (found 7 of 87 test cases)
Starting: Wasm.Build.Tests (parallel test collections = off, max threads = 2)
Wasm.Build.Tests: Using random seed for test cases: 2107722552
Wasm.Build.Tests: Using random seed for collections: 2107722552
Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(config: "Debug") [STARTING]
Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(config: "Debug") [FINISHED] Time: 38.9024682s
Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(config: "Release") [STARTING]
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:02:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:04:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:06:00
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:08:01
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:10:01
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:12:02
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:14:03
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:16:03
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:18:04
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:20:04
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:22:05
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:24:05
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:26:05
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:28:06
Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish', Elapsed: 00:30:06
Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(config: "Release") [FAIL]
System.AggregateException : One or more errors occurred. (A task was canceled.)
---- System.Threading.Tasks.TaskCanceledException : A task was canceled.
Stack Trace:
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(994,0): at Wasm.Build.Tests.BuildTestBase.RunProcess(String path, ITestOutputHelper _testOutput, String args, IDictionary`2 envVars, String workingDir, String label, Boolean logToXUnit, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(817,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(431,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasm/Wasm.Build.Tests/WasmTemplateTests.cs(169,0): at Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(String config)
at InvokeStub_WasmTemplateTests.ConsoleBuildThenPublish(Object, Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(994,0): at Wasm.Build.Tests.BuildTestBase.RunProcess(String path, ITestOutputHelper _testOutput, String args, IDictionary`2 envVars, String workingDir, String label, Boolean logToXUnit, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(817,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs(431,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasm/Wasm.Build.Tests/WasmTemplateTests.cs(169,0): at Wasm.Build.Tests.WasmTemplateTests.ConsoleBuildThenPublish(String config)
at InvokeStub_WasmTemplateTests.ConsoleBuildThenPublish(Object, Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
--- End of stack trace from previous location ---
Output:
[] Executing (Captured Output) - C:\helix\work\workitem\e\dotnet-latest\dotnet.exe new wasmconsole - in pwd C:\helix\work\workitem\e\wbt\Release_enfmasai.g24
[] The template "WebAssembly Console App" was created successfully.
[]
{
"ErrorMessage": "'Wasm.Build.NativeRebuild.Tests.SimpleSourceChangeRebuildTest.SimpleStringChangeInSource', Elapsed",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
Report
Summary
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
0 | 1 | 23 |