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 to allow connection retries to be disabled by setting connectRetryCount to 0 #2293

Merged
merged 3 commits into from
Feb 29, 2024

review fixes

fc20b85
Select commit
Loading
Failed to load commit list.
Merged

Fix to allow connection retries to be disabled by setting connectRetryCount to 0 #2293

review fixes
fc20b85
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux succeeded Feb 28, 2024 in 32m 45s

Build #20240228.2 had test failures

Details

Tests

  • Failed: 9 (0.20%)
  • Passed: 4,576 (99.69%)
  • Other: 5 (0.11%)
  • Total: 4,590

Annotations

Check failure on line 16358 in Build log

See this annotation in the file changed.

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

Build log #L16358

Build failed.

Check failure on line 16716 in Build log

See this annotation in the file changed.

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

Build log #L16716

Build failed.

Check failure on line 17074 in Build log

See this annotation in the file changed.

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

Build log #L17074

Build failed.

Check failure on line 1 in testWithTrustManagerConstructorArg

See this annotation in the file changed.

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

testWithTrustManagerConstructorArg

No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.TrustManagerWithConstructorArg;trustManagerConstructorArg=dummyString;
Raw output
java.sql.SQLException: No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.TrustManagerWithConstructorArg;trustManagerConstructorArg=dummyString;
	at com.microsoft.sqlserver.jdbc.ssl.trustmanager.CustomTrustManagerTest.testWithTrustManagerConstructorArg(CustomTrustManagerTest.java:50)

Check failure on line 1 in testWithInvalidTrustManager

See this annotation in the file changed.

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

testWithInvalidTrustManager

No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;encrypt=true;trustServerCertificate=false;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.InvalidTrustManager ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;encrypt=true;trustServerCertificate=false;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.InvalidTrustManager ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.ssl.trustmanager.CustomTrustManagerTest.testWithInvalidTrustManager(CustomTrustManagerTest.java:68)

Check failure on line 1 in testWithPermissiveX509TrustManager

See this annotation in the file changed.

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

testWithPermissiveX509TrustManager

No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.PermissiveTrustManager
Raw output
java.sql.SQLException: No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.PermissiveTrustManager
	at com.microsoft.sqlserver.jdbc.ssl.trustmanager.CustomTrustManagerTest.testWithPermissiveX509TrustManager(CustomTrustManagerTest.java:36)

Check failure on line 1 in testWithTrustManagerConstructorArg

See this annotation in the file changed.

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

testWithTrustManagerConstructorArg

No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.TrustManagerWithConstructorArg;trustManagerConstructorArg=dummyString;
Raw output
java.sql.SQLException: No suitable driver found for jdbc:sqlserver://msjdbctest.database.windows.net;database=jdbctest;user=employee;password=BattlestarcupoJava?;loginTimeout=120;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.TrustManagerWithConstructorArg;trustManagerConstructorArg=dummyString;
	at com.microsoft.sqlserver.jdbc.ssl.trustmanager.CustomTrustManagerTest.testWithTrustManagerConstructorArg(CustomTrustManagerTest.java:50)