Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute Cstmt Directly #2499

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Exec cstmt directly

42dc48d
Select commit
Loading
Failed to load commit list.
Draft

Execute Cstmt Directly #2499

Exec cstmt directly
42dc48d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux failed Aug 23, 2024 in 39m 51s

Build #20240823.1 had test failures

Details

Tests

  • Failed: 9 (0.12%)
  • Passed: 7,503 (98.83%)
  • Other: 80 (1.05%)
  • Total: 7,592

Annotations

Check failure on line 8400 in Build log

See this annotation in the file changed.

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

Build log #L8400

Build failed.

Check failure on line 8768 in Build log

See this annotation in the file changed.

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

Build log #L8768

Build failed.

Check failure on line 9136 in Build log

See this annotation in the file changed.

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

Build log #L9136

Build failed.

Check failure on line 9504 in Build log

See this annotation in the file changed.

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

Build log #L9504

Build failed.

Check failure on line 1 in testTimestampStringConversion

See this annotation in the file changed.

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

testTimestampStringConversion

An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)
Caused by: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)

Check failure on line 1 in testTimestampStringConversion

See this annotation in the file changed.

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

testTimestampStringConversion

An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)
Caused by: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)

Check failure on line 1 in testGetFunctionColumns

See this annotation in the file changed.

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

testGetFunctionColumns

Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 56) 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 56) 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.testGetFunctionColumns(DatabaseMetaDataTest.java:710)

Check failure on line 1 in testTimestampStringConversion

See this annotation in the file changed.

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

testTimestampStringConversion

An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the nvarchar value to JDBC data type TIMESTAMP.
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)
Caused by: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.testTimestampStringConversion(CallableStatementTest.java:1304)