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 / CI-MacOS failed Dec 6, 2024 in 1h 44m 54s

Build #20241206.1 had test failures

Details

Tests

  • Failed: 17 (0.44%)
  • Passed: 3,807 (98.52%)
  • Other: 40 (1.04%)
  • Total: 3,864

Annotations

Check failure on line 40785 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L40785

Build failed.

Check failure on line 41164 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L41164

Build failed.

Check failure on line 41543 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L41543

Build failed.

Check failure on line 41928 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L41928

Build failed.

Check failure on line 1 in testActiveDirectoryIntegratedDS

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

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:e83d21f3-5958-4ed0-a005-c85466d1b544
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:e83d21f3-5958-4ed0-a005-c85466d1b544
	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 / CI-MacOS

testActiveDirectoryIntegrated

The TCP/IP connection to the host null, port 1433 has failed. Error: "null: nodename nor servname provided, or not known. 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: nodename nor servname provided, or not known. 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 / CI-MacOS

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:9c027f04-e8c9-4e07-ae4d-b97e2e6d35fe
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:9c027f04-e8c9-4e07-ae4d-b97e2e6d35fe
	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 / CI-MacOS

testInvalidActiveDirectoryIntegrated

Invalid exception message: The TCP/IP connection to the host badServer, port 1433 has failed. Error: "badServer: nodename nor servname provided, or not known. 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: nodename nor servname provided, or not known. 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)