Allow constructing a microsoft.sql.DateTimeOffset
instance from a java.time.OffsetDateTime
value
#2340
Build #20240227.6 had test failures
Details
- Failed: 4 (0.02%)
- Passed: 17,628 (99.98%)
- Other: 0 (0.00%)
- Total: 17,632
Annotations
Check failure on line 16361 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L16361
Build failed.
Check failure on line 16359 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L16359
Build failed.
Check failure on line 911 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L911
Build failed.
Check failure on line 1 in testTVPResultSet
azure-pipelines / public-mssql-jdbc.windows
testTVPResultSet
Unexpected error message occurred!Unable to retrieve data from the source.
Raw output
java.lang.AssertionError: Unexpected error message occurred!Unable to retrieve data from the source.
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:93)
at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:61)
Check failure on line 1 in testConnectCountInLoginAndCorrectRetryCount
azure-pipelines / public-mssql-jdbc.windows
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:488)
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:517)
Check failure on line 1 in testDefaultLoginTimeout
azure-pipelines / public-mssql-jdbc.windows
testDefaultLoginTimeout
timeout: 15000 timediff: 30003 ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: timeout: 15000 timediff: 30003 ==> expected: <true> but was: <false>
at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.verifyTimeout(TimeoutTest.java:362)
at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.testDefaultLoginTimeout(TimeoutTest.java:70)