• Alexey Yurchenko's avatar
    Remove provider defaults check from 'galera_defaults' MTR test · 6b818831
    Alexey Yurchenko authored
    From time to time Galera adds new parameters or changes defaults to
    existing ones. Every time this happens galera_defaults test needs a
    fix (and a commit) because it insists on checking these defaults.
    This is making life hard because any Galera update may require a fix
    to MariaDB code even though it is totally unrelated and defeats the
    whole idea of a provider living its own life.
    This commit removes checking for provider defaults to avoid false
    positive failures on MariaDB side.
    6b818831
galera_defaults.test 1.07 KB