Commit Graph

7 Commits

Author SHA1 Message Date
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
jannaerin 2cb6e665fd SERVER-58355 Re-enable resharding tests failing in multiversion suites due to changing latest releast to 5.1 2021-07-29 15:09:09 +00:00
Jon Streets 05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Vishnu Kaushik 3ce695b73a SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-56366 2021-07-14 16:14:50 +00:00
Randolph Tan aa401671d7 SERVER-55214 Make resharding recipient shards use fetchTimestamp from each donor shard when fetching config.transactions and the oplog
Also force the no-op oplog write that is being used as the minFetchTimestamp marker for resharding into its own batch when replicating.
2021-04-08 19:16:47 +00:00
Billy Donahue 27ee303a74 SERVER-53916 commitReshardCollection command
call commitReshardCollection even if expecting error
use isReady(), not bool
use NoSuchReshardCollection
simple commitReshardCollection jstest
give _fulfillmentMutex a more precise purpose
capture executor
introduce commitReshardCollection commands to jstests/core/views/views_all_commands.js
exempt _configsvrCommitReshardCollection from all_commands tests
add commitReshardCollection to last_lts_mongos_commands
revert resharding_fails_on_nonempty_stash.js
reshardingForceCoordinatorCanEnterCritical fail point
reshardingForceCoordinatorCanEnterCritical in resharding_disallow_drop.js
reshardingForceCoordinatorCanEnterCritical opt-out in resharding_commit.js
golf
upgrade to more abort cribbing
cleanup
clang-format
2021-04-07 15:58:02 +00:00