mirror of
https://github.com/MariaDB/server.git
synced 2025-12-15 08:45:55 +01:00
galera SST tests have a debug part, but we don't want to limit them
to fulltest2 builder. So, add support for test files that
have a debug part:
* add maybe_debug.inc and maybe_debug.combinations
* 'debug' combination is run when debug is available
* 'release' combination is run otherwise
* test wraps debug parts in if($with_debug) { ... }
* and creates ,debug.rdiff for debug results
3 lines
156 B
SQL
3 lines
156 B
SQL
# include file for test files that can be run with and without debug
|
|
# having debug and non-debug tests.
|
|
let $have_debug=`select version() like '%debug%'`;
|