summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-07-15 16:26:59 -0400
committerRichard Kreuter <richard@10gen.com>2010-07-15 16:28:30 -0400
commitc73493e69ea4706b9a12392791ceecf99838d0a3 (patch)
tree0d721600026a6204457ecc52768762f29d36d5e6 /buildscripts
parentec07db22efc8a95567065b5c2a1349bd35bc6be8 (diff)
downloadmongo-c73493e69ea4706b9a12392791ceecf99838d0a3.tar.gz
More error verbosity in file_allocator.
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 3a1b6e23b23..6e2c067eadb 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -29,6 +29,10 @@
# running with replication should be an orthogonal concern. (And
# maybe test replica set replication, too.)
+# 6 We use cleanbb.py to clear out the dbpath, but cleanbb.py kills
+# off all mongods on a box, which means you can't run two smoke.py
+# jobs on the same host at once. So something's gotta change.
+
from __future__ import with_statement
from subprocess import Popen, PIPE, call
import os