Commit Graph

12 Commits

Author SHA1 Message Date
Ali Mir
6831f81b2b SERVER-51282 Replace all remaining reference to master slave terminology in jstests 2020-10-13 21:19:55 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Kevin Albertson
c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
Benety Goh
82f742e09d SERVER-24926 fixed invalid write concern to BulkOp.execute() in replset8.js 2016-07-12 16:43:20 -04:00
Benety Goh
b675e2e962 SERVER-24926 replset8.js - additional assertions to check bulk operations 2016-07-12 13:50:31 -04:00
Benety Goh
91ab93c35b SERVER-24926 ensure replication in replset8.js is caught up after update to check collection size 2016-07-07 10:01:22 -04:00
Benety Goh
128fdb3672 SERVER-24901 do not use fast count when checking collection size in replset tests 2016-07-07 09:56:37 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Kaloian Manassiev
3ed6635a5f 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:05:00 -05:00
Randolph Tan
eb41492c6f SERVER-13190 migrate replset jstest suite to use write commands api 2014-03-14 12:05:05 -04:00
Eric Milkie
9284a9a3db SERVER-6303 correct locking for initial sync retrying
With multithreaded replication, the call site for retrying if Cloner misses documents
was changed.  We now much grab a write lock before calling shouldRetry().
I also changed the logging to always log when a retry situation is present.
These situations can result if Cloner misses a document because it was updated, grew,
and moved backward on disk.
2012-07-10 13:53:37 -04:00