mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-399 Combinations defined in the base suite cannot be skipped by overlay
When appliying parent combinations to the overlay, filter them through the %skip_combinations using the overlayed filename
This commit is contained in:
parent
bd39599668
commit
6ed4a283fd
4 changed files with 32 additions and 5 deletions
8
storage/example/mysql-test/mtr/suite.pm
Normal file
8
storage/example/mysql-test/mtr/suite.pm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package My::Suite::MTR::Example;
|
||||
|
||||
@ISA = qw(My::Suite);
|
||||
|
||||
sub skip_combinations {(
|
||||
't/combs.combinations' => [ 'c1' ],
|
||||
)}
|
||||
bless { };
|
||||
Loading…
Add table
Add a link
Reference in a new issue