summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/smoke.py')
-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