summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/smoke.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/format/smoke.sh')
-rwxr-xr-xsrc/third_party/wiredtiger/test/format/smoke.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/format/smoke.sh b/src/third_party/wiredtiger/test/format/smoke.sh
index 06bf108dbd2..067ef8e2589 100755
--- a/src/third_party/wiredtiger/test/format/smoke.sh
+++ b/src/third_party/wiredtiger/test/format/smoke.sh
@@ -11,9 +11,11 @@ args="$args runs.rows=10000 "
args="$args runs.source=table "
args="$args runs.threads=4 "
-$TEST_WRAPPER ./t $args runs.type=fix
+# Temporarily disabled
+# $TEST_WRAPPER ./t $args runs.type=fix
+# $TEST_WRAPPER ./t $args runs.type=row runs.source=lsm
+# $TEST_WRAPPER ./t $args runs.type=var
+
$TEST_WRAPPER ./t $args runs.type=row
-$TEST_WRAPPER ./t $args runs.type=row runs.source=lsm
-$TEST_WRAPPER ./t $args runs.type=var
# Force a rebalance to occur with statistics logging to test the utility
$TEST_WRAPPER ./t $args runs.type=row statistics.server=1 ops.rebalance=1