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

Fixed CallableStatement default value regression #2452

Merged
merged 5 commits into from
Jun 19, 2024

Updated regex

652b764
Select commit
Loading
Failed to load commit list.
Merged

Fixed CallableStatement default value regression #2452

Updated regex
652b764
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux succeeded Jun 19, 2024 in 24m 10s

Build #20240619.1 had test failures

Details

Tests

  • Failed: 24 (0.25%)
  • Passed: 9,416 (98.70%)
  • Other: 100 (1.05%)
  • Total: 9,540

Annotations

Check failure on line 8237 in Build log

See this annotation in the file changed.

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

Build log #L8237

Build failed.

Check failure on line 8340 in Build log

See this annotation in the file changed.

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

Build log #L8340

Build failed.

Check failure on line 8711 in Build log

See this annotation in the file changed.

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

Build log #L8711

Build failed.

Check failure on line 9082 in Build log

See this annotation in the file changed.

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

Build log #L9082

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://localhost:1433;user=sa;password=Moonshine4me;;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://localhost:1433;user=sa;password=Moonshine4me;;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://localhost:1433;user=sa;password=Moonshine4me;;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://localhost:1433;user=sa;password=Moonshine4me;;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://localhost:1433;user=sa;password=Moonshine4me;;encrypt=false;;trustServerCertificate=true;;trustManagerClass=com.microsoft.sqlserver.jdbc.ssl.trustmanager.PermissiveTrustManager
Raw output
java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;user=sa;password=Moonshine4me;;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;loginTimeout=120;msiClientId=a0bc0c34-a024-4037-9368-9f904a008c36;authentication=ActiveDirectoryManagedIdentity;;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;loginTimeout=120;msiClientId=a0bc0c34-a024-4037-9368-9f904a008c36;authentication=ActiveDirectoryManagedIdentity;;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)