pingcap / mysql-tester

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

MySQL Tester Improvement Plan #110

Open Defined2014 opened 10 months ago

Defined2014 commented 10 months ago

Doc

Bug Fix

Enhancement

Defined2014 commented 10 months ago

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

dveeden commented 10 months ago

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

mjonss commented 9 months ago

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

Defined2014 commented 9 months ago

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

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