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
CXX-3094 Use Catch2 SKIP() and compact reporter (#1206)
* Scope "Downloading" messages to avoid misleading repeated output
* Use compact reporter for Catch2 tests
* Use DYNAMIC_SECTION within loops
* should_run_client_side_encryption_test -> CLIENT_SIDE_ENCRYPTION_ENABLED_OR_SKIP
* server_has_sessions -> SERVER_HAS_SESSIONS_OR_SKIP
* Replace WARN + control flow with SKIP
* Add --allow-running-no-tests to test flags
* Avoid Catch2 issue #1292
* should_skip_spec_test -> CHECK_IF_SKIP_SPEC_TEST
* Reduce configure and build command invocations
* Add OUTPUT_QUIET to execute_process_and_check_result
* Remove redundant build of examples in test.sh
* Use foreach() over mongocxx test executables
* Consistent plurality for spec tests
0 commit comments