scripts
This commit is contained in:
parent
80f0a88063
commit
d2b7acdde7
|
@ -21,7 +21,7 @@ $stb = $stbPrefix . $i
|
||||||
|
|
||||||
sql drop database $db -x step1
|
sql drop database $db -x step1
|
||||||
step1:
|
step1:
|
||||||
sql create database $db maxrows 200 cache 2048 maxTables 4
|
sql create database $db maxrows 200 cache 2 maxTables 4
|
||||||
print ====== create tables
|
print ====== create tables
|
||||||
sql use $db
|
sql use $db
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ cd ../../../debug; make
|
||||||
#unsupport ./test.sh -f general/alter/table.sim
|
#unsupport ./test.sh -f general/alter/table.sim
|
||||||
|
|
||||||
./test.sh -f general/cache/new_metrics.sim
|
./test.sh -f general/cache/new_metrics.sim
|
||||||
#jeff ./test.sh -f general/cache/restart_metrics.sim
|
./test.sh -f general/cache/restart_metrics.sim
|
||||||
#jeff ./test.sh -f general/cache/restart_table.sim
|
./test.sh -f general/cache/restart_table.sim
|
||||||
|
|
||||||
#hongze ./test.sh -f general/column/commit.sim
|
#hongze ./test.sh -f general/column/commit.sim
|
||||||
./test.sh -f general/column/metrics.sim
|
./test.sh -f general/column/metrics.sim
|
||||||
|
@ -41,8 +41,6 @@ cd ../../../debug; make
|
||||||
./test.sh -f general/compute/sum.sim
|
./test.sh -f general/compute/sum.sim
|
||||||
./test.sh -f general/compute/top.sim
|
./test.sh -f general/compute/top.sim
|
||||||
|
|
||||||
#jeff ./test.sh -f general/connection/connection.sim
|
|
||||||
|
|
||||||
./test.sh -f general/db/basic.sim
|
./test.sh -f general/db/basic.sim
|
||||||
./test.sh -f general/db/basic1.sim
|
./test.sh -f general/db/basic1.sim
|
||||||
./test.sh -f general/db/basic2.sim
|
./test.sh -f general/db/basic2.sim
|
||||||
|
|
Loading…
Reference in New Issue