0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-55466: Run ping command at end of tenant migration txn passthrough tests

This commit is contained in:
XueruiFa 2021-05-11 18:52:14 +00:00 committed by Evergreen Agent
parent 5bf7431c61
commit 8fe57ad378

View File

@ -7,7 +7,7 @@ config_variables:
password: *keyFileData
username: __system
test_kind: js_test
test_kind: multi_stmt_txn_passthrough
# This suite starts two 3-node replica sets and uses the ContinuousTenantMigration hook to run
# background tenant migrations. It also wraps all CRUD commands in transactions and asserts that
# the transactions are committed/aborted correctly while tenant migrations are running.
@ -420,11 +420,6 @@ executor:
# so. Therefore, the garbage collection delay doesn't need to be large.
tenantMigrationGarbageCollectionDelayMS: 1
ttlMonitorSleepSecs: 1
# The donor replica set may have active transactions while a migration is in progress. If
# the migration is committed, those transactions may never receive 'commitTransaction' or
# 'abortTransaction', since all writes are automatically rerouted to the recipient. We set
# a low 'transactionLifetimeLimitSeconds' value to ensure that they are cleaned up quickly.
transactionLifetimeLimitSeconds: 20
# Tenant migrations is not currently compatible with implicitly replicated retryable
# findAndModify images.
storeFindAndModifyImagesInSideCollection: false