[Testing] Update to sp_columns_170#2874
Build #20260106.6 had test failures
Details
- Failed: 80 (0.27%)
- Passed: 29,598 (98.57%)
- Other: 348 (1.16%)
- Total: 30,026
Annotations
Check failure on line 48184 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L48184
Build failed.
Check failure on line 48724 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L48724
Build failed.
Check failure on line 49259 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L49259
Build failed.
Check failure on line 49799 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L49799
Build failed.
Check failure on line 1 in testGetDBColumn
azure-pipelines / public-mssql-jdbc.windows
testGetDBColumn
Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 101) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Raw output
org.opentest4j.AssertionFailedError: Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 101) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testGetDBColumn(DatabaseMetaDataTest.java:553)
Check failure on line 1 in testGetColumns
azure-pipelines / public-mssql-jdbc.windows
testGetColumns
Could not find stored procedure 'sp_columns_170'.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Could not find stored procedure 'sp_columns_170'.
at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testGetColumns(DatabaseMetaDataTest.java:868)
Check failure on line 1 in testValidateColumnMetadata
azure-pipelines / public-mssql-jdbc.windows
testValidateColumnMetadata
Could not find stored procedure 'sp_columns_170'.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Could not find stored procedure 'sp_columns_170'.
at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testValidateColumnMetadata(DatabaseMetaDataTest.java:984)
Check failure on line 1 in testGetIndexInfoCaseSensitivity
azure-pipelines / public-mssql-jdbc.windows
testGetIndexInfoCaseSensitivity
expected: <col1_jdbc_cloudtest_'457f448a-6755-499d-8353-04cd8d7d7148> but was: <col1_jdbc_cloudtest_'8a4d79af-4fa6-48af-abf8-30219e7f8d98>
Raw output
org.opentest4j.AssertionFailedError: expected: <col1_jdbc_cloudtest_'457f448a-6755-499d-8353-04cd8d7d7148> but was: <col1_jdbc_cloudtest_'8a4d79af-4fa6-48af-abf8-30219e7f8d98>
at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest$DatabaseMetadataGetIndexInfoTest.testGetIndexInfoCaseSensitivity(DatabaseMetaDataTest.java:1533)