Skip to content

[Testing] Update to sp_columns_170#2874

Closed
muskan124947 wants to merge 1 commit into
mainfrom
users/muskgupta/sp_columns_170
Closed

[Testing] Update to sp_columns_170#2874
muskan124947 wants to merge 1 commit into
mainfrom
users/muskgupta/sp_columns_170

Update to sp_columns_170

356f923
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows failed Jan 6, 2026 in 1h 5m 43s

Build #20260106.6 had test failures

Details

Tests

  • 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

See this annotation in the file changed.

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

Build log #L48184

Build failed.

Check failure on line 48724 in Build log

See this annotation in the file changed.

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

Build log #L48724

Build failed.

Check failure on line 49259 in Build log

See this annotation in the file changed.

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

Build log #L49259

Build failed.

Check failure on line 49799 in Build log

See this annotation in the file changed.

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

Build log #L49799

Build failed.

Check failure on line 1 in testGetDBColumn

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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