diff options
author | David Storch <david.storch@10gen.com> | 2014-07-29 13:58:50 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2014-07-29 17:16:37 -0400 |
commit | 1488bc89c42c6a39c5fdbd2b0c2b15e3abbb4108 (patch) | |
tree | a770bc9c7b17fdeb26b66115bb98cf7ca99372a0 /jstests/dur | |
parent | 81676bfa36c68b1247f0e08b666e33c3e3875755 (diff) | |
download | mongo-1488bc89c42c6a39c5fdbd2b0c2b15e3abbb4108.tar.gz |
SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() and restoreState()
Also renames PlanExecutor::getStages() to PlanExecutor::getRootStage()
Diffstat (limited to 'jstests/dur')
-rw-r--r-- | jstests/dur/closeall.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/closeall.js b/jstests/dur/closeall.js index 8c3864e8118..ca3d033b898 100644 --- a/jstests/dur/closeall.js +++ b/jstests/dur/closeall.js @@ -1,5 +1,5 @@ // testing closealldatabases concurrency -// this is also a test of recoverFromYield() as that will get exercised by the update +// this is also a test of saveState() as that will get exercised by the update function f(variant, quickCommits, paranoid) { var path = MongoRunner.dataDir + "/closeall"; |