mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
remove obsolete tests
This commit is contained in:
parent
c6fd704151
commit
6541369ea1
1 changed files with 0 additions and 50 deletions
|
@ -1,50 +0,0 @@
|
|||
mysqlbuild=mysql-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.sql.bench.bash --mysqlbuild=$mysqlbuild --commit=1
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.atc.ontime.bash --mysqlbuild=$mysqlbuild --commit=1 --engine=tokudb
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.sql.bench.bash --mysqlbuild=$mysqlbuild --commit=1
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.sql.bench.bash --mysqlbuild=$mysqlbuild --commit=1
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=1
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=1 --tokudb_load_save_space=1
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=10
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=10 --tokudb_load_save_space=1
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=30
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=30 --tokudb_load_save_space=1
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.iibench.bash --mysqlbuild=$mysqlbuild --commit=1 --max_rows=1000000000 --insert_only=0
|
||||
run.iibench.bash --mysqlbuild=$mysqlbuild --commit=1 --max_rows=1000000000 --replace_into
|
||||
run.iibench.bash --mysqlbuild=$mysqlbuild --commit=1 --max_rows=1000000000 --insert_ignore
|
||||
run.iibench.bash --mysqlbuild=$mysqlbuild --commit=1 --max_rows=1000000000 --insert_only=1
|
||||
fi
|
||||
|
||||
mysqlbuild=mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
|
||||
setup.mysql.bash --mysqlbuild=$mysqlbuild --install=0
|
||||
if [ $? = 0 ] ; then
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=100 --compare=0
|
||||
run.tpch.bash --mysqlbuild=$mysqlbuild --commit=1 --SCALE=100 --compare=0 --tokudb_load_save_space=1
|
||||
fi
|
Loading…
Add table
Reference in a new issue