basic.txt 4.3 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
#alter
S
scripts  
slguan 已提交
13

S
scripts  
slguan 已提交
14
#cache
S
scripts  
slguan 已提交
15 16 17 18 19
#./test.sh -f general/cache/restart_table.sim
#./test.sh -f general/cache/restart_metrics.sim
#./test.sh -f general/cache/new_metrics.sim


S
scripts  
slguan 已提交
20 21 22 23 24
#column
#compress
#compute

./test.sh -f general/db/basic.sim
S
scripts  
slguan 已提交
25 26 27 28 29
./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 已提交
30 31 32 33 34 35
./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 已提交
36 37 38
./test.sh -f general/db/len.sim
./test.sh -f general/db/repeat.sim
./test.sh -f general/db/tables.sim
S
scripts  
slguan 已提交
39

S
scripts  
slguan 已提交
40
#field
S
scripts  
slguan 已提交
41 42 43 44 45 46 47 48 49 50 51

./test.sh -f general/http/restful.sim
./test.sh -f general/http/restful_insert.sim
./test.sh -f general/http/restful_limit.sim
./test.sh -f general/http/restful_full.sim
./test.sh -f general/http/prepare.sim
./test.sh -f general/http/telegraf.sim
#./test.sh -f general/http/grafana_bug.sim
#./test.sh -f general/http/grafana.sim


S
scripts  
slguan 已提交
52 53 54 55 56 57
#import
#insert
#metrics
#parser
#stream

S
scripts  
slguan 已提交
58 59 60 61 62
./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 已提交
63
./test.sh -f general/table/binary.sim
S
scripts  
slguan 已提交
64 65 66
./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 已提交
67 68 69
./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 已提交
70
./test.sh -f general/table/db.table.sim
S
scripts  
slguan 已提交
71 72 73 74
#./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 已提交
75
./test.sh -f general/table/double.sim
S
scripts  
slguan 已提交
76
#./test.sh -f general/table/fill.sim
S
scripts  
slguan 已提交
77 78
./test.sh -f general/table/float.sim
./test.sh -f general/table/int.sim
S
scripts  
slguan 已提交
79
./test.sh -f general/table/limit.sim
S
scripts  
slguan 已提交
80
./test.sh -f general/table/smallint.sim
S
scripts  
slguan 已提交
81 82
#./test.sh -f general/table/table_len.sim
./test.sh -f general/table/table.sim
S
scripts  
slguan 已提交
83
./test.sh -f general/table/tinyint.sim
S
scripts  
slguan 已提交
84 85 86 87
./test.sh -f general/table/vgroup.sim


#tag
S
scripts  
slguan 已提交
88 89

./test.sh -f general/user/basic1.sim
S
scripts  
slguan 已提交
90
./test.sh -f general/user/monitor.sim
S
scripts  
slguan 已提交
91 92 93 94 95
./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 已提交
96
#vector
S
scripts  
slguan 已提交
97

S
scripts  
slguan 已提交
98
#########  unique   #########  
S
scripts  
slguan 已提交
99

S
scripts  
slguan 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
./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
S
scripts  
slguan 已提交
117
#./test.sh -u -f unique/cluster/cache.sim
S
scripts  
slguan 已提交
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 144 145 146 147 148 149 150 151 152 153 154 155

./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