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

MySQL Tester Improvement Plan

Open Defined2014 opened this issue 1 year ago • 4 comments

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/parser https://github.com/pingcap/mysql-tester/pull/109

Enhancement

  • [ ] Support --replace_result #119
  • [x] Support --replace_regex #112
  • [x] Support --disable_info and --enable_info #113
  • [x] Support --let #49
  • [x] Support check error code #52
  • [ ] Support --eval
  • [ ] Support control failpoint by HTTP API

Defined2014 avatar Nov 10 '23 03:11 Defined2014

@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 avatar Nov 10 '23 03:11 Defined2014

@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.

dveeden avatar Nov 10 '23 07:11 dveeden

@Defined2014 [ ] Support error check code, like https://github.com/pingcap/mysql-tester/pull/52 you mean?

mjonss avatar Nov 21 '23 11:11 mjonss

@Defined2014 [ ] Support error check code, like #52 you mean?

Oh, yes, is it still working fine on the master branch now? @mjonss

Defined2014 avatar Nov 21 '23 13:11 Defined2014