unique.txt 5.4 KB
Newer Older
1 2 3
cd ../../../debug; cmake ..
cd ../../../debug; make

S
Shengliang Guan 已提交
4 5 6
./test.sh -f unique/big/balance.sim
./test.sh -f unique/big/maxvnodes.sim
./test.sh -f unique/big/tcp.sim
7

8
./test.sh -f unique/cluster/alter.sim
S
Shengliang Guan 已提交
9 10 11 12
./test.sh -f unique/cluster/balance1.sim
./test.sh -f unique/cluster/balance2.sim
./test.sh -f unique/cluster/balance3.sim
./test.sh -f unique/cluster/cache.sim
S
TD-2602  
Shengliang Guan 已提交
13
./test.sh -f unique/cluster/vgroup100.sim
14

S
Shengliang Guan 已提交
15
./test.sh -f unique/column/replica3.sim
16

S
Shengliang Guan 已提交
17 18 19 20 21 22 23 24 25 26
./test.sh -f unique/db/commit.sim
./test.sh -f unique/db/delete.sim
./test.sh -f unique/db/delete_part.sim
./test.sh -f unique/db/replica_add12.sim
./test.sh -f unique/db/replica_add13.sim
./test.sh -f unique/db/replica_add23.sim
./test.sh -f unique/db/replica_reduce21.sim
./test.sh -f unique/db/replica_reduce32.sim
./test.sh -f unique/db/replica_reduce31.sim
./test.sh -f unique/db/replica_part.sim
27

S
scripts  
Shengliang Guan 已提交
28
./test.sh -f unique/dnode/alternativeRole.sim
S
TD-2602  
Shengliang Guan 已提交
29 30 31
./test.sh -f unique/dnode/monitor.sim
./test.sh -f unique/dnode/monitor_bug.sim
./test.sh -f unique/dnode/simple.sim
S
Shengliang Guan 已提交
32 33 34 35
./test.sh -f unique/dnode/balance1.sim
./test.sh -f unique/dnode/balance2.sim
./test.sh -f unique/dnode/balance3.sim
./test.sh -f unique/dnode/balancex.sim
S
TD-2602  
Shengliang Guan 已提交
36
./test.sh -f unique/dnode/data1.sim
S
TD-2270  
Shengliang Guan 已提交
37 38
./test.sh -f unique/dnode/m2.sim
./test.sh -f unique/dnode/m3.sim
S
TD-2602  
Shengliang Guan 已提交
39
./test.sh -f unique/dnode/lossdata.sim
S
Shengliang Guan 已提交
40 41
./test.sh -f unique/dnode/offline1.sim
./test.sh -f unique/dnode/offline2.sim
S
TD-2513  
Shengliang Guan 已提交
42 43
./test.sh -f unique/dnode/offline3.sim
./test.sh -f unique/dnode/reason.sim
S
Shengliang Guan 已提交
44 45 46
./test.sh -f unique/dnode/remove1.sim
./test.sh -f unique/dnode/remove2.sim
./test.sh -f unique/dnode/vnode_clean.sim
47

S
Shengliang Guan 已提交
48 49
./test.sh -f unique/http/admin.sim
./test.sh -f unique/http/opentsdb.sim
50

S
Shengliang Guan 已提交
51 52
./test.sh -f unique/import/replica2.sim
./test.sh -f unique/import/replica3.sim
53

S
Shengliang Guan 已提交
54 55 56 57 58 59 60 61
./test.sh -f unique/stable/balance_replica1.sim
./test.sh -f unique/stable/dnode2_stop.sim
./test.sh -f unique/stable/dnode2.sim
./test.sh -f unique/stable/dnode3.sim
./test.sh -f unique/stable/replica2_dnode4.sim
./test.sh -f unique/stable/replica2_vnode3.sim
./test.sh -f unique/stable/replica3_dnode6.sim
./test.sh -f unique/stable/replica3_vnode3.sim
62

