Skip to content

Commit 46b86f4

Browse files
authored
CXX-2393 Sync retryable handshake error unified spec tests (#946)
* Move existing retryable-reads tests into legacy subdirectory * Remove update spec test scripts * CXX-2393 sync retryable-reads unified spec tests with 08230607 * CXX-2393 sync retryable-writes unified spec tests with 08230607 * CXX-2610 sync retryable-reads unified spec tests with 35b17b70 * CXX-2610 sync retryable-writes unified spec tests with 35b17b70 * Ensure APM events are printed properly on APM event comparison failure * Ensure the configureFailPoint command is excluded from observed events * Add support for skipping individual test cases in unified test runner * Add unified test runner support for listCollectionNames * Add unified test runner support for listDatabaseNames * Capture unsupported command monitoring events in test output on failure * Add client::list_databases overload accepting session and opts * Add client::list_database_names overload accepting session and filter
1 parent 677aa9d commit 46b86f4

File tree

66 files changed

+5479
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+5479
-189
lines changed

.mci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ functions:
414414
export COMMAND_MONITORING_TESTS_PATH="$(pwd)/../data/command-monitoring"
415415
export TRANSACTIONS_TESTS_PATH="$(pwd)/../data/transactions"
416416
export WITH_TRANSACTION_TESTS_PATH="$(pwd)/../data/with_transaction"
417-
export RETRYABLE_READS_TESTS_PATH="$(pwd)/../data/retryable-reads"
417+
export RETRYABLE_READS_LEGACY_TESTS_PATH="$(pwd)/../data/retryable-reads/legacy"
418+
export RETRYABLE_READS_UNIFIED_TESTS_PATH="$(pwd)/../data/retryable-reads/unified"
419+
export RETRYABLE_WRITES_UNIFIED_TESTS_PATH="$(pwd)/../data/retryable-writes/unified"
418420
export READ_WRITE_CONCERN_OPERATION_TESTS_PATH="$(pwd)/../data/read-write-concern/operation"
419421
export UNIFIED_FORMAT_TESTS_PATH=$(pwd)/../data/unified-format
420422
export SESSION_UNIFIED_TESTS_PATH="$(pwd)/../data/sessions/unified"

0 commit comments

Comments
 (0)