Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-73695 Add JS test for primary crashing in the middle of committing ↵ | Lingzhi Deng | 2023-04-06 | 1 | -2/+2 |
| | | | | split prepared transactions | ||||
* | Revert "SERVER-73695 Add JS test for primary crashing in the middle of ↵ | liubov.molchanova | 2023-03-31 | 1 | -2/+2 |
| | | | | | | committing split prepared transactions" This reverts commit 4714df5896ddaa06f3146531d2283a013f903996. | ||||
* | SERVER-73695 Add JS test for primary crashing in the middle of committing ↵ | Frederic Vitzikam | 2023-03-30 | 1 | -2/+2 |
| | | | | split prepared transactions | ||||
* | SERVER-55208: Remove nojournal,duroff and evergreen variant | Yu Jin Kang Park | 2022-07-06 | 1 | -1/+0 |
| | |||||
* | SERVER-58999 Add replSet parameter when setting up configsvr node on ↵ | Marcos José Grillo Ramirez | 2021-08-03 | 1 | -1/+2 |
| | | | | require_api_version.js test | ||||
* | SERVER-58315 Change jstests to not use standalone nodes as shards nor config ↵ | Marcos José Grillo Ramirez | 2021-07-07 | 1 | -9/+16 |
| | | | | server | ||||
* | Revert "SERVER-32531 Disalow standalone nodes as shards if no ↵ | Marcos José Grillo Ramirez | 2021-07-07 | 1 | -9/+5 |
| | | | | | | queryableBackupMode is enabled" This reverts commit 92a0de6ce7e8dfb312d93f499ca5e3c0f6caa945. | ||||
* | Revert "SERVER-27383 Disalow standalone nodes as config server if no ↵ | Marcos José Grillo Ramirez | 2021-07-07 | 1 | -7/+4 |
| | | | | | | queryableBackupMode is specified" This reverts commit c1e968aab0e339d084f1f22b47ce4b2762536b3f. | ||||
* | SERVER-27383 Disalow standalone nodes as config server if no ↵ | Marcos José Grillo Ramirez | 2021-07-06 | 1 | -4/+7 |
| | | | | queryableBackupMode is specified | ||||
* | SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is ↵ | Marcos José Grillo Ramirez | 2021-07-02 | 1 | -5/+9 |
| | | | | enabled | ||||
* | SERVER-53062 Throw an exception in tests if server startup fails | Spencer Jackson | 2021-06-23 | 1 | -14/+12 |
| | |||||
* | SERVER-56550 Require consistent API params in getMore and txns | A. Jesse Jiryu Davis | 2021-05-13 | 1 | -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 params | A. Jesse Jiryu Davis | 2021-05-07 | 1 | -2/+7 |
| | |||||
* | SERVER-55614 Make API params optional for cmds in txns | A. Jesse Jiryu Davis | 2021-05-04 | 1 | -20/+5 |
| | |||||
* | SERVER-54743 Enable tests in noPassthrough that now pass with SBE on | Mihai Andrei | 2021-03-25 | 1 | -1/+0 |
| | |||||
* | SERVER-53934 Refuse to start shards and config servers with setParameter ↵ | Huayu Ouyang | 2021-02-19 | 1 | -0/+30 |
| | | | | requireApiVersion=true | ||||
* | SERVER-53555: Ensure internal commands are not subject to requireApiVersion ↵ | XueruiFa | 2021-01-23 | 1 | -9/+28 |
| | | | | check | ||||
* | SERVER-51970 Create feature flag for SBE | Alya Berciu | 2021-01-22 | 1 | -1/+6 |
| | |||||
* | SERVER-53499 Handle UMC commands with requireApiVersion and standalone mongod | Mark Benvenuto | 2021-01-15 | 1 | -56/+69 |
| | |||||
* | SERVER-53499 User Management commands must set apiVersion internally | Mark Benvenuto | 2021-01-06 | 1 | -0/+6 |
| | |||||
* | SERVER-52612 Test requireApiVersion with txn commit/abort | A. Jesse Jiryu Davis | 2020-12-02 | 1 | -3/+28 |
| | |||||
* | SERVER-52612 Fix requireApiVersion for getMore and transactions | A. Jesse Jiryu Davis | 2020-11-30 | 1 | -4/+46 |
| | |||||
* | SERVER-50448: Add requires_journaling tag to API version tests | XueruiFa | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | SERVER-50278 Test requireApiVersion param in noPassthrough suite | A. Jesse Jiryu Davis | 2020-08-13 | 1 | -0/+28 |