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

Re-added support for stored procedure 'exec' escape syntax in CallableStatements #2325

Merged
merged 12 commits into from
Feb 15, 2024

formatting

41a30c1
Select commit
Loading
Failed to load commit list.
Merged

Re-added support for stored procedure 'exec' escape syntax in CallableStatements #2325

formatting
41a30c1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Feb 14, 2024 in 44m 21s

Build #20240214.1 had test failures

Details

Tests

  • Failed: 3 (0.08%)
  • Passed: 3,649 (99.81%)
  • Other: 4 (0.11%)
  • Total: 3,656

Annotations

Check failure on line 16439 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16439

Build failed.

Check failure on line 16787 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16787

Build failed.

Check failure on line 17135 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L17135

Build failed.

Check failure on line 1 in testTVPResultSet

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testTVPResultSet

Unexpected time value  ==> expected: <07:02:25> but was: <07:08:55>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:02:25> but was: <07:08:55>
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyAllTypesTest.testBulkCopyResultSet(BulkCopyAllTypesTest.java:97)
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyAllTypesTest.testTVPResultSet(BulkCopyAllTypesTest.java:78)

Check failure on line 1 in testFOInstanceResolution2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testFOInstanceResolution2

timeout: 15000 timediff: 30098 ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: timeout: 15000 timediff: 30098 ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.verifyTimeout(TimeoutTest.java:362)
	at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.testFOInstanceResolution2(TimeoutTest.java:329)

Check failure on line 1 in testDefaultLoginTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testDefaultLoginTimeout

timeout: 15000 timediff: 30119 ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: timeout: 15000 timediff: 30119 ==> 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)