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

VBump SNI to v6.0.2 #3117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

vbump SNI

0bed3ee
Select commit
Loading
Failed to load commit list.
Open

VBump SNI to v6.0.2 #3117

vbump SNI
0bed3ee
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-SqlClient succeeded Jan 17, 2025 in 2h 6m 5s

Build #01603 had test failures

Details

Tests

  • Failed: 15 (0.01%)
  • Passed: 110,631 (97.57%)
  • Other: 2,742 (2.42%)
  • Total: 113,388
Code coverage

  • 42930 of 58997 line covered (72.77%)

Annotations

Check failure on line 0 in EXEC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

EXEC#L0

EXEC(0,0): Error Message: 

Check failure on line 191 in build.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

build.proj#L191

build.proj(191,5): Error MSB3073: The command "dotnet test "src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" -p:Configuration=Release -p:TargetnetfxVersion=net462 -p:ReferenceType=Project --no-build -l "console;verbosity=normal" --collect "Code coverage" -p:TestSet=2 --results-directory TestResults -p:TestTargetOS=Windowsnetfx --filter "category!=nonnetfxtests&category!=failing&category!=nonwindowstests" "--logger:trx;LogFilePrefix=Manual-Windowsnetfx-2"" exited with code 1.

Check failure on line 858 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Build log #L858

Process 'msbuild.exe' exited with code '1'.

Check failure on line 830 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Build log #L830

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.SqlCommandReliabilityTest.UpdateALockedTable

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Microsoft.Data.SqlClient.ManualTesting.Tests.SqlCommandReliabilityTest.UpdateALockedTable

System.InvalidOperationException : ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
Raw output
   at Microsoft.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) in /_/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs:line 5978
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) in /_/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs:line 2066
   at Microsoft.Data.SqlClient.SqlCommand.<>c__DisplayClass162_0.<InternalExecuteNonQueryWithRetry>b__0() in /_/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs:line 1512
   at Microsoft.Data.SqlClient.SqlRetryLogicProvider.Execute[TResult](Object sender, Func`1 function) in /_/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/Reliability/Common/SqlRetryLogicProvider.cs:line 90
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQueryWithRetry(String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) in /_/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs:line 1512
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery() in /_/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs:line 1540
   at Microsoft.Data.SqlClient.ManualTesting.Tests.SqlCommandReliabilityTest.UpdateALockedTable(String cnnString, SqlRetryLogicBaseProvider provider) in /_/src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/RetryLogic/SqlCommandReliabilityTest.cs:line 374

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.TransactionPoolTest.TransactionCleanupTest(connectionString: "Data Source=adotest.database.windows.net;Initial C"···)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Microsoft.Data.SqlClient.ManualTesting.Tests.TransactionPoolTest.TransactionCleanupTest(connectionString: "Data Source=adotest.database.windows.net;Initial C"···)

Test failed

Check failure on line 1 in Microsoft.Data.SqlClient.Tests.AlwaysEncryptedTests.ExceptionsAlgorithmErrors.TestInvalidCipherText

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Microsoft.Data.SqlClient.Tests.AlwaysEncryptedTests.ExceptionsAlgorithmErrors.TestInvalidCipherText

System.AggregateException : One or more errors occurred. (PowerShell command raised exception: CertEnroll::CX509Enrollment::_CreateRequest: Access is denied. 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
) (The following constructor parameters did not have matching fixture data: ColumnEncryptionCertificateFixture fixture)
---- System.Exception : PowerShell command raised exception: CertEnroll::CX509Enrollment::_CreateRequest: Access is denied. 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)

---- The following constructor parameters did not have matching fixture data: ColumnEncryptionCertificateFixture fixture
Raw output
----- Inner Stack Trace #1 (System.Exception) -----
   at Microsoft.Data.SqlClient.TestUtilities.Fixtures.CertificateFixtureBase.CreateCertificate(String subjectName, IEnumerable`1 dnsNames, IEnumerable`1 ipAddresses) in /_/src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/CertificateFixtureBase.cs:line 173
   at Microsoft.Data.SqlClient.TestUtilities.Fixtures.ColumnEncryptionCertificateFixture..ctor() in /_/src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/ColumnEncryptionCertificateFixture.cs:line 24
   at InvokeStub_ColumnEncryptionCertificateFixture..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----

Check failure on line 1 in Microsoft.Data.SqlClient.Tests.AlwaysEncryptedTests.ExceptionsAlgorithmErrors.TestInvalidKeySize

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-SqlClient

Microsoft.Data.SqlClient.Tests.AlwaysEncryptedTests.ExceptionsAlgorithmErrors.TestInvalidKeySize

System.AggregateException : One or more errors occurred. (PowerShell command raised exception: CertEnroll::CX509Enrollment::_CreateRequest: Access is denied. 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
) (The following constructor parameters did not have matching fixture data: ColumnEncryptionCertificateFixture fixture)
---- System.Exception : PowerShell command raised exception: CertEnroll::CX509Enrollment::_CreateRequest: Access is denied. 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)

---- The following constructor parameters did not have matching fixture data: ColumnEncryptionCertificateFixture fixture
Raw output
----- Inner Stack Trace #1 (System.Exception) -----
   at Microsoft.Data.SqlClient.TestUtilities.Fixtures.CertificateFixtureBase.CreateCertificate(String subjectName, IEnumerable`1 dnsNames, IEnumerable`1 ipAddresses) in /_/src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/CertificateFixtureBase.cs:line 173
   at Microsoft.Data.SqlClient.TestUtilities.Fixtures.ColumnEncryptionCertificateFixture..ctor() in /_/src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/ColumnEncryptionCertificateFixture.cs:line 24
   at InvokeStub_ColumnEncryptionCertificateFixture..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----