Fix incorrect NULL values in TABLE_CATALOG returned by getSchemas() for built-in schemas.#2872
Build #20260106.3 had test failures
Details
- Failed: 19 (0.07%)
- Passed: 25,981 (98.76%)
- Other: 306 (1.16%)
- Total: 26,306
Annotations
Check failure on line 48189 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L48189
Build failed.
Check failure on line 1536 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L1536
Build failed.
Check failure on line 1971 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L1971
Build failed.
Check failure on line 47913 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L47913
Build failed.
Check failure on line 1 in testGetDBColumn
azure-pipelines / public-mssql-jdbc.windows
testGetDBColumn
Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 164) 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 164) 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 testExecuteTwoInsertsRowsAndSelect
azure-pipelines / public-mssql-jdbc.windows
testExecuteTwoInsertsRowsAndSelect
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:2719)
Check failure on line 1 in testExecuteDelAndSelect
azure-pipelines / public-mssql-jdbc.windows
testExecuteDelAndSelect
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:2719)
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:2719)