pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 61 forks source link

Support additional tester macros #29

Open morgo opened 2 years ago

morgo commented 2 years ago

In addition to https://github.com/pingcap/mysql-tester/issues/24

The following macros in tests would be really helpful:

mjonss commented 2 years ago

With while also inc/dec is handy together with let/eval.

mjonss commented 2 years ago

Also --source is sometimes used, to repeat same queries within a single test.