Commit Graph

6 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
Jon Streets
05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Max Hirschhorn
44ea19e0c3 SERVER-52620 Add withReshardingInBackground() to ReshardingTest fixture.
Switches over most of the tests either running reshardCollection
explicitly or calling startReshardingInBackground() to use it.

SERVER-53460 Use assert.soon() when verifying post-resharding state.

The config.localReshardingOperations.{donor,recipient} collections are
not guaranteed to be empty immediately after the reshardCollection
command has returned.
2020-12-30 18:51:45 +00:00
Blake Oler
ac9e2bcb43 SERVER-53372 Remove reshardingTempInterruptBeforeOplogApplication server parameter so reshardCollection runs to completion 2020-12-24 03:25:01 +00:00
Max Hirschhorn
e8fcb9bead SERVER-49291 Clone existing collection as part of resharding. 2020-11-18 15:30:32 +00:00