• Marko Mäkelä's avatar
    MDEV-29710: Disable some more tests on Valgrind · 6b671aee
    Marko Mäkelä authored
    A number of tests often trip warnings on Valgrind, because Valgrind
    runs all threads in a single thread and may cause starvation:
    InnoDB: A long wait (... seconds) was observed for dict_sys.latch
    
    Let us disable those tests on Valgrind in order to avoid bogus failures.
    6b671aee
alter_dml_apply.test 1.69 KB