mirror of
https://github.com/MariaDB/server.git
synced 2025-03-07 19:53:09 +01:00
merge
This commit is contained in:
commit
576d64dc8b
4 changed files with 19 additions and 0 deletions
mysql-test/collections
13
mysql-test/collections/test-bt
Normal file
13
mysql-test/collections/test-bt
Normal file
|
@ -0,0 +1,13 @@
|
|||
perl mysql-test-run.pl --force --timer --comment=normal \
|
||||
--skip-ndbcluster --report-features --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=ps \
|
||||
--skip-ndbcluster --ps-protocol --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=funcs1+ps --suite=funcs_1 --ps-protocol --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=funcs2 --suite=funcs_2 --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=partitions --suite=parts --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=stress --suite=stress --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=jp --suite=jp --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=embedded \
|
||||
--embedded-server --skip-rpl --skip-ndbcluster --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=nist --suite=nist --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=nist+ps --suite=nist --ps-protocol --experimental=collections/default.experimental
|
2
mysql-test/collections/test-bt-debug
Normal file
2
mysql-test/collections/test-bt-debug
Normal file
|
@ -0,0 +1,2 @@
|
|||
perl mysql-test-run.pl --force --timer --comment=debug \
|
||||
--skip-ndbcluster --skip-rpl --report-features --experimental=collections/default.experimental
|
0
mysql-test/collections/test-bt-debug-fast
Normal file
0
mysql-test/collections/test-bt-debug-fast
Normal file
4
mysql-test/collections/test-bt-fast
Normal file
4
mysql-test/collections/test-bt-fast
Normal file
|
@ -0,0 +1,4 @@
|
|||
perl mysql-test-run.pl --force --timer --comment=ps \
|
||||
--skip-ndbcluster --ps-protocol --report-features --experimental=collections/default.experimental
|
||||
perl mysql-test-run.pl --force --timer --comment=stress \
|
||||
--suite=stress --experimental=collections/default.experimental
|
Loading…
Add table
Reference in a new issue