Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add support for TDSType.GUID (#1582)" #2365

Merged
merged 1 commit into from
Mar 25, 2024

Revert "Add support for TDSType.GUID (#1582) (#2324)"

fe7f3ff
Select commit
Loading
Failed to load commit list.
Merged

Revert "Add support for TDSType.GUID (#1582)" #2365

Revert "Add support for TDSType.GUID (#1582) (#2324)"
fe7f3ff
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Mar 25, 2024 in 25m 34s

Build #20240325.5 had test failures

Details

Tests

  • Failed: 3 (0.16%)
  • Passed: 1,833 (99.73%)
  • Other: 2 (0.11%)
  • Total: 1,838

Annotations

Check failure on line 16416 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16416

Build failed.

Check failure on line 1 in testRepetitiveCM

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testRepetitiveCM

Unexpected time value  ==> expected: <07:02:28> but was: <07:08:58>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:02:28> but was: <07:08:58>
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyColumnMappingTest.validateValuesRepetitiveCM(BulkCopyColumnMappingTest.java:484)
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyColumnMappingTest.testRepetitiveCM(BulkCopyColumnMappingTest.java:215)

Check failure on line 1 in testCallableStatementOnDone

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testCallableStatementOnDone

Connection reset
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset
	at com.microsoft.sqlserver.jdbc.resiliency.ResultSetsWithResiliencyTest.testCallableStatementOnDone(ResultSetsWithResiliencyTest.java:238)
Caused by: java.net.SocketException: Connection reset
	at com.microsoft.sqlserver.jdbc.resiliency.ResultSetsWithResiliencyTest.testCallableStatementOnDone(ResultSetsWithResiliencyTest.java:238)

Check failure on line 1 in testCancelBlockedCursoredResponse

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

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)