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

Always encrypted unicode data corruption guard #2289

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Additional sspau test update

98ec0d3
Select commit
Loading
Failed to load commit list.
Draft

Always encrypted unicode data corruption guard #2289

Additional sspau test update
98ec0d3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Jan 15, 2024 in 19m 25s

Build #20240115.1 had test failures

Details

Tests

  • Failed: 2 (0.11%)
  • Passed: 1,810 (99.78%)
  • Other: 2 (0.11%)
  • Total: 1,814

Annotations

Check failure on line 16417 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16417

Build failed.

Check failure on line 1 in testBulkCopyTimestamp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testBulkCopyTimestamp

expected:<-779480316235> but was:<-779480316234>
Raw output
java.lang.AssertionError: expected:<-779480316235> but was:<-779480316234>
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyAllTypesTest.testBulkCopyTimestamp(BulkCopyAllTypesTest.java:179)

Check failure on line 1 in testNoSpaceInsert

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testNoSpaceInsert

testNoSpaceInsertTable-1454921551: Incorrect syntax near '-'.
Raw output
java.lang.AssertionError: testNoSpaceInsertTable-1454921551: Incorrect syntax near '-'.
	at com.microsoft.sqlserver.jdbc.preparedStatement.BatchExecutionWithBulkCopyTest.testNoSpaceInsert(BatchExecutionWithBulkCopyTest.java:836)