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.linux failed Jan 6, 2026 in 40m 39s

Build #20260106.6 had test failures

Details

Tests

  • Failed: 25 (0.36%)
  • Passed: 6,875 (98.35%)
  • Other: 90 (1.29%)
  • Total: 6,990

Annotations

Check failure on line 48252 in Build log

See this annotation in the file changed.

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

Build log #L48252

Build failed.

Check failure on line 47950 in Build log

See this annotation in the file changed.

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

Build log #L47950

Build failed.

Check failure on line 48556 in Build log

See this annotation in the file changed.

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

Build log #L48556

Build failed.

Check failure on line 49125 in Build log

See this annotation in the file changed.

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

Build log #L49125

Build failed.

Check failure on line 1 in testSeverity20FatalErrorSimulation

See this annotation in the file changed.

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

testSeverity20FatalErrorSimulation

Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
Raw output
java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: java.lang.reflect.InvocationTargetException
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: org.mockito.exceptions.base.MockitoInitializationException: 

Could not initialize inline Byte Buddy mock maker.

It appears as if your JDK does not supply a working agent attachment mechanism.
Java               : 25
JVM vendor name    : Oracle Corporation
JVM vendor version : 25.0.1+8-LTS-27
JVM name           : Java HotSpot(TM) 64-Bit Server VM
JVM version        : 25.0.1+8-LTS-27
JVM info           : mixed mode, sharing
OS name            : Windows
OS version         : 5.15.0-1086-azure

	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: java.lang.IllegalStateException: Error during attachment using: net.bytebuddy.agent.ByteBuddyAgent$AttachmentProvider$Compound@c1539bf
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: java.io.IOException: Cannot run program "/opt/hostedtoolcache/jdk/bin/java.exe": Exec failed, error: 2 (No such file or directory) 
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)
Caused by: java.io.IOException: Exec failed, error: 2 (No such file or directory) 
	at com.microsoft.sqlserver.jdbc.TDSTokenHandlerTest.setUp(TDSTokenHandlerTest.java:31)

Check failure on line 1 in testGetDBColumn

See this annotation in the file changed.

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

testGetDBColumn

Unexpected error message occurred!Could not find stored procedure 'sp_columns_170'.
Raw output
org.opentest4j.AssertionFailedError: Unexpected error message occurred!Could not find stored procedure 'sp_columns_170'.
	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.linux

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.linux

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)