summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/smoke.sh
blob: 13bb044b8046a03abef8098e6a5213a08ee18914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh

set -e

# Smoke-test format as part of running "make check".
args="-c . "
args="$args btree.compression=off "
args="$args cache.minimum=40 "
args="$args logging_compression=off"
args="$args runs.rows=100000 "
args="$args runs.source=table "
args="$args runs.tables=3 "
args="$args runs.threads=6 "
args="$args runs.timer=1 "
args="$args transaction.timestamps=1 "

$TEST_WRAPPER ./t $args runs.type=fix
$TEST_WRAPPER ./t $args runs.type=row
$TEST_WRAPPER ./t $args runs.type=var

# Temporarily disable LSM.
# $TEST_WRAPPER ./t $args runs.type=row runs.source=lsm