Fixed bulkcopy metadata query to make use of cached data if available #2231
Build #20231011.1 had test failures
Details
- Failed: 10 (0.18%)
- Passed: 5,424 (99.71%)
- Other: 6 (0.11%)
- Total: 5,440
Annotations
Check failure on line 16615 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L16615
Build failed.
Check failure on line 16600 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L16600
Build failed.
Check failure on line 16969 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L16969
Build failed.
Check failure on line 17325 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L17325
Build failed.
Check failure on line 1 in testConnectCountInLoginAndCorrectRetryCount
azure-pipelines / public-mssql-jdbc.linux
testConnectCountInLoginAndCorrectRetryCount
Execution took too long. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Execution took too long. ==> expected: <true> but was: <false>
at com.microsoft.sqlserver.jdbc.SQLServerConnectionTest.testConnectCountInLoginAndCorrectRetryCount(SQLServerConnectionTest.java:477)
Check failure on line 1 in testConnectCountInLoginAndCorrectRetryCount
azure-pipelines / public-mssql-jdbc.linux
testConnectCountInLoginAndCorrectRetryCount
Execution took too long. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Execution took too long. ==> expected: <true> but was: <false>
at com.microsoft.sqlserver.jdbc.SQLServerConnectionTest.testConnectCountInLoginAndCorrectRetryCount(SQLServerConnectionTest.java:477)
Check failure on line 1 in testAdaptiveBuffering
azure-pipelines / public-mssql-jdbc.linux
testAdaptiveBuffering
Invalid object name 'resilencyTestTable'.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'resilencyTestTable'.
at com.microsoft.sqlserver.jdbc.resiliency.ResultSetsWithResiliencyTest.verifyResultSetResponseBuffering(ResultSetsWithResiliencyTest.java:468)
at com.microsoft.sqlserver.jdbc.resiliency.ResultSetsWithResiliencyTest.testAdaptiveBuffering(ResultSetsWithResiliencyTest.java:91)
Check failure on line 1 in testAdaptiveBufferingWithPartiallyBufferedResultSet
azure-pipelines / public-mssql-jdbc.linux
testAdaptiveBufferingWithPartiallyBufferedResultSet
Invalid object name 'resilencyTestTable'. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Invalid object name 'resilencyTestTable'. ==> expected: <true> but was: <false>
at com.microsoft.sqlserver.jdbc.resiliency.ResultSetsWithResiliencyTest.testAdaptiveBufferingWithPartiallyBufferedResultSet(ResultSetsWithResiliencyTest.java:160)