Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
check_expected_crash_and_restart() in mariadb-test-run.pl contains dead code for restart_bindir (never used by any test) and silently ignores unknown commands in the expect file. This made it easy for bugs like https://jira.mariadb.org/browse/MDEV-39153 to go undetected.
Remove the unused restart_bindir handler from mariadb-test-run.pl and start_mysqld.inc
Call mtr_error() when an unrecognized command is found in the expect file
Attachments
Issue Links
- relates to
-
MDEV-39153 Sporadic `main.change_master_default` mismatch
-
- In Review
-