summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/index_shutdown_cmd_primary.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-1/+0
|
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+4
|
* SERVER-45986 index_shutdown_cmd_primary.js waits for IndexBuildsCoordinator ↵Benety Goh2020-02-121-1/+1
| | | | before invoking shutdown command
* SERVER-43988 shutdown with {force: false} should refuse to shut down the ↵Benety Goh2020-01-201-10/+3
| | | | server if there is an index build in progress
* SERVER-43988 add js tests for running the shutdown command while index ↵Benety Goh2020-01-171-0/+63
builds are in progress create mode 100644 jstests/noPassthrough/index_shutdown_cmd_primary.js create mode 100644 jstests/noPassthrough/index_shutdown_cmd_secondary.js