basic.txt 3.8 KB
Newer Older
S
scripts  
slguan 已提交
1 2 3 4 5 6 7 8
cd ../../debug; cmake ..
#cd ../../debug; make clean
cd ../../debug; make

cd ../../../debug; cmake ..
#cd ../../../debug; make clean
cd ../../../debug; make

S
scripts  
slguan 已提交
9

S
scripts  
slguan 已提交
10
#########  general   #########  
S
scripts  
slguan 已提交
11

S
scripts  
slguan 已提交
12 13 14 15 16 17 18 19
#agg
#alter
#cache
#column
#compress
#compute

./test.sh -f general/db/basic.sim
S
scripts  
slguan 已提交
20 21 22 23 24
./test.sh -f general/db/basic1.sim
./test.sh -f general/db/basic2.sim
./test.sh -f general/db/basic3.sim
./test.sh -f general/db/basic4.sim
./test.sh -f general/db/basic5.sim
S
scripts  
slguan 已提交
25 26 27 28 29 30
./test.sh -f general/db/delete_reuse1.sim
./test.sh -f general/db/delete_reuse2.sim
./test.sh -f general/db/delete_reusevnode.sim
#./test.sh -f general/db/delete_reusevnode2.sim
./test.sh -f general/db/delete_writing1.sim
./test.sh -f general/db/delete_writing2.sim
S
scripts  
slguan 已提交
31 32 33
./test.sh -f general/db/len.sim
./test.sh -f general/db/repeat.sim
./test.sh -f general/db/tables.sim
S
scripts  
slguan 已提交
34

S
scripts  
slguan 已提交
35 36 37 38 39 40 41 42
#field
#http
#import
#insert
#metrics
#parser
#stream

S
scripts  
slguan 已提交
43 44 45 46 47
./test.sh -f general/table/autocreate.sim
./test.sh -f general/table/basic1.sim
./test.sh -f general/table/basic2.sim
./test.sh -f general/table/basic3.sim
./test.sh -f general/table/bigint.sim
S
scripts  
slguan 已提交
48
./test.sh -f general/table/binary.sim
S
scripts  
slguan 已提交
49 50 51
./test.sh -f general/table/bool.sim
./test.sh -f general/table/column_name.sim
./test.sh -f general/table/column_num.sim
S
scripts  
slguan 已提交
52 53 54
./test.sh -f general/table/column_value.sim
./test.sh -f general/table/column2.sim
./test.sh -f general/table/date.sim
S
scripts  
slguan 已提交
55
./test.sh -f general/table/db.table.sim
S
scripts  
slguan 已提交
56 57 58 59
#./test.sh -f general/table/delete_reuse1.sim
#./test.sh -f general/table/delete_reuse2.sim
#./test.sh -f general/table/delete_writing.sim
#./test.sh -f general/table/describe.sim
S
scripts  
slguan 已提交
60 61 62
./test.sh -f general/table/double.sim
./test.sh -f general/table/float.sim
./test.sh -f general/table/int.sim
S
scripts  
slguan 已提交
63
./test.sh -f general/table/limit.sim
S
scripts  
slguan 已提交
64
./test.sh -f general/table/smallint.sim
S
scripts  
slguan 已提交
65 66
#./test.sh -f general/table/table_len.sim
./test.sh -f general/table/table.sim
S
scripts  
slguan 已提交
67
./test.sh -f general/table/tinyint.sim
S
scripts  
slguan 已提交
68 69 70 71
./test.sh -f general/table/vgroup.sim


#tag
S
scripts  
slguan 已提交
72 73

./test.sh -f general/user/basic1.sim
S
scripts  
slguan 已提交
74
./test.sh -f general/user/monitor.sim
S
scripts  
slguan 已提交
75 76 77 78 79
./test.sh -f general/user/pass_alter.sim
./test.sh -f general/user/pass_len.sim
./test.sh -f general/user/user_create.sim
./test.sh -f general/user/user_len.sim

S
scripts  
slguan 已提交
80
#vector
S
scripts  
slguan 已提交
81

S
scripts  
slguan 已提交
82
#########  unique   #########  
S
scripts  
slguan 已提交
83

S
scripts  
slguan 已提交
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
./test.sh -u -f unique/account/account_create.sim
./test.sh -u -f unique/account/account_delete.sim
./test.sh -u -f unique/account/account_len.sim
./test.sh -u -f unique/account/authority.sim
./test.sh -u -f unique/account/basic.sim
./test.sh -u -f unique/account/paras.sim
./test.sh -u -f unique/account/pass_alter.sim
./test.sh -u -f unique/account/pass_len.sim
./test.sh -u -f unique/account/usage.sim
./test.sh -u -f unique/account/user_create.sim
./test.sh -u -f unique/account/user_len.sim

#big

./test.sh -u -f unique/cluster/balance1.sim
./test.sh -u -f unique/cluster/balance2.sim
./test.sh -u -f unique/cluster/balance3.sim

./test.sh -u -f unique/column/replica3.sim

./test.sh -u -f unique/db/replica_add12.sim
./test.sh -u -f unique/db/replica_add13.sim
./test.sh -u -f unique/db/replica_add23.sim
./test.sh -u -f unique/db/replica_reduce21.sim
./test.sh -u -f unique/db/replica_reduce32.sim
./test.sh -u -f unique/db/replica_reduce31.sim
./test.sh -u -f unique/db/replica_part.sim

./test.sh -u -f unique/dnode/balance1.sim
./test.sh -u -f unique/dnode/balance2.sim
./test.sh -u -f unique/dnode/balance3.sim
./test.sh -u -f unique/dnode/balancex.sim
./test.sh -u -f unique/dnode/offline1.sim
./test.sh -u -f unique/dnode/offline2.sim

./test.sh -u -f unique/http/admin.sim

#import

#metrics

./test.sh -u -f unique/mnode/mgmt22.sim
./test.sh -u -f unique/mnode/mgmt23.sim
./test.sh -u -f unique/mnode/mgmt24.sim
./test.sh -u -f unique/mnode/mgmt25.sim
./test.sh -u -f unique/mnode/mgmt26.sim
./test.sh -u -f unique/mnode/mgmt33.sim
./test.sh -u -f unique/mnode/mgmt34.sim

#stream

#table

./test.sh -u -f unique/vnode/replica2_basic2.sim
./test.sh -u -f unique/vnode/replica3_basic.sim