Add tests for Active Directory Integrated #2557
Draft
Azure Pipelines / CI-MacOS
failed
Dec 6, 2024 in 1h 44m 54s
Build #20241206.1 had test failures
Details
- Failed: 17 (0.44%)
- Passed: 3,807 (98.52%)
- Other: 40 (1.04%)
- Total: 3,864
Annotations
Check failure on line 1 in testActiveDirectoryIntegratedDS
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
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
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
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)
Loading