summaryrefslogtreecommitdiff
path: root/jstests/hooks/run_check_repl_dbhash_background.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-1/+1
* SERVER-43060 CheckReplDBHashInBackground should retry the dbHash command on W...Louis Williams2020-07-091-0/+8
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-121-4/+3
* SERVER-41278 FSM dbhash background check shouldn't use sessions outside of er...Jack Mulrow2019-08-071-19/+37
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-408/+402
* SERVER-42316 always join all threads in run_check_repl_dbhash_background.jsGabriel Russell2019-07-231-2/+12
* SERVER-40086: Extend CheckReplDBHashInBackground to Sharded ClustersLingzhi Deng2019-05-011-327/+396
* SERVER-40851 CheckReplDBHashInBackground should retry running 'appendOplogNot...Gregory Wlodarek2019-04-291-2/+7
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-251-4/+31
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-63/+22
* SERVER-39212 waitForSecondaries in background dbhash check must wait for last...Tess Avitabile2019-01-291-5/+9
* SERVER-39076 print in background dbhash when a hash mismatch occurs before do...Judah Schvimer2019-01-221-0/+3
* SERVER-38928: Have run_check_repl_dbhash_background.js cope with secondaries ...Daniel Gottlieb2019-01-111-10/+20
* SERVER-38869: Add logging to run_check_repl_dbhash_background.js when it erro...Daniel Gottlieb2019-01-081-2/+34
* SERVER-37143 Retry background dbHash check on Interrupted errors.Max Hirschhorn2018-12-271-2/+13
* SERVER-38182 Avoid calling abortTransaction() after txn committed.Max Hirschhorn2018-12-271-26/+38
* SERVER-37240 Enable dbhash background thread for enableMajorityReadConcern:fa...Vesselina Ratcheva2018-12-141-8/+27
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-1/+1
* SERVER-36845 Change sessionId check in check_repl_db_hash_background hook to ...jannaerin2018-08-291-1/+2
* SERVER-35559 Update transaction retry functions to not call abort after commitJonathan Abrahams2018-06-261-2/+12
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-0/+323