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

Added warning for ActiveDirectoryPassword authentication method #2624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Added warning for ActiveDirectoryPassword authentication method

357b401
Select commit
Loading
Failed to load commit list.
Open

Added warning for ActiveDirectoryPassword authentication method #2624

Added warning for ActiveDirectoryPassword authentication method
357b401
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows succeeded Mar 3, 2025 in 44m 26s

Build #20250303.2 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 17,419 (99.02%)
  • Other: 170 (0.97%)
  • Total: 17,591

Annotations

Check failure on line 40646 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L40646

Build failed.

Check failure on line 40645 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L40645

Build failed.

Check failure on line 1 in testBulkCopyTimestamp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testBulkCopyTimestamp

expected:<-1081424059141> but was:<-1081424059140>
Raw output
java.lang.AssertionError: expected:<-1081424059141> but was:<-1081424059140>
	at com.microsoft.sqlserver.jdbc.bulkCopy.BulkCopyAllTypesTest.testBulkCopyTimestamp(BulkCopyAllTypesTest.java:207)

Check failure on line 1 in testBatchStatementCancellation

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testBatchStatementCancellation

expected: <The query was canceled.> but was: <Invalid object name 'test_table'.>
Raw output
org.opentest4j.AssertionFailedError: expected: <The query was canceled.> but was: <Invalid object name 'test_table'.>
	at com.microsoft.sqlserver.jdbc.unit.statement.BatchExecutionTest.testBatchStatementCancellation(BatchExecutionTest.java:561)