Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

29 changes: 0 additions & 29 deletions .evergreen/config_generator/components/funcs/test_auth.py

This file was deleted.

44 changes: 0 additions & 44 deletions .evergreen/generated_configs/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -688,50 +688,6 @@ functions:
args:
- -c
- .evergreen/scripts/test.sh
test atlas connectivity:
command: subprocess.exec
type: test
params:
binary: bash
working_dir: mongo-cxx-driver
silent: true
args:
- -c
- |
export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
if [[ "${distro_id}" == rhel* ]]; then
export LIB_DIR=lib64
else
export LIB_DIR=lib
fi
export BUILD_TYPE=${build_type}
export BUILD_DIR=$(pwd)/build

# The atlas_serverless_uri expansion is set in the Evergreen project settings.
export URI="${atlas_serverless_uri}"

./.evergreen/scripts/connect.sh
test auth:
command: subprocess.exec
type: test
params:
binary: bash
working_dir: mongo-cxx-driver
args:
- -c
- |
export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
if [[ "${distro_id}" == rhel* ]]; then
export LIB_DIR=lib64
else
export LIB_DIR=lib
fi
export BUILD_TYPE=${build_type}
export BUILD_DIR=$(pwd)/build
export URI="mongodb://bob:pwd123@localhost"
./.evergreen/scripts/connect.sh
test-search-index-helpers:
command: subprocess.exec
type: test
Expand Down
54 changes: 0 additions & 54 deletions .evergreen/scripts/connect.sh

This file was deleted.