Pavi Vetriselvan
|
2756fa6789
|
SERVER-50640 listCommands should list isMaster in addition to hello
|
2020-09-03 01:31:54 +00:00 |
|
Judah Schvimer
|
c92b00753d
|
SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigration command stub
|
2020-09-01 18:02:12 +00:00 |
|
Sara Golemon
|
3f70a7ed1c
|
SERVER-50605 Add logMessage test-only command
|
2020-09-01 16:07:31 +00:00 |
|
XueruiFa
|
208c34277e
|
SERVER-49381: Create stub API Version 2 for testing
|
2020-08-25 14:21:20 +00:00 |
|
Pavi Vetriselvan
|
466a22a6a2
|
SERVER-50335 use backports_requires_for_multiversion_tests when excluding hello tests from multiversion suites
|
2020-08-19 20:55:39 +00:00 |
|
Haley Connelly
|
ffd3325967
|
SERVER-49566 Allow flushRoutingTableCacheUpdates to take majority write concern
|
2020-08-12 22:34:08 +00:00 |
|
Pavi Vetriselvan
|
9a4be90244
|
SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster aliases
|
2020-08-05 20:32:26 +00:00 |
|
Luis Osta
|
0e3bd22e59
|
SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to monitor and send commands to the recipient
|
2020-08-04 18:07:13 +00:00 |
|
PV99
|
4e0f81726f
|
SERVER-49065 Mark API Version 1 commands
|
2020-07-28 23:56:02 +00:00 |
|
Pierlauro Sciarelli
|
4dab9b9781
|
SERVER-49400 Differenciate VectorClock persist behavior based on cluster role
|
2020-07-27 10:34:38 +00:00 |
|
Kshitij Gupta
|
a2752248e6
|
SERVER-48677: Add reshardCollection cmd to configsvr.
|
2020-07-23 20:15:28 +00:00 |
|
Jason Chan
|
1c28b3cf02
|
SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts"
|
2020-07-23 12:26:49 +00:00 |
|
Gabriel Marks
|
800524cff5
|
SERVER-49116 Add rotateCertificates command
|
2020-07-17 19:41:52 +00:00 |
|
Luis Osta
|
b93e662c43
|
SERVER-48936 Add stubs for the donor commands
|
2020-07-13 21:05:47 +00:00 |
|
Grace Luong
|
a2364e8742
|
SERVER-49060: updating generic FCV constants
|
2020-07-09 00:07:45 +00:00 |
|
Kshitij Gupta
|
2bdac781a1
|
SERVER-48676: Create reshardCollection command on router.
|
2020-07-02 16:23:45 +00:00 |
|
Kevin Pulo
|
9e572d61d5
|
SERVER-48074 re-enable read_write_concern_defaults_application.js in sharding_multiversion
|
2020-07-01 00:59:41 +00:00 |
|
Martin Neupauer
|
8cc87001a2
|
SERVER-48859 Implement db.sbe test command.
|
2020-06-24 21:32:51 +00:00 |
|
Martin Neupauer
|
ebd79c62d8
|
Revert "SERVER-48860 Implement db.sbe test command."
This reverts commit 23798d505b.
|
2020-06-24 15:18:40 +00:00 |
|
Martin Neupauer
|
23798d505b
|
SERVER-48859 Implement db.sbe test command.
|
2020-06-24 01:28:38 +00:00 |
|
Marcos José Grillo Ramírez
|
a709403384
|
SERVER-46944 Re-enable tests on sharding_last_stable_mongos_and_mixed_shards and sharding_multiversion suite
|
2020-05-08 15:10:39 +00:00 |
|
Ali Mir
|
98427b7a22
|
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
|
2020-04-29 17:32:39 +00:00 |
|
Sara Golemon
|
34e80b1d9c
|
SERVER-46972 Create test-only command for establishing egress to another node
|
2020-03-31 16:46:03 +00:00 |
|
Esha Maharishi
|
09980eb021
|
SERVER-46835 Remove FCV branches related to deleting the config server implicit collection creation loop
|
2020-03-30 15:29:42 +00:00 |
|
James Wahlin
|
d302a91c30
|
SERVER-44434 Remove legacy mapReduce command mongod code
|
2020-03-19 22:59:40 +00:00 |
|
Tommaso Tocci
|
38370edd76
|
SERVER-46583 Filter out failed commands while testing defaults RWC
|
2020-03-11 15:23:46 +00:00 |
|
Kevin Pulo
|
747ff353cb
|
SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplicitDefault)
|
2020-03-05 13:03:43 +00:00 |
|
Mark Benvenuto
|
811b695a37
|
SERVER-46026 Fix tests reliant on specific log lines
|
2020-02-18 04:03:33 +00:00 |
|
Kevin Pulo
|
95c8fc6a4a
|
SERVER-45623 read/write concern provenance
|
2020-02-16 04:51:35 +00:00 |
|
Andrew Chen
|
ad06b5ffbc
|
SERVER-44037 Removed the restartCatalog Cmd and all references to it
delete mode 100644 jstests/core/restart_catalog.js
delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js
delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js
delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js
delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js
delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp
delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
|
2020-02-05 19:42:41 +00:00 |
|
Kevin Pulo
|
c687c14dfd
|
SERVER-45898 declare that read_write_concern_defaults_application uses transactions
|
2020-02-05 01:14:42 +00:00 |
|
Kevin Pulo
|
c3b142650a
|
SERVER-45693 enable testing RWC defaults for update/delete commands using logging
|
2020-01-28 07:01:43 +00:00 |
|
Kevin Pulo
|
514531299e
|
SERVER-45638 add tags for RCM and text logs to read_write_concern_defaults_application.js
|
2020-01-23 03:55:21 +00:00 |
|
Kevin Pulo
|
fad0f06911
|
SERVER-45549 make aggregate command on mongos always send RWC (and use RWC defaults)
|
2020-01-20 05:00:36 +00:00 |
|
Kevin Pulo
|
ea0f5e7a45
|
SERVER-45098 test that RWC defaults are correctly applied to commands
|
2020-01-16 02:02:52 +00:00 |
|