You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDRIVER-5645 fix and update build-and-run-authentication-tests-* tasks (#1848)
* Update OpenSSL download URLs to use GitHub release artifacts
* CDRIVER-5645 remove workarounds for MongoDB server 3.6 non-compatibility
* Fix and update paths to headers and binaries
ip_addr="$(getent hosts "${auth_host:?}"| head -n 1 | awk '{print $1}')"
59
59
;;
60
60
esac
@@ -100,16 +100,11 @@ elif command -v otool >/dev/null; then
100
100
fi
101
101
102
102
if [[ "${ssl}"!="OFF" ]];then
103
-
{
104
-
# Skip 3.6. Remove this block when resolving CDRIVER-5645.
105
-
echo"Skipping tests on server 3.6 (using 'auth_host' or 'auth_gssapi') until DEVPROD-9029 is addressed."
106
-
} || {
107
103
# FIXME: CDRIVER-2008 for the cygwin check
108
104
if [[ "${OSTYPE}"!="cygwin" ]];then
109
105
echo"Authenticating using X.509"
110
106
LD_LIBRARY_PATH="${openssl_lib_prefix}""${ping}""mongodb://CN=client,OU=kerneluser,O=10Gen,L=New York City,ST=New York,C=US@${auth_host}/?ssl=true&authMechanism=MONGODB-X509&sslClientCertificateKeyFile=src/libmongoc/tests/x509gen/ldaptest-client-key-and-cert.pem&sslCertificateAuthorityFile=src/libmongoc/tests/x509gen/ldaptest-ca-cert.crt&sslAllowInvalidHostnames=true&${c_timeout}"
0 commit comments