Commit Graph

10 Commits

Author SHA1 Message Date
Kaloian Manassiev
c078dc37a9 SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:15:06 -05:00
Jason Rassi
0aa409c0f7 SERVER-16659 listColls/listIndexes: empty cursor obj no longer needed 2015-01-15 05:41:10 -05:00
Jason Rassi
0aede468dc SERVER-16518 listCollections response changed to cursor object form
As a temporary compatibility measure, the legacy behavior is preserved
if the "cursor" option is not sent with the command.  This
compatibility layer will be removed as part of work for the parent
ticket.
2014-12-16 14:31:58 -05:00
Eliot Horowitz
b186710fdc SERVER-13635: make some replset tests generic 2014-10-12 12:55:42 -04:00
Randolph Tan
eb41492c6f SERVER-13190 migrate replset jstest suite to use write commands api 2014-03-14 12:05:05 -04:00
Matt Dannenberg
497fa9bc0b fix an instability in replset/temp_namespace.js 2014-01-27 12:56:17 -05:00
Mathias Stearn
e76e27acac SERVER-11138 Try to stabilize replsets/temp_namespace.js
Test is for SERVER-10927
2013-10-11 12:54:08 -04:00
Mathias Stearn
f86275a74e SERVER-10927 Fix replsets/temp_namespace.js failure 2013-10-10 14:52:44 -04:00
Mathias Stearn
c4c2ae9662 SERVER-10927 Fix test to wait for replication correctly
Fixes a race condition causing some builders to fail
2013-10-09 12:10:07 -04:00
Mathias Stearn
d119fc2d92 SERVER-10927 RS hosts drop temp collections on promotion to master
Non-replicated hosts still drop temp collections on startup. This is
inappropriate for replica set members (and pure slaves) since it can lead to
discrepancies between hosts.
2013-10-07 18:41:00 -04:00