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

Prevent deadlocks in DiagnosticLogManager #4784

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Merge branch 'master' into users/KonstantinTyukalov/DiagnosticLogMana…

e4a29f4
Select commit
Loading
Failed to load commit list.
Open

Prevent deadlocks in DiagnosticLogManager #4784

Merge branch 'master' into users/KonstantinTyukalov/DiagnosticLogMana…
e4a29f4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure-pipelines-agent.ci failed Jun 4, 2024 in 16m 34s

Build #20240604.3 had test failures

Details

Tests

  • Failed: 1 (0.02%)
  • Passed: 5,542 (99.98%)
  • Other: 0 (0.00%)
  • Total: 5,543
Code coverage

  • 27431 of 73195 blocks covered (37.48%)
  • 19235 of 51029 lines covered (37.69%)

Annotations

Check failure on line 121 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Build log #L121

Cmd.exe exited with code '1'.

Check failure on line 6006 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Build log #L6006

Component Governance detected 2 security alert(s) that need to be resolved. High/Critical Component Governance alerts must be resolved before their due date or they will break the build.

Check failure on line 5986 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Build log #L5986

Component Governance detected 2 security alert(s) that need to be resolved. High/Critical Component Governance alerts must be resolved before their due date or they will break the build.

Check failure on line 4985 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Build log #L4985

Component Governance detected 1 security alert(s) that need to be resolved. High/Critical Component Governance alerts must be resolved before their due date or they will break the build.

Check failure on line 1 in Microsoft.VisualStudio.Services.Agent.Tests.Util.IOUtilL0.DeleteFile_DeletesWithRetry_CancellationRequested

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Microsoft.VisualStudio.Services.Agent.Tests.Util.IOUtilL0.DeleteFile_DeletesWithRetry_CancellationRequested

Assert.Throws() Failure
Expected: typeof(System.Threading.Tasks.TaskCanceledException)
Actual:   typeof(System.OperationCanceledException): The operation was canceled.
Raw output
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Microsoft.VisualStudio.Services.Agent.Util.IOUtil.DeleteFileWithRetry(String path, CancellationToken cancellationToken) in D:\a\_work\1\s\src\Agent.Sdk\Util\IOUtil.cs:line 260
   at Microsoft.VisualStudio.Services.Agent.Tests.Util.IOUtilL0.<>c__DisplayClass23_1.<<DeleteFile_DeletesWithRetry_CancellationRequested>b__0>d.MoveNext() in D:\a\_work\1\s\src\Test\L0\Util\IOUtilL0.cs:line 899
--- End of stack trace from previous location ---