Skip to content

Refactor getColumns() to use sp_columns_170 with fallback to sp_columns_100#2883

Merged
muskan124947 merged 22 commits into
mainfrom
users/muskgupta/fix_dataTypes_sp_columns170
Feb 3, 2026
Merged

Refactor getColumns() to use sp_columns_170 with fallback to sp_columns_100#2883
muskan124947 merged 22 commits into
mainfrom
users/muskgupta/fix_dataTypes_sp_columns170

Add vectorJsonTest annotation to testCheckMetaData

a8f53ce
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows succeeded Feb 2, 2026 in 31m 44s

Build #20260202.2 had test failures

Details

Tests

  • 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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L47877

Build failed.

Check failure on line 47955 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L47955

Build failed.

Check failure on line 1499 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L1499

Build failed.

Check failure on line 1 in testBulkCopyVectorUsingBulkCopySourceAsVarBinary

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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)