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

Add tests for Active Directory Integrated #2557

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

update

3b662cb
Select commit
Loading
Failed to load commit list.
Draft

Add tests for Active Directory Integrated #2557

update
3b662cb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux failed Dec 6, 2024 in 43m 14s

Build #20241206.1 had test failures

Details

Tests

  • Failed: 32 (0.42%)
  • Passed: 7,496 (98.53%)
  • Other: 80 (1.05%)
  • Total: 7,608

Annotations

Check failure on line 40663 in Build log

See this annotation in the file changed.

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

Build log #L40663

Build failed.

Check failure on line 40982 in Build log

See this annotation in the file changed.

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

Build log #L40982

Build failed.

Check failure on line 41361 in Build log

See this annotation in the file changed.

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

Build log #L41361

Build failed.

Check failure on line 41740 in Build log

See this annotation in the file changed.

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

Build log #L41740

Build failed.

Check failure on line 1 in testActiveDirectoryIntegratedDS

See this annotation in the file changed.

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

testActiveDirectoryIntegratedDS

"encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ClientConnectionId:91458069-5836-422b-bd94-206d2f421dde
Raw output
java.lang.AssertionError: "encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ClientConnectionId:91458069-5836-422b-bd94-206d2f421dde
	at com.microsoft.sqlserver.jdbc.integrated.AADIntegratedTest.testActiveDirectoryIntegratedDS(AADIntegratedTest.java:83)

Check failure on line 1 in testActiveDirectoryIntegrated

See this annotation in the file changed.

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

testActiveDirectoryIntegrated

The TCP/IP connection to the host null, port 1433 has failed. Error: "null: Temporary failure in name resolution. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
Raw output
java.lang.AssertionError: The TCP/IP connection to the host null, port 1433 has failed. Error: "null: Temporary failure in name resolution. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
	at com.microsoft.sqlserver.jdbc.integrated.AADIntegratedTest.testActiveDirectoryIntegrated(AADIntegratedTest.java:65)

Check failure on line 1 in testActiveDirectoryIntegratedUserName

See this annotation in the file changed.

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

testActiveDirectoryIntegratedUserName

"encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ClientConnectionId:f39c5d8e-da6b-432c-8ff5-349276a0362c
Raw output
java.lang.AssertionError: "encrypt" property is set to "true" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ClientConnectionId:f39c5d8e-da6b-432c-8ff5-349276a0362c
	at com.microsoft.sqlserver.jdbc.integrated.AADIntegratedTest.testActiveDirectoryIntegratedUserName(AADIntegratedTest.java:123)

Check failure on line 1 in testInvalidActiveDirectoryIntegrated

See this annotation in the file changed.

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

testInvalidActiveDirectoryIntegrated

Invalid exception message: The TCP/IP connection to the host badServer, port 1433 has failed. Error: "badServer: Temporary failure in name resolution. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
Raw output
java.lang.AssertionError: Invalid exception message: The TCP/IP connection to the host badServer, port 1433 has failed. Error: "badServer: Temporary failure in name resolution. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
	at com.microsoft.sqlserver.jdbc.integrated.AADIntegratedTest.testInvalidActiveDirectoryIntegrated(AADIntegratedTest.java:100)