Blackrock: Added QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL flag in connection #2618
Build #20250304.3 had test failures
Details
- 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
azure-pipelines / public-mssql-jdbc.windows
Build log #L42535
Build failed.
Check failure on line 1421 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L1421
Build failed.
Check failure on line 1768 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L1768
Build failed.
Check failure on line 1 in testGetFunctionColumns
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
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
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
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)