mysql-tester
mysql-tester copied to clipboard
MySQL Tester Improvement Plan
Doc
- [ ] Update related doc and readme.
Bug Fix
- [x] Avoid use txn directly https://github.com/pingcap/mysql-tester/pull/109
- [x] Avoid import
tidb/parserhttps://github.com/pingcap/mysql-tester/pull/109
Enhancement
- [ ] Support
--replace_result#119 - [x] Support
--replace_regex#112 - [x] Support
--disable_infoand--enable_info#113 - [x] Support
--let#49 - [x] Support check error code #52
- [ ] Support
--eval - [ ] Support control failpoint by HTTP API
@dveeden I found you already pushed a PR for --let, are you free to check does it still work or not? If the answer is yes, maybe we could merge it directly.
@Defined2014 that has been pending on review from @mjonss and @bb7133
Looks like I need to make a small adjustment before this can be merged. I'll try to do that soon-ish.
Update: this is ready now.
@Defined2014 [ ] Support error check code, like https://github.com/pingcap/mysql-tester/pull/52 you mean?
@Defined2014 [ ] Support error check code, like #52 you mean?
Oh, yes, is it still working fine on the master branch now? @mjonss