Commit Graph

26 Commits

Author SHA1 Message Date
Judah Schvimer
828b652992 SERVER-20367 Remove references to geoWalk command
Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
2015-10-15 12:27:53 -04:00
Adam Midvidy
a05fe115d4 SERVER-19143 remove ns from OpDebug and synchronize access to NS in curop 2015-06-29 09:27:55 -04:00
Adam Midvidy
b9ed790898 SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtx
- secondaryOk is upconverted/downconverted from QueryOption_SlaveOk
- readPreference is upconverted/downconverted from $query wrapped commands or $queryOptions
- both are now accessed via OperationContext instead of being read from a mutable command object
- removed logic for parsing secondaryOk and readPreference from the command execution pipeline in dbcommands.cpp
2015-06-03 11:13:31 -04:00
Adam Midvidy
cc5fc3a275 SERVER-18198 use native runCommand method in the shell 2015-04-29 16:47:11 -04:00
eshamaharishi
3947048e1f SERVER-12642 validates input to the distinct command
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-06-17 17:52:39 -04:00
Benety Goh
c535481869 Revert "SERVER-12642 validates input to the distinct command" 2014-06-17 15:41:58 -04:00
eshamaharishi
6032e7c640 SERVER-12642 validates input to the distinct command
Signed-off-by: Benety Goh <benety@mongodb.com>
2014-06-17 13:46:09 -04:00
Greg Studer
71143283f5 SERVER-11971 slaveok versioning logic should also apply to read prefs 2013-12-11 13:18:41 -05:00
Randolph Tan
b787692566 SERVER-10383 read_pref_cmd.js failed on Windows 64-bit 2013-10-25 09:45:41 -04:00
matt dannenberg
de25d5b966 SERVER-7533 added an _awaitRSHostViaRSMonitor method based on _replMonitorStats
updated jstests/sharding/read_pref_cmd.js to use this new method
2013-09-18 15:13:56 -04:00
Eric Milkie
e323f9cb02 SERVER-10429 disable flaky test until we can fix it properly 2013-08-07 15:12:04 -04:00
Greg Studer
d813c5b15e SERVER-10007 better logging for dbclient_rs.cpp 2013-06-25 10:31:14 -04:00
Randolph Tan
cd134b9330 SERVER-8219 empty tag sets [{}] asserts with primary read preference 2013-02-01 14:11:04 -05:00
A. Jesse Jiryu Davis
ffb455ab77 SERVER-7423 more thorough testing of commands and read preferences on mongos 2013-01-22 14:07:05 -05:00
Greg Studer
0d3539f1ea buildbot unused code in read_pref_cmd.js 2012-12-27 13:02:16 -05:00
Greg Studer
19bba17e74 Revert "buildbot read_pref_cmd.js don't do special "query" processing for .$cmd ns"
This reverts commit 1fd3696570.
2012-12-27 13:01:04 -05:00
Greg Studer
1fd3696570 buildbot read_pref_cmd.js don't do special "query" processing for .$cmd ns 2012-12-27 12:38:45 -05:00
Randolph Tan
5ef99388a9 Fix test for SERVER-4706
gle doesn't work with mongos (SERVER-7739) so use awaitReplication instead to synchronize the test.
2012-11-21 11:55:25 -05:00
Greg Studer
d562f53acd Revert "SERVER-7739 make GLE work with mongos dropDatabase"
This reverts commit 08b96ce551.
2012-11-21 11:45:05 -05:00
Greg Studer
08b96ce551 SERVER-7739 make GLE work with mongos dropDatabase 2012-11-21 11:28:36 -05:00
Randolph Tan
7aac243b12 SERVER-7423 Support commands for read preference
Made sure that the drop command gets applied on the secondaries first before initializing the profile collections in the test.
2012-11-20 11:07:04 -05:00
Randolph Tan
6bdaca981b SERVER-7423 Support commands for read preference
Step#2 Added mongos support.
2012-11-19 18:16:24 -05:00
Randolph Tan
e34b5106ce SERVER-7558 read_pref_cmd.js fails when calling inline map reduce
Make sure that the creation of collections are propagated to all secondaries before proceeding.
2012-11-06 13:38:41 -05:00
Randolph Tan
8afcdc545d SERVER-7558 read_pref_cmd.js fails when calling inline map reduce
Added logs when command fails.
2012-11-05 14:35:52 -05:00
Randolph Tan
cd2ab499b7 SERVER-7352 read_pref_cmd.js test fails if shell's ReplicaSetMonitor is not in sync 2012-11-01 11:58:23 -04:00
Randolph Tan
44e2a3167a SERVER-7423 Support commands for read preference
Step#1 Add shell helper
2012-10-31 13:18:01 -04:00