Commit Graph

233 Commits

Author SHA1 Message Date
Charlie Swanson
225240d6bc SERVER-21384 Enable replication suites for in-memory storage engines 2015-11-19 17:02:07 -05:00
Martin Bligh
5dd9558ed6 SERVER-21276: Fix various issues with top 2015-11-11 17:01:03 -05:00
Geert Bosch
688e3d2650 SERVER-20529: Prevent size changes in capped updates 2015-10-09 09:45:22 -04:00
Dan Pasette
1e786585ae SERVER-19052 use itcount() instead of count() in repl tests 2015-06-22 10:00:57 -04:00
Eric Milkie
189f91d382 SERVER-18827 do not force-kill master-slave master; this confuses slave when running with no journal 2015-06-04 11:20:07 -04:00
Adam Midvidy
8a805598bb SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-26 14:20:38 -04:00
Adam Midvidy
5e7aa5c9ef Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command path"
This reverts commit 5c48ea0d3f.
2015-03-25 19:06:49 -04:00
Adam Midvidy
5c48ea0d3f SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-25 15:00:03 -04:00
Eric Milkie
07420bdfb6 SERVER-14132 update test for missing _id index 2015-02-23 11:32:26 -05:00
matt dannenberg
a289b4ae72 SERVER-16907 extended the pause which handles the windows filelock to match the 5 second one in smoke.py 2015-01-27 11:17:47 -05:00
Eric Milkie
980e40d534 SERVER-16907 pause repl6.js between slave restarts 2015-01-20 14:08:32 -05:00
Scott Hernandez
8384c878b5 SERVER-16502: make getCollection const and not require an OpContext 2015-01-02 14:21:08 -05:00
Mathias Stearn
d5f6eb21a9 SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocs
Storage engines must opt-in to this functionality. For now, heap1 is the only
one to do so.
2014-11-04 14:13:14 -05:00
Amalia Hawkins
0916af4d9e SERVER-15736 remove disabled replication tests 2014-10-20 13:39:26 -04:00
Eliot Horowitz
eb1c412bf2 SERVER-13635: use listCollections so repl works with non-mmapv1 2014-10-06 22:56:10 -04:00
Mathias Stearn
00913e47de SERVER-13951 Split index building in to UnitOfWork-sized stages
All index builds now go through the MultiIndexBuilder as its API was already
close to ideal. The following tickets have also been addressed by this commit:

