Add tests for Active Directory Integrated #2557
Build #20241206.1 had test failures
Details
- 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
azure-pipelines / public-mssql-jdbc.linux
Build log #L40663
Build failed.
Check failure on line 40982 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L40982
Build failed.
Check failure on line 41361 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L41361
Build failed.
Check failure on line 41740 in Build log
azure-pipelines / public-mssql-jdbc.linux
Build log #L41740
Build failed.
Check failure on line 1 in testActiveDirectoryIntegratedDS
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
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
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
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)