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

Fixed bulkcopy metadata query to make use of cached data if available #2231

Merged
merged 2 commits into from
Oct 11, 2023

Brackets around if statements

2084e80
Select commit
Loading
Failed to load commit list.
Merged

Fixed bulkcopy metadata query to make use of cached data if available #2231

Brackets around if statements
2084e80
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Oct 11, 2023 in 1h 22m 49s

Build #20231011.1 had test failures

Details

Tests

  • Failed: 3 (0.11%)
  • Passed: 2,792 (99.79%)
  • Other: 3 (0.11%)
  • Total: 2,798

Annotations

Check failure on line 16487 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16487

Build failed.

Check failure on line 16835 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16835

Build failed.

Check failure on line 17179 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L17179

Build failed.

Check failure on line 1 in testFailoverInstanceResolutionWithSocketTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testFailoverInstanceResolutionWithSocketTimeout

Should not have connected
Raw output
org.opentest4j.AssertionFailedError: Should not have connected
	at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.testFailoverInstanceResolutionWithSocketTimeout(TimeoutTest.java:302)

Check failure on line 1 in testGetFunctionColumns

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testGetFunctionColumns

Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 93) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Raw output
org.opentest4j.AssertionFailedError: Unexpected error message occurred!An error occurred during the current command (Done status 0). Transaction (Process ID 93) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testGetFunctionColumns(DatabaseMetaDataTest.java:667)

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:516)