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 token cache map to fix use of unintended auth token for subsequent connections #2341

Merged
merged 10 commits into from
Mar 20, 2024

Code reivew comments p2

5eb8e84
Select commit
Loading
Failed to load commit list.
Merged

Added token cache map to fix use of unintended auth token for subsequent connections #2341

Code reivew comments p2
5eb8e84
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux succeeded Mar 18, 2024 in 26m 29s

Build #20240318.7 had test failures

Details

Tests

  • Failed: 2 (0.07%)
  • Passed: 2,767 (99.82%)
  • Other: 3 (0.11%)
  • Total: 2,772

Annotations

Check failure on line 16409 in Build log

See this annotation in the file changed.

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

Build log #L16409

Build failed.

Check failure on line 1 in testBatchStatementCancellation

See this annotation in the file changed.

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

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

Check failure on line 1 in testCancelBlockedCursoredResponse

See this annotation in the file changed.

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

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