Refactor getColumns() to use sp_columns_170 with fallback to sp_columns_100#2883
Build #20260202.2 had test failures
Details
- Failed: 3 (0.01%)
- Passed: 24,571 (98.73%)
- Other: 314 (1.26%)
- Total: 24,888
Annotations
Check failure on line 47877 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L47877
Build failed.
Check failure on line 47955 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L47955
Build failed.
Check failure on line 1499 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L1499
Build failed.
Check failure on line 1 in testBulkCopyVectorUsingBulkCopySourceAsVarBinary
azure-pipelines / public-mssql-jdbc.windows
testBulkCopyVectorUsingBulkCopySourceAsVarBinary
Test failed with unexpected exception: There is already an object named 'testVectorTable' in the database.
Raw output
org.opentest4j.AssertionFailedError: Test failed with unexpected exception: There is already an object named 'testVectorTable' in the database.
at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyISQLServerBulkRecordTest.testBulkCopyVectorUsingBulkCopySourceAsVarBinary(BulkCopyISQLServerBulkRecordTest.java:761)
Check failure on line 1 in testDBTables
azure-pipelines / public-mssql-jdbc.windows
testDBTables
An error occurred during the current command (Done status 0). Transaction (Process ID 191) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred during the current command (Done status 0). Transaction (Process ID 191) 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.testDBTables(DatabaseMetaDataTest.java:473)
Check failure on line 1 in testTVPStoredProcedureResultSet
azure-pipelines / public-mssql-jdbc.windows
testTVPStoredProcedureResultSet
Unable to retrieve data from the source.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Unable to retrieve data from the source.
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:140)
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:112)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TDS protocol stream is not valid. Unexpected token unknown token (0x0).
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:140)
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:112)