summaryrefslogtreecommitdiff
path: root/test/suite/test_sweep01.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-12-16 11:53:13 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-12-16 11:53:13 +1100
commit1bf059c6f029510c287a2622163f4678484e49d8 (patch)
treedd2bccb3e9414683684e57080e44d251cfdd85b7 /test/suite/test_sweep01.py
parente1e187e8fdfb48526f2a62e3f0f48072c30db53e (diff)
parentc0a9d5e165e924134bff5403100802e0c0f3a6b9 (diff)
downloadmongo-1bf059c6f029510c287a2622163f4678484e49d8.tar.gz
Merge branch 'develop' into dhandle-hash
Conflicts: test/suite/test_sweep01.py
Diffstat (limited to 'test/suite/test_sweep01.py')
-rw-r--r--test/suite/test_sweep01.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_sweep01.py b/test/suite/test_sweep01.py
index 1e52e3be47c..6205ed7de12 100644
--- a/test/suite/test_sweep01.py
+++ b/test/suite/test_sweep01.py
@@ -163,7 +163,6 @@ class test_sweep01(wttest.WiredTigerTestCase, suite_subprocess):
print "ssweep1: " + str(ssweep1) + " ssweep2: " + str(ssweep2)
print "tod1: " + str(tod1) + " tod2: " + str(tod2)
print "ref1: " + str(ref1) + " ref2: " + str(ref2)
- print "nfile1: " + str(nfile1) + " nfile2: " + str(nfile2)
self.assertEqual(sweep1 < sweep2, True)
if (nfile2 >= nfile1):
print "close1: " + str(close1) + " close2: " + str(close2)