mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Makefile.am : Bypass bug#28685 and skip the "rowlock" suite in the release builds.
Makefile.am: Bypass bug#28685 and skip the "rowlock" suite in the release builds.
This commit is contained in:
parent
454fca74e4
commit
dc8912df55
1 changed files with 4 additions and 2 deletions
|
|
@ -136,8 +136,10 @@ test-bt:
|
|||
@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
|
||||
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
|
||||
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
@PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
|
||||
|
||||
# Re-enable the "rowlock" suite when bug#28685 is fixed
|
||||
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
# @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
|
||||
|
||||
# Re-enable the "jp" suite when bug#28563 is fixed
|
||||
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue