Skip to content

Fix traits that belong on test classes.

229711c
Select commit
Loading
Failed to load commit list.
Open

Tests | Manual Test "Set" Trait #4071

Fix traits that belong on test classes.
229711c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR-SqlClient-Project failed Jun 5, 2026 in 1h 11m 21s

Build #15618 had test failures

Details

Tests

  • Failed: 24 (0.01%)
  • Passed: 268,511 (97.78%)
  • Other: 6,080 (2.21%)
  • Total: 274,615

Annotations

Check failure on line 0 in EXEC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

EXEC#L0

EXEC(0,0): Error Message: 

Check failure on line 730 in build.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

build.proj#L730

build.proj(730,5): Error MSB3073: The command " "dotnet" test "D:\a\_work\1\s\src\..\src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft.Data.SqlClient.UnitTests.csproj" -p:Configuration=Debug --blame-hang --blame-hang-dump-type full --blame-hang-timeout 10m --filter "category=flaky" -f net9.0 -p:SqlClientPackageVersion=7.1.0-preview1ci15618 -p:SqlServerPackageVersion=1.1.0-preview1ci15618 --results-directory "TestResults" --logger:"trx;LogFilePrefix=SqlClientUnit-Windows_NT-net9.0" " exited with code 1.

Check failure on line 54 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Build log #L54

Error: The process 'D:\a\_work\_tool\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 57 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Build log #L57

Dotnet command failed with non-zero exit code on the following projects : [ 'D:\\a\\_work\\1\\s\\build.proj' ]

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(prefix: "np:")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(prefix: "np:")

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(String prefix) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 139
   at InvokeStub_LocalDBTest.PrefixAndSqlLocalDbConnectionTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 240
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 217
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 203
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 28

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBMarsTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBMarsTest

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 212
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBMarsTest() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 50
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 240
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 217
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 203
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 28

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SqlLocalDbSharedInstanceConnectionTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SqlLocalDbSharedInstanceConnectionTest

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SqlLocalDbSharedInstanceConnectionTest() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 86
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 240
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 217
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 203
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 28

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedMemoryAndSqlLocalDbConnectionTest(prefix: "lpc:")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Project

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedMemoryAndSqlLocalDbConnectionTest(prefix: "lpc:")

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedMemoryAndSqlLocalDbConnectionTest(String prefix) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 127
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 240
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 217
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 203
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 28