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

Blackrock: Added QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL flag in connection #2618

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Added test cases for QUOTED_IDENTIFIER/CONCAT_NULL_YIELDS_NULL flags'…

4e7192a
Select commit
Loading
Failed to load commit list.
Open

Blackrock: Added QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL flag in connection #2618

Added test cases for QUOTED_IDENTIFIER/CONCAT_NULL_YIELDS_NULL flags'…
4e7192a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows succeeded Mar 4, 2025 in 1h 6m 49s

Build #20250304.3 had test failures

Details

Tests

  • Failed: 5 (0.03%)
  • Passed: 18,401 (98.99%)
  • Other: 183 (0.98%)
  • Total: 18,589

Annotations

Check failure on line 42535 in Build log

See this annotation in the file changed.

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

Build log #L42535

Build failed.

Check failure on line 1421 in Build log

See this annotation in the file changed.

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

Build log #L1421

Build failed.

Check failure on line 1768 in Build log

See this annotation in the file changed.

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

Build log #L1768

Build failed.

Check failure on line 1 in testGetFunctionColumns

See this annotation in the file changed.

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

testGetFunctionColumns

Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 132) 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 132) 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 testExecuteInsertAndSelect

See this annotation in the file changed.

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

testExecuteInsertAndSelect

There is already an object named 'Trigger' in the database.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'Trigger' in the database.
	at com.microsoft.sqlserver.jdbc.unit.statement.StatementTest$TCGenKeys.setup(StatementTest.java:2717)

Check failure on line 1 in testCancelBlockedCursoredResponse

See this annotation in the file changed.

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

testCancelBlockedCursoredResponse

The query was canceled.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: The query was canceled.
	at com.microsoft.sqlserver.jdbc.unit.statement.StatementTest$TCAttentionHandling.testCancelBlockedCursoredResponse(StatementTest.java:519)

Check failure on line 1 in testExecuteUpdateInsertAndGenKeys

See this annotation in the file changed.

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

testExecuteUpdateInsertAndGenKeys

There is already an object named 'Trigger' in the database.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'Trigger' in the database.
	at com.microsoft.sqlserver.jdbc.unit.statement.StatementTest$TCGenKeys.setup(StatementTest.java:2717)