Skip to content

Update codeflow metadata to fix backflow#15291

Merged
nohwnd merged 1 commit into
microsoft:mainfrom
premun:patch-1
Oct 7, 2025
Merged

Update codeflow metadata to fix backflow#15291
nohwnd merged 1 commit into
microsoft:mainfrom
premun:patch-1

Update codeflow metadata to fix backflow

f7bf7b5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.vstest failed Oct 7, 2025 in 1h 29m 44s

Build #20251007.1 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 14,347 (97.55%)
  • Other: 360 (2.45%)
  • Total: 14,708

Annotations

Check failure on line 0 in Microsoft.Testing.Platform

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.Testing.Platform#L0

Microsoft.Testing.Platform(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /Users/runner/work/1/s/artifacts/log/Release/vstest.console.UnitTests_net9.0_x64.log [net9.0|x64]

Check failure on line 1 in Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.EnableLoggersArgumentProcessorTests.ExecutorInitializeShouldAddLoggerWithFriendlyNameInRunSettingsIfNamePresentInArg

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.EnableLoggersArgumentProcessorTests.ExecutorInitializeShouldAddLoggerWithFriendlyNameInRunSettingsIfNamePresentInArg

Assert.AreEqual failed. Expected:<<?xml version="1.0" encoding="utf-16"?>
<RunSettings>
  <RunConfiguration>
  </RunConfiguration>
  <DataCollectionRunSettings>
    <DataCollectors>
      <DataCollector friendlyName="Code Coverage">
      </DataCollector>
    </DataCollectors>
  </DataCollectionRunSettings>
  <LoggerRunSettings>
    <Loggers>
      <Logger friendlyName="DummyLoggerExtension" enabled="True" />
    </Loggers>
  </LoggerRunSettings>
</RunSettings>>. Actual:<<?xml version="1.0" encoding="utf-16"?>
<RunSettings>
  <RunConfiguration>
    <ResultsDirectory>/Users/runner/work/1/s/artifacts/bin/vstest.console.UnitTests/Release/net9.0/TestResults</ResultsDirectory>
    <TargetPlatform>X64</TargetPlatform>
    <TargetFrameworkVersion>.NETCoreApp,Version=v1.0</TargetFrameworkVersion>
  </RunConfiguration>
  <LoggerRunSettings>
    <Loggers>
      <Logger friendlyName="DummyLoggerExtension" enabled="True" />
    </Loggers>
  </LoggerRunSettings>
</RunSettings>>. 
Raw output
   at Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Processors.EnableLoggersArgumentProcessorTests.ExecutorInitializeShouldAddLoggerWithFriendlyNameInRunSettingsIfNamePresentInArg() in /_/test/vstest.console.UnitTests/Processors/EnableLoggersArgumentProcessorTests.cs:line 126
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)