Skip to content

Implemented JTDS-style result set prefetching with comprehensive data type conversions#2753

Draft
Ananya2 wants to merge 8 commits into
mainfrom
dev/machavan/perfstudy
Draft

Implemented JTDS-style result set prefetching with comprehensive data type conversions#2753
Ananya2 wants to merge 8 commits into
mainfrom
dev/machavan/perfstudy

fixed build failures

ea4000a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux failed Nov 5, 2025 in 40m 9s

Build #20251105.5 had test failures

Details

Tests

  • Failed: 176 (1.89%)
  • Passed: 9,056 (97.00%)
  • Other: 104 (1.11%)
  • Total: 9,336

Annotations

Check failure on line 48114 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

Build log #L48114

Build failed.

Check failure on line 48865 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

Build log #L48865

Build failed.

Check failure on line 49637 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

Build log #L49637

Build failed.

Check failure on line 50386 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

Build log #L50386

Build failed.

Check failure on line 1 in testBulkCopyWithJson

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

testBulkCopyWithJson

Unexpected SSType json
Raw output
java.lang.AssertionError: Unexpected SSType json
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyCSVTest.testBulkCopyWithJson(BulkCopyCSVTest.java:567)

Check failure on line 1 in testBulkCopyWithSendStringParametersAsUnicode

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

testBulkCopyWithSendStringParametersAsUnicode

Unexpected SSType json
Raw output
java.lang.AssertionError: Unexpected SSType json
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyISQLServerBulkRecordTest.testBulkCopyWithSendStringParametersAsUnicode(BulkCopyISQLServerBulkRecordTest.java:429)

Check failure on line 1 in testBulkCopyWithVariousDataTypes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

testBulkCopyWithVariousDataTypes

Unexpected SSType json
Raw output
java.lang.AssertionError: Unexpected SSType json
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyISQLServerBulkRecordTest.testBulkCopyWithVariousDataTypes(BulkCopyISQLServerBulkRecordTest.java:534)

Check failure on line 1 in testBulkCopyMultipleJsonRowsWithDifferentStructures

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.linux

testBulkCopyMultipleJsonRowsWithDifferentStructures

Unexpected SSType json
Raw output
java.lang.AssertionError: Unexpected SSType json
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyISQLServerBulkRecordTest.testBulkCopyMultipleJsonRowsWithDifferentStructures(BulkCopyISQLServerBulkRecordTest.java:303)