diff options
author | Mathias Stearn <mathias@10gen.com> | 2014-03-14 14:27:20 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2014-03-14 14:54:20 -0400 |
commit | 346f26f8ca4276c0594483659076400c67fb69b7 (patch) | |
tree | 3bd8f3ae1d6841c9ccf256db6410264e6a85801e /jstests | |
parent | 17c1212b5f84b0b2c666adc39c9f23d4a919a137 (diff) | |
download | mongo-346f26f8ca4276c0594483659076400c67fb69b7.tar.gz |
Fix build-failure with small-oplog tests
The theory here is that the test exited with writes still in flight and the
dbhash was executed on the master and the slave at different logical points
in time.
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/core/storageDetailsCommand.js | 1 | ||||
-rw-r--r-- | jstests/storageDetailsCommand.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/storageDetailsCommand.js b/jstests/core/storageDetailsCommand.js index 1340a1038d5..8b144153c1b 100644 --- a/jstests/core/storageDetailsCommand.js +++ b/jstests/core/storageDetailsCommand.js @@ -96,3 +96,4 @@ function test() { checkErrorConditions(t.diskStorageStats); checkErrorConditions(t.pagesInRAM); } +test(); diff --git a/jstests/storageDetailsCommand.js b/jstests/storageDetailsCommand.js index 1340a1038d5..8b144153c1b 100644 --- a/jstests/storageDetailsCommand.js +++ b/jstests/storageDetailsCommand.js @@ -96,3 +96,4 @@ function test() { checkErrorConditions(t.diskStorageStats); checkErrorConditions(t.pagesInRAM); } +test(); |