Skip to content
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

Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline #4427

Merged
merged 1 commit into from
Dec 9, 2023

Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline

939bbfa
Select commit
Loading
Failed to load commit list.
Merged

Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline #4427

Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline
939bbfa
Select commit
Loading
Failed to load commit list.
Azure Pipelines / diagnostics-public-ci succeeded Dec 8, 2023 in 1h 5m 59s

Build #20231208.2 had test failures

Details

Tests

  • Failed: 2 (0.07%)
  • Passed: 2,638 (93.95%)
  • Other: 168 (5.98%)
  • Total: 2,808

Annotations

Check failure on line 1 in Microsoft.Diagnostics.NETCore.Client.HandleableCollectionTests.HandleableCollectionThrowsWhenDisposedTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / diagnostics-public-ci

Microsoft.Diagnostics.NETCore.Client.HandleableCollectionTests.HandleableCollectionThrowsWhenDisposedTest

Assert.Throws() Failure: Exception type was not an exact match\nExpected: typeof(System.ObjectDisposedException)\nActual:   typeof(System.TimeoutException)\n---- System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.Diagnostics.NETCore.Client.HandleableCollectionTests.HandleableCollectionThrowsWhenDisposedTest() in /Users/runner/work/1/s/src/tests/Microsoft.Diagnostics.NETCore.Client/HandleableCollectionTests.cs:line 56
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at Microsoft.Diagnostics.NETCore.Client.HandleableCollection`1.Handle(Handler handler, TimeSpan timeout) in /Users/runner/work/1/s/src/Microsoft.Diagnostics.NETCore.Client/HandleableCollection.cs:line 155
   at Microsoft.Diagnostics.NETCore.Client.HandleableCollectionTests.<>c__DisplayClass4_0.<HandleableCollectionThrowsWhenDisposedTest>b__1() in /Users/runner/work/1/s/src/tests/Microsoft.Diagnostics.NETCore.Client/HandleableCollectionTests.cs:line 42
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Diagnostics.NETCore.Client.EventPipeSessionTests.EventPipeSessionStreamTestAsync

See this annotation in the file changed.

@azure-pipelines azure-pipelines / diagnostics-public-ci

Microsoft.Diagnostics.NETCore.Client.EventPipeSessionTests.EventPipeSessionStreamTestAsync

Test failed