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

Apply timezone to Timestamp when using bulkcopy for batch insert #2291

Merged
merged 10 commits into from
Jan 19, 2024

Bulkcopy CSV test fix

7e019df
Select commit
Loading
Failed to load commit list.
Merged

Apply timezone to Timestamp when using bulkcopy for batch insert #2291

Bulkcopy CSV test fix
7e019df
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Jan 18, 2024 in 34m 20s

Build #20240118.2 had test failures

Details

Tests

  • Failed: 12 (0.44%)
  • Passed: 2,715 (99.45%)
  • Other: 3 (0.11%)
  • Total: 2,730

Annotations

Check failure on line 16438 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16438

Build failed.

Check failure on line 16821 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16821

Build failed.

Check failure on line 1 in testConnectCountInLoginAndCorrectRetryCount

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testConnectCountInLoginAndCorrectRetryCount

Execution took too long. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Execution took too long. ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.SQLServerConnectionTest.testConnectCountInLoginAndCorrectRetryCount(SQLServerConnectionTest.java:488)

Check failure on line 1 in testFOInstanceResolution2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testFOInstanceResolution2

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

Check failure on line 1 in generateBulkCopyConstructorTest[1]

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

generateBulkCopyConstructorTest[1]

Unexpected time value  ==> expected: <07:03:54> but was: <07:10:24>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:03:54> but was: <07:10:24>

Check failure on line 1 in testEmptyBulkCopyOptions

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testEmptyBulkCopyOptions

Unexpected time value  ==> expected: <07:03:54> but was: <07:10:24>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:03:54> but was: <07:10:24>
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyConnectionTest.testEmptyBulkCopyOptions(BulkCopyConnectionTest.java:166)