Details
Description
A common cause of disabling msan is test slowness. But lets constrain these to a big test rather than a full disable (hence mirroring the behavior of mysql-test/include/no_valgrind_without_big.inc).
on main branch 00a9afb5818433c26537ccaf6b2c59ad493dd473
test | non-debug build time/result | debug build time/result | change? |
---|---|---|---|
main.cte_recursive | 14839 | 181776 | not_msan_without_big |
main.alter_table_lock | 1178 | 710 | not even big? |
main.join_cache_notasan | 13 | 166 | with env MSAN_OPTIONS=allocator_may_return_null=1 + suppression call mtr.add_suppression("MemorySanitizer failed to allocate") |
main.mysql-interactive | fail - non-instrument tinfo lib | same | no change |
main.sp-no-valgrind | wrong result around mem used | same | no change |
main.ssl-big | 581127 | 597358 | too large - no change |
main.sum_distinct-big | 87008 | timeout | not_msan_without_big + not debug |
binlog.flashback-largebinlog | server crash - during large insert - not msan | same | not change |
funcs_1.myisam_views-big | 3436 | 19912 | not even big? |
innodb.alter_large_dml | debug only | 264966 | too large - no change |
innodb_gis.multi_pk | debug only | 600623 | too large - no change |
innodb_gis.rtree_purge | 6338 -> 11508 | 83286 -> 111250 | not_msan_without_big (varies due to page size combination ) |
maria.max_length | 107100 | timeout | non-msan-big |
mariabackup.aria_backup | debug only | timeout | no change |
plugins.rpl_auth | 1092 | ~2568 | per |
Covered in MDEV-31790: - non-debug order of734099 for all
- rpl.rpl_mixed_mixing_engines
- rpl.rpl_non_direct_mixed_mixing_engines
- rpl.rpl_non_direct_row_mixing_engines
- rpl.rpl_non_direct_stm_mixing_engines
- rpl.rpl_row_mixing_engines
- rpl.rpl_stm_mixing_engines
Attachments
Issue Links
- relates to
-
MDEV-37226 Remove MSAN limitation from MTR tests
-
- Open
-