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

Fix for mssql-jdbc.properties location logic #2579

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Fixed according to code review

f902c81
Select commit
Loading
Failed to load commit list.
Open

Fix for mssql-jdbc.properties location logic #2579

Fixed according to code review
f902c81
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Jan 30, 2025 in 1h 23m 16s

Build #20250130.4 had test failures

Details

Tests

  • Failed: 3 (0.10%)
  • Passed: 2,949 (98.89%)
  • Other: 30 (1.01%)
  • Total: 2,982

Annotations

Check failure on line 40755 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L40755

Build failed.

Check failure on line 41128 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L41128

Build failed.

Check failure on line 1 in testGetSqlFedAuthTokenFailure

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testGetSqlFedAuthTokenFailure

Expected Timeout Exception was not thrown ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Expected Timeout Exception was not thrown ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.SQLServerConnectionTest.testGetSqlFedAuthTokenFailure(SQLServerConnectionTest.java:1339)

Check failure on line 1 in testTVPStoredProcedureResultSet

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testTVPStoredProcedureResultSet

Unexpected time value  ==> expected: <07:05:26> but was: <07:11:56>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:05:26> but was: <07:11:56>
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:141)
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:110)

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:03:22> but was: <07:09:52>
Raw output
org.opentest4j.AssertionFailedError: Unexpected time value  ==> expected: <07:03:22> but was: <07:09:52>
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:91)
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:58)