Implemented JTDS-style result set prefetching with comprehensive data type conversions - #2753
Draft
Ananya Garg (Ananya2) wants to merge 8 commits into
Draft
Implemented JTDS-style result set prefetching with comprehensive data type conversions#2753Ananya Garg (Ananya2) wants to merge 8 commits into
Ananya Garg (Ananya2) wants to merge 8 commits into
Azure Pipelines / CI-MacOS
failed
Nov 5, 2025 in 1h 48m 25s
Build #20251105.5 had test failures
Details
- Failed: 32 (0.71%)
- Passed: 4,428 (98.31%)
- Other: 44 (0.98%)
- Total: 4,504
Annotations
Check failure on line 1 in bulkCopyTestTime
azure-pipelines / CI-MacOS
bulkCopyTestTime
An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTime(BulkCopyWithSqlVariantTest.java:787)
Caused by: java.lang.ClassCastException: class java.sql.Time cannot be cast to class java.sql.Timestamp (java.sql.Time and java.sql.Timestamp are in module java.sql of loader 'platform')
at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTime(BulkCopyWithSqlVariantTest.java:787)
Check failure on line 1 in bulkCopyTestTimeWithScale
azure-pipelines / CI-MacOS
bulkCopyTestTimeWithScale
An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: An error occurred while converting the Time value to JDBC data type SQL_VARIANT.
at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTimeWithScale(BulkCopyWithSqlVariantTest.java:396)
Caused by: java.lang.ClassCastException: class java.sql.Time cannot be cast to class java.sql.Timestamp (java.sql.Time and java.sql.Timestamp are in module java.sql of loader 'platform')
at com.microsoft.sqlserver.jdbc.datatypes.BulkCopyWithSqlVariantTest.bulkCopyTestTimeWithScale(BulkCopyWithSqlVariantTest.java:396)
Check failure on line 1 in testResultSetGetters
azure-pipelines / CI-MacOS
testResultSetGetters
expected: java.sql.Date@67c8fc7e<1414-01-05> but was: java.sql.Date@101c3b77<1414-01-05>
Raw output
org.opentest4j.AssertionFailedError: expected: java.sql.Date@67c8fc7e<1414-01-05> but was: java.sql.Date@101c3b77<1414-01-05>
at com.microsoft.sqlserver.jdbc.datatypes.DataTypesTest.testResultSetGetters(DataTypesTest.java:1080)
Check failure on line 1 in testSetters
azure-pipelines / CI-MacOS
testSetters
expected: <6854-01-27 08:39:54.86772> but was: <6854-01-27 04:39:54.86772>
Raw output
org.opentest4j.AssertionFailedError: expected: <6854-01-27 08:39:54.86772> but was: <6854-01-27 04:39:54.86772>
at com.microsoft.sqlserver.jdbc.datatypes.DataTypesTest.testSetters(DataTypesTest.java:1098)
Loading