summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-8864 Tests for SSL mixed-modeAndreas Nilsson2013-10-221-2/+5
|
* SERVER-3253 expand $out testingMatt Dannenberg2013-10-111-0/+35
|
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-114-5/+5
|
* SERVER-11138 Try to stabilize replsets/temp_namespace.jsMathias Stearn2013-10-111-7/+20
| | | | Test is for SERVER-10927
* SERVER-10927 Fix replsets/temp_namespace.js failureMathias Stearn2013-10-101-3/+1
|
* SERVER-10927 Fix test to wait for replication correctlyMathias Stearn2013-10-091-1/+1
| | | | Fixes a race condition causing some builders to fail
* SERVER-11089 Make test more resilient to reconnects on reconfig.Mathias Stearn2013-10-081-1/+9
|
* SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn2013-10-071-0/+69
| | | | | | 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.
* SERVER-7455 x.509 cluster auth testsAndreas Nilsson2013-10-032-1/+3
|
* SERVER-7455 x.509 cluster auth tests and expanded use-ssl passthroughAndreas Nilsson2013-09-302-3/+7
|
* SERVER-10823 update member configs properly on tags-only reconfigsmatt dannenberg2013-09-241-0/+42
| | | | fixes problems caused by SERVER-6376
* SERVER-10704 fixed unit tests that were using votes>1matt dannenberg2013-09-191-6/+6
|
* SERVER-10775 get_last_error.js should not assume journaling enabledJason Rassi2013-09-161-7/+19
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-064-5/+5
|
* SERVER-10341 disable sync_passive2.js test for 2.5.2 releaseMatt Kangas2013-08-221-1/+5
| | | | | | We identified a performance regression that prevents this test from finishing on the Win32 builder and probably any single-core host. We should reenable the test after the performance regression is addressed.
* SERVER-10499 ismaster1.js need to explicitly wait for secondary to ack masterGreg Studer2013-08-221-33/+26
|
* fix test to accept both error codes for update implsScott Hernandez2013-08-091-4/+8
|
* remove race condition from tags.js and ↵matt dannenberg2013-08-091-3/+9
| | | | multiVersion/replset_primary_updater[1-6].js
* SERVER-10437 remove chaining.js testEric Milkie2013-08-071-57/+0
| | | | | | | It is testing functionality that has been deprecated by the new sync source updater. Also, tags.js covers testing chaining with network failures, so there is no further need for this test. chaining.js is racy with respect to the way it activates a failpoint in the socket class, which was causing the test to fail sometimes.
* SERVER-9067 use correct relative field name in $push sort testAndrew Morrow2013-08-021-16/+23
|
* SERVER-9067: port of oplog update testsScott Hernandez2013-08-011-0/+200
|
* SERVER-10211 Give stepdown.js more time for the primary to be elected after ↵Spencer T Brody2013-07-301-0/+1
| | | | a reconfig
* SERVER-8748: make test more robustScott Hernandez2013-07-231-4/+5
|
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-221-0/+37
|
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-5/+3
| | | | This reverts commit 6486b4035c5ac52679eb3e1a034c925ccdd20deb.
* SERVER-10125 stepdown.js failing on buildbot-special V2.4 Linux 64-bit ↵Randolph Tan2013-07-181-2/+2
| | | | | | Subscription SUSE 11 replace jsTest.attempt to assert.soon
* SERVER-1891 Fix test broken by commit 0eb227c15841da86dbf9d21e7e593c7659040963.Andy Schwerin2013-07-171-3/+3
|
* SERVER-10103 avoid hitting socket exception in the shellEric Milkie2013-07-121-0/+3
|
* Remove unnecessary and broken portion of testMathias Stearn2013-07-121-16/+0
| | | | Fixes SERVER-10153
* SERVER-10103 add debugging outputEric Milkie2013-07-121-1/+3
|
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-3/+5
| | | | | | | | | | | | | | | | | | | This reverts commit 2267744af0e972bceccb4ff4e9ed19a1ed639d2e. Revert "SERVER-6071 correct assert code" This reverts commit 85ca38c33e4aaebad539e78a05aed329b09c1208. Conflicts: src/mongo/db/repl/sync_source_feedback.cpp Revert "SERVER-6071 use command on local.slaves instead of cursor" This reverts commit 83ecb9775b7997dd5115c53f6ea30d2e368a4244. Conflicts: src/mongo/db/repl/replset_commands.cpp src/mongo/db/repl/sync_source_feedback.cpp
* SERVER-10183: fix replsets/maintenance.js test for new exception from ↵Scott Hernandez2013-07-111-9/+11
| | | | getmore/next
* SERVER-10089 more room in oplog so we avoid RS102 on slower buildersEric Milkie2013-07-031-1/+1
|
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-5/+3
|
* SERVER-9005 Up the timeout further to allow primary to be notifiedDan Pasette2013-06-281-2/+2
|
* SERVER-9005 synchronizing replication to fix racy testDan Pasette2013-06-261-2/+5
|
* SERVER-9005 increasing timeout to account for slow replicationDan Pasette2013-06-261-2/+2
|
* SERVER-9005 change test to not depend on replication speedDan Pasette2013-06-261-8/+11
|
* SERVER-9005 fix get_last_error.js for debug buildsDan Pasette2013-06-261-1/+1
|
* SERVER-9005 - Only record wtime metrics when w>1Dan Pasette2013-06-242-0/+111
|
* SERVER-9853 avoid Windows test shutdown issues by stopping the test explicitlyEric Milkie2013-06-201-0/+1
|
* SERVER-9694 force a stepdown no matter how far behind we think we areEric Milkie2013-06-171-1/+1
|
* SERVER-9694 fix for slow disk'd test runnersEric Milkie2013-06-141-1/+6
|
* server-9034 decrease slavedelay in ismaster1.js to fix buildbotMatt Dannenberg2013-06-111-2/+2
| | | | formerly buildbot auth builds were failing due to timed out replication of adding the auth user
* SERVER-9853 retry ghostsync percolate if socket failureEric Milkie2013-06-101-0/+51
| | | | | | | | | | | Without this fix, depending on exact timing of upstream socket failure, you could lose a chaining upstream oplog position update from a secondary. This might then cause a write with a certain level of write concern to time out even though enough secondaries had applied the write. This problem would be masked by a sufficient number of subsequent writes, which would trigger another upstream oplog position update. Note that this only affects chaining; nonchaining updates are already retrying when a socket failure occurs.
* SERVER-9034 Return rs config version from isMasterMatt Dannenberg2013-06-071-16/+259
| | | | also bulked out the replset/ismaster1.js jstest
* SERVER-7377 support w:majority on solitary serverMatt Dannenberg2013-05-241-0/+17
|
* SERVER-9502 fix assert code in unit testEric Milkie2013-05-151-2/+2
|
* SERVER-9502 prohibit _id as RegExEric Milkie2013-05-151-0/+19
| | | | Otherwise, this breaks when replication attempts to do a query with the regular expression as _id.
* SERVER-9694 fix test to cover all GLE stepdown casesEric Milkie2013-05-151-1/+4
|