S
TD-2602  
Shengliang Guan 已提交
63
./test.sh -f unique/mnode/mgmt20.sim
64
./test.sh -f unique/mnode/mgmt21.sim
S
Shengliang Guan 已提交
65 66 67 68 69
./test.sh -f unique/mnode/mgmt22.sim
./test.sh -f unique/mnode/mgmt23.sim
./test.sh -f unique/mnode/mgmt24.sim
./test.sh -f unique/mnode/mgmt25.sim
./test.sh -f unique/mnode/mgmt26.sim
S
TD-2602  
Shengliang Guan 已提交
70
./test.sh -f unique/mnode/mgmt30.sim
S
Shengliang Guan 已提交
71 72 73
./test.sh -f unique/mnode/mgmt33.sim
./test.sh -f unique/mnode/mgmt34.sim
./test.sh -f unique/mnode/mgmtr2.sim
74

S
Shengliang Guan 已提交
75 76 77 78 79 80
./test.sh -f unique/vnode/many.sim
./test.sh -f unique/vnode/replica2_basic2.sim
./test.sh -f unique/vnode/replica2_repeat.sim
./test.sh -f unique/vnode/replica3_basic.sim
./test.sh -f unique/vnode/replica3_repeat.sim
./test.sh -f unique/vnode/replica3_vgroup.sim
S
scripts  
Shengliang Guan 已提交
81 82

./test.sh -f unique/arbitrator/check_cluster_cfg_para.sim
83
#./test.sh -f unique/arbitrator/dn2_mn1_cache_file_sync.sim
S
scripts  
Shengliang Guan 已提交
84 85
./test.sh -f unique/arbitrator/dn3_mn1_full_createTableFail.sim
./test.sh -f unique/arbitrator/dn3_mn1_multiCreateDropTable.sim
86 87
#./test.sh -f unique/arbitrator/dn3_mn1_nw_disable_timeout_autoDropDnode.sim
#./test.sh -f unique/arbitrator/dn3_mn1_replica2_wal1_AddDelDnode.sim
S
scripts  
Shengliang Guan 已提交
88 89
./test.sh -f unique/arbitrator/dn3_mn1_replica_change_dropDnod.sim
./test.sh -f unique/arbitrator/dn3_mn1_replica_change.sim
90 91
#./test.sh -f unique/arbitrator/dn3_mn1_stopDnode_timeout.sim
# lower the priority while file corruption
S
scripts  
Shengliang Guan 已提交
92 93 94 95
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_change.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_corruptFile_offline.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_corruptFile_online.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_createErrData_online.sim
S
scripts  
Shengliang Guan 已提交
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
./test.sh -f unique/arbitrator/dn3_mn1_vnode_noCorruptFile_offline.sim
./test.sh -f unique/arbitrator/dn3_mn1_vnode_delDir.sim
./test.sh -f unique/arbitrator/dn3_mn1_r2_vnode_delDir.sim
./test.sh -f unique/arbitrator/dn3_mn1_r3_vnode_delDir.sim
./test.sh -f unique/arbitrator/dn3_mn1_vnode_nomaster.sim
./test.sh -f unique/arbitrator/dn3_mn2_killDnode.sim
./test.sh -f unique/arbitrator/insert_duplicationTs.sim
./test.sh -f unique/arbitrator/offline_replica2_alterTable_online.sim
./test.sh -f unique/arbitrator/offline_replica2_alterTag_online.sim
./test.sh -f unique/arbitrator/offline_replica2_createTable_online.sim
./test.sh -f unique/arbitrator/offline_replica2_dropDb_online.sim
./test.sh -f unique/arbitrator/offline_replica2_dropTable_online.sim
./test.sh -f unique/arbitrator/offline_replica3_alterTable_online.sim
./test.sh -f unique/arbitrator/offline_replica3_alterTag_online.sim
./test.sh -f unique/arbitrator/offline_replica3_createTable_online.sim
./test.sh -f unique/arbitrator/offline_replica3_dropDb_online.sim
./test.sh -f unique/arbitrator/offline_replica3_dropTable_online.sim
./test.sh -f unique/arbitrator/replica_changeWithArbitrator.sim
./test.sh -f unique/arbitrator/sync_replica2_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica2_alterTable_drop.sim
116

S
scripts  
Shengliang Guan 已提交
117 118 119 120 121 122 123
./test.sh -f unique/arbitrator/sync_replica2_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica2_dropTable.sim
./test.sh -f unique/arbitrator/sync_replica3_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica3_alterTable_drop.sim
./test.sh -f unique/arbitrator/sync_replica3_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica3_dropTable.sim

H
Hui Li 已提交
124 125 126 127
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeVnodeDir.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeVnodeDir_stopAll_starAll.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmVnodeDir.sim