smoketest.sh 4.6 KB
Newer Older
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
#!/bin/bash
python3 ./test.py $1 -f insert/basic.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/int.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/float.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/bigint.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/bool.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/double.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/smallint.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/tinyint.py
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
26 27 28 29 30 31 32 33 34
python3 ./test.py $1 -f insert/binary.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/date.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/nchar.py
python3 ./test.py -s $1
sleep 1
35 36 37 38 39 40 41 42 43 44 45

python3 ./test.py $1 -f table/column_name.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f table/column_num.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f table/db_table.py
python3 ./test.py -s $1
sleep 1

sangshuduo's avatar
sangshuduo 已提交
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
python3 ./test.py $1 -f import_merge/importDataLastTO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importDataLastT.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importDataTO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importDataT.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHeadOverlap.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHeadPartOverlap.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHORestart.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHPORestart.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHRestart.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importLastSub.py
python3 ./test.py -s $1
sleep 1

python3 ./test.py $1 -f import_merge/importBlock1HO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1HPO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1H.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1S.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1Sub.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1TO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1TPO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock1T.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2HO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2HPO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2H.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2S.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2Sub.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2TO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2TPO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlock2T.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importBlockbetween.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importCacheFileSub.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importCacheFileTO.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importCacheFileT.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importDataLastSub.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importHead.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f import_merge/importLastTO.py
sangshuduo's avatar
sangshuduo 已提交
144 145
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
146
python3 ./test.py $1 -f import_merge/importLastT.py
sangshuduo's avatar
sangshuduo 已提交
147 148
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
149
python3 ./test.py $1 -f import_merge/importSpan.py
150 151
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
152
python3 ./test.py $1 -f import_merge/importSRestart.py
153 154
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
155
python3 ./test.py $1 -f import_merge/importSubRestart.py
156 157
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
158
python3 ./test.py $1 -f import_merge/importTailOverlap.py
159 160
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
161
python3 ./test.py $1 -f import_merge/importTail.py
162 163
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
164
python3 ./test.py $1 -f import_merge/importTORestart.py
165 166
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
167
python3 ./test.py $1 -f import_merge/importTPORestart.py
168 169
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
170
python3 ./test.py $1 -f import_merge/importTRestart.py
171 172
python3 ./test.py -s $1
sleep 1