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
PHPC-2135: Test with consistent version of crypt_shared (#1353)
Use the crypt_shared library provisioned by download-mongodb.sh and add an additional task to disable the library and fall back to mongocryptd.
This also revises how we pass environment variables into run-tests.sh and the test suite. Everything is now explicitly passed instead of relying on export attributes from a parent context.
echo"crypt_shared library will be loaded from path: $CRYPT_SHARED_LIB_PATH"
36
+
fi
37
+
31
38
echo"Running tests with URI: $MONGODB_URI"
32
39
33
40
# Run the tests, and store the results in a junit result file
34
-
case"$OS"in
35
-
*)
36
-
API_VERSION="${API_VERSION}" TEST_PHP_JUNIT="${PROJECT_DIRECTORY}/test-results.xml" TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test TESTS=$TESTS
0 commit comments