mysql-tester
mysql-tester copied to clipboard
A Golang implementation of MySQL Test Framework
Close: #116 Issue was that os.Exit(1) was used on error, which bypasses all defer function. Fix consistently use the already existing global testSuite and write the xunit file explicitly in...
Also updated example test result with latest master...
## 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 - [...
https://prow.tidb.net/?repo=PingCAP-QE%2Ftidb-test&job=*mysql*&state=failure can not know which case failed:
Signed-off-by: guo-shaoge
When there is an issue with `--connect` command it will only fail saying it could not connect, but not show where in the test it failed. This adds line number...
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...