smoketest.sh 1.6 KB
Newer Older
1 2
#!/bin/bash
python3 ./test.py $1 -f insert/basic.py
3
python3 ./test.py $1 -s && sleep 1
4
python3 ./test.py $1 -f insert/int.py
5
python3 ./test.py $1 -s && sleep 1
6
python3 ./test.py $1 -f insert/float.py
7
python3 ./test.py $1 -s && sleep 1
8
python3 ./test.py $1 -f insert/bigint.py
9
python3 ./test.py $1 -s && sleep 1
10
python3 ./test.py $1 -f insert/bool.py
11
python3 ./test.py $1 -s && sleep 1
12
python3 ./test.py $1 -f insert/double.py
13
python3 ./test.py $1 -s && sleep 1
14
python3 ./test.py $1 -f insert/smallint.py
15
python3 ./test.py $1 -s && sleep 1
16
python3 ./test.py $1 -f insert/tinyint.py
17
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
18
python3 ./test.py $1 -f insert/binary.py
19
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
20
python3 ./test.py $1 -f insert/date.py
21
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
22
python3 ./test.py $1 -f insert/nchar.py
23
python3 ./test.py $1 -s && sleep 1
24 25

python3 ./test.py $1 -f table/column_name.py
26
python3 ./test.py $1 -s && sleep 1
27
python3 ./test.py $1 -f table/column_num.py
28
python3 ./test.py $1 -s && sleep 1
29
python3 ./test.py $1 -f table/db_table.py
30
python3 ./test.py $1 -s && sleep 1
31

sangshuduo's avatar
sangshuduo 已提交
32
python3 ./test.py $1 -f import_merge/importDataLastSub.py
33
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
34
python3 ./test.py $1 -f import_merge/importHead.py
35
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
36
python3 ./test.py $1 -f import_merge/importLastT.py
37
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
38
python3 ./test.py $1 -f import_merge/importSpan.py
39
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
40
python3 ./test.py $1 -f import_merge/importTail.py
41
python3 ./test.py $1 -s && sleep 1
sangshuduo's avatar
sangshuduo 已提交
42
python3 ./test.py $1 -f import_merge/importTRestart.py
43
python3 ./test.py $1 -s && sleep 1