SERVER-14710 Remove dropDups
SERVER-12309 Cloner build indexes in parallel
SERVER-14737 Initial sync uses bg index building
SERVER-9135 fast index build for initial sync
SERVER-2747 can't kill index in phase 2
SERVER-8917 check error code rather than assuming all errors are dups
SERVER-14820 compact enforces unique while claiming not to
SERVER-14746 IndexRebuilder should be foreground and fail fatally
2014-08-13 17:30:25 -04:00
Eric Milkie
243e7efa12 Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures while using HybridCoordinator"
This reverts commit 9ec7d68a97.
2014-08-01 11:31:32 -04:00
matt dannenberg
9ec7d68a97 SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures while using HybridCoordinator 2014-07-31 12:52:42 -04:00
Randolph Tan
0dabee8227 SERVER-13741 Migrate remaining tests to use write commands 2014-05-15 14:04:11 -04:00
David Storch
7238072660 Revert "SERVER-13741 Migrate remaining tests to use write commands"
This reverts commit 87dc3ae516.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516 SERVER-13741 Migrate remaining tests to use write commands 2014-05-06 16:32:44 -04:00
Randolph Tan
3fd39a9fe0 SERVER-13704 write commands handles ClockSkewException differently from legacy writes 2014-05-01 16:45:31 -04:00
Scott Hernandez
00ffa83225 SERVER-13710: Cleanup Replication Tests 2014-04-25 13:08:55 -04:00
Shaun Verch
f7d78f9511 SERVER-13603 Move option testing support code into shared test helper 2014-04-22 15:15:59 -04:00
Shaun Verch
3fe346dedc SERVER-13379 Ensure replication.replSet overrides replication.replSetName 2014-03-28 13:46:54 -04:00
Eric Milkie
808c522cc3 remove case-check test for master/slave 2014-03-04 16:12:56 -05:00
Greg Studer
13226efcd6 SERVER-12274 refactor validation out of waiting for write concern 2014-01-14 14:41:04 -05:00
Spencer T Brody
bf0efac7a9 SERVER-12072 Don't swallow 'norepl' errors in the shell now that they no longer happen with default write concern 2014-01-07 18:17:42 -05:00
Eliot Horowitz
1ec346c8de trying to make dbcase test a little less racy, though it needs some thought 2013-12-28 21:26:52 -05:00
Scott Hernandez
b98712c551 SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system to support immutable fields, consolodate storage validation, and misc issues. 2013-11-13 19:30:18 -05:00
Spencer T Brody
49fd6dbb2b SERVER-11555 Replace all occurrences of addUser with createUser in jstests 2013-11-06 17:11:39 -05:00
Spencer T Brody
f0c6cebd73 SERVER-10794 Maintain backwards-compatible form of addUser for one more release 2013-10-11 18:14:12 -04:00
Spencer T Brody
ec23a4a358 SERVER-9517 Update tests to pass with new user schema 2013-09-06 12:31:22 -04:00
Eric Milkie
bb9bcf8822 SERVER-10654 background index builds on slaves are no longer synchronous 2013-09-04 13:23:57 -04:00
Andrew Morrow
c5a876e531 SERVER-10374 Disable sync only with special chars test due to SERVER-10344 2013-08-22 13:09:59 -04:00
Spencer T Brody
46f9caf721 SERVER-10344 Skip repl/repl4.js because of race condition in master/slave 2013-07-31 16:44:17 -04:00
Spencer T Brody
64a1136d69 SERVER-9846 Make master/slave auth test use keyFile 2013-06-10 14:23:06 -04:00
Eric Milkie
d3406f67f0 do not run racy master/slave test on Windows 2013-05-24 16:01:57 -04:00
aaron
e60c28a09c SERVER-4940 Update the repl16 test so it will trigger the appropriate behavior in the current mongo shell. 2013-03-15 18:41:06 -07:00
Spencer T Brody
f556f67442 SERVER-4237 Make jstests/repl/repl7.js work with auth 2013-02-07 14:40:37 -05:00
Spencer T Brody
2ee2f9dbbb Increase stability of jstests/repl/repl12.js when run with auth 2013-01-22 14:55:34 -05:00
Kristina
8727da688a Increase test verbosity 2012-11-06 13:36:39 -05:00
Eric Milkie
da000254d7 SERVER-6802 fix call to insert() 2012-10-24 21:38:30 -04:00
Randolph Tan
3eec537d7e Buildbot fix for SERVER-6702
Make sure to turn journaling on if we are going to kill a mongod process with SIGKILL with an expectation that it will be running fine after a restart on our tests.
2012-08-07 22:40:10 -04:00
Spencer T Brody
3589f9c107 Rename repl11.js to repl_auth.js. SERVER-4237 2012-08-01 15:27:52 -04:00
Eliot Horowitz
3f33add676 remove race condition test and add another check because the asserts in log are normal but scary 2012-05-28 23:39:16 -04:00
Greg Studer
847b343fa5 SERVER-5876 buildbot auth.js + others - make sure we wait for replication of users added for security 2012-05-21 15:34:58 -04:00
Eric Milkie
1619603731 SERVER-5040 better test, use replsets instead of master/slave 2012-05-18 14:43:55 -04:00
Eric Milkie
76632d922c SERVER-5040 test 2012-05-16 08:42:29 -04:00
Aaron
282ef9960c Make repl13 debug option more clear. 2012-04-24 19:56:28 -07:00