summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/checkpoint/smoke.sh
blob: b633782c8a476b4a75f72ea6f5a4d4ff74aad4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#! /bin/sh

set -e

# Bypass this test for valgrind
test "$TESTUTIL_BYPASS_VALGRIND" = "1" && exit 0

# Temporarily disabled
# Smoke-test checkpoints as part of running "make check".
#echo "checkpoint: 3 mixed tables"
#$TEST_WRAPPER ./t -T 3 -t m

# Temporarily disabled
#echo "checkpoint: 6 column-store tables"
#$TEST_WRAPPER ./t -T 6 -t c

# Temporarily disabled
#echo "checkpoint: 6 LSM tables"
#$TEST_WRAPPER ./t -T 6 -t l

# Temporarily disabled
#echo "checkpoint: 6 mixed tables"
#$TEST_WRAPPER ./t -T 6 -t m

echo "checkpoint: 6 row-store tables"
$TEST_WRAPPER ./t -T 6 -t r

echo "checkpoint: 6 row-store tables, named checkpoint"
$TEST_WRAPPER ./t -c 'TeSt' -T 6 -t r

# Temporarily disabled
#echo "checkpoint: row-store tables, stress history store. Sweep and timestamps"
#$TEST_WRAPPER ./t -t r -W 3 -r 2 -D -s -x -n 100000 -k 100000 -C cache_size=100MB

# Temporarily disabled
#echo "checkpoint: row-store tables, Sweep and timestamps"
#$TEST_WRAPPER ./t -t r -W 3 -r 2 -s -x -n 100000 -k 100000 -C cache_size=100MB

# Temporarily disabled
#echo "checkpoint: 3 mixed tables, with sweep"
#$TEST_WRAPPER ./t -T 3 -t m -W 3 -r 2 -s -n 100000 -k 100000

# Temporarily disabled
#echo "checkpoint: 3 mixed tables, with timestamps"
#$TEST_WRAPPER ./t -T 3 -t m -W 3 -r 2 -x -n 100000 -k 100000