mysql-tester icon indicating copy to clipboard operation
mysql-tester copied to clipboard

Q_IF not implemented (if statements in the test files)

Open mjonss opened this issue 4 years ago • 0 comments

There are references to if statements (Q_IF) in the code, but it is not implemented.

In MySQL's mysql-test-run / mysqltest binary some control statements are supported like if and while: https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_FLOW_CONTROL.html

It would be nice if they were supported by mysql-tester as well.

mjonss avatar Oct 25 '21 20:10 mjonss