summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/require_api_version.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73695 Add JS test for primary crashing in the middle of committing ↵Lingzhi Deng2023-04-061-2/+2
| | | | split prepared transactions
* Revert "SERVER-73695 Add JS test for primary crashing in the middle of ↵liubov.molchanova2023-03-311-2/+2
| | | | | | committing split prepared transactions" This reverts commit 4714df5896ddaa06f3146531d2283a013f903996.
* SERVER-73695 Add JS test for primary crashing in the middle of committing ↵Frederic Vitzikam2023-03-301-2/+2
| | | | split prepared transactions
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-1/+0
|
* SERVER-58999 Add replSet parameter when setting up configsvr node on ↵Marcos José Grillo Ramirez2021-08-031-1/+2
| | | | require_api_version.js test
* SERVER-58315 Change jstests to not use standalone nodes as shards nor config ↵Marcos José Grillo Ramirez2021-07-071-9/+16
| | | | server
* Revert "SERVER-32531 Disalow standalone nodes as shards if no ↵Marcos José Grillo Ramirez2021-07-071-9/+5
| | | | | | queryableBackupMode is enabled" This reverts commit 92a0de6ce7e8dfb312d93f499ca5e3c0f6caa945.
* Revert "SERVER-27383 Disalow standalone nodes as config server if no ↵Marcos José Grillo Ramirez2021-07-071-7/+4
| | | | | | queryableBackupMode is specified" This reverts commit c1e968aab0e339d084f1f22b47ce4b2762536b3f.
* SERVER-27383 Disalow standalone nodes as config server if no ↵Marcos José Grillo Ramirez2021-07-061-4/+7
| | | | queryableBackupMode is specified
* SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is ↵Marcos José Grillo Ramirez2021-07-021-5/+9
| | | | enabled
* SERVER-53062 Throw an exception in tests if server startup failsSpencer Jackson2021-06-231-14/+12
|
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-23/+39
| | | | | | Transaction-continuing commands must use the same API parameters as the transaction's first command (it is no longer optional), and similarly getMore must use the same as the cursor-creating command.
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-2/+7
|
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-20/+5
|
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-1/+0
|
* SERVER-53934 Refuse to start shards and config servers with setParameter ↵Huayu Ouyang2021-02-191-0/+30
| | | | requireApiVersion=true
* SERVER-53555: Ensure internal commands are not subject to requireApiVersion ↵XueruiFa2021-01-231-9/+28
| | | | check
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+6
|
* SERVER-53499 Handle UMC commands with requireApiVersion and standalone mongodMark Benvenuto2021-01-151-56/+69
|
* SERVER-53499 User Management commands must set apiVersion internallyMark Benvenuto2021-01-061-0/+6
|
* SERVER-52612 Test requireApiVersion with txn commit/abortA. Jesse Jiryu Davis2020-12-021-3/+28
|
* SERVER-52612 Fix requireApiVersion for getMore and transactionsA. Jesse Jiryu Davis2020-11-301-4/+46
|
* SERVER-50448: Add requires_journaling tag to API version testsXueruiFa2020-08-211-0/+2
|
* SERVER-50278 Test requireApiVersion param in noPassthrough suiteA. Jesse Jiryu Davis2020-08-131-0/+28