Skip to content

CI: serialize DB-dependent tests #401

CI: serialize DB-dependent tests

CI: serialize DB-dependent tests #401

Triggered via pull request April 30, 2025 13:21
Status Failure
Total duration 2m 30s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
MicrosoftSqlClientParameterTests.SO26468710_InWithTVPs
Microsoft.Data.SqlClient.SqlException : The type 'MyIdList' already exists, or you do not have permission to create it.
MicrosoftSqlClientParameterTests.TestTVPWithAdditionalParams
Microsoft.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
MicrosoftSqlClientParameterTests.TestSqlDataRecordListParametersWithAsTableValuedParameter
Microsoft.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.
MicrosoftSqlClientParameterTests.TestSqlDataRecordListParametersWithAsTableValuedParameter
Microsoft.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
MicrosoftSqlClientParameterTests.DataTableParameters
Microsoft.Data.SqlClient.SqlException : Column, parameter, or variable #1: Cannot find data type MyTVPType. Must declare the table variable "@ids". Parameter or variable '@ids' has an invalid data type.
SystemSqlClientParameterTests.TestTVPWithAdditionalParams
System.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.
SystemSqlClientParameterTests.TestEmptySqlDataRecordListParametersWithAsTableValuedParameter
System.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.DataTableParameters
System.Data.SqlClient.SqlException : The type 'MyTVPType' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.TestTVPWithAdditionalParams
System.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.TestTVPWithAnonymousEmptyObject
System.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.