Morgan Tocker
Morgan Tocker
I was talking to a contributor today, and he asked what tests are expected for a PR.. and if there is any overview of the testing procedures. I actually don't...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) This is the easiest SQL to reproduce: ```sql DROP TABLE IF EXISTS...
> This is the place to report a bug, ask a question, or suggest an enhancement. In this PR https://github.com/github/gh-ost/commit/da3514253f5cd848c1cbcaad63ad794427ed1833 `GetDBUri()` will execute a statement such as the following: ```...
## A Pull Request should be associated with an Issue. > We wish to have discussions in Issues. A single issue may be targeted by multiple PRs. > If you're...
We are looking to improve the performance of `gh-ost` so that we can safely operate with larger database sizes. Our use case is a bit different to GitHub’s in that...
## A Pull Request should be associated with an Issue. > We wish to have discussions in Issues. A single issue may be targeted by multiple PRs. > If you're...
Hi! We have an existing set of best practices tooling which _I adore_, but for maintenance reasons I think they could be ported to skeema. I wanted to describe some...
This is a convention used by the mysql test script, and it will help in the event that a previous execution of another test did not clean up correctly.
In addition to https://github.com/pingcap/mysql-tester/issues/24 The following macros in tests would be really helpful: * `--replace_column` and `--disable_result_log` (these are used to patch out results from the output file. Used when...
The parser used by the mysql tester is from github.com/pingcap/parser not github.com/pingcap/tidb/parser. This is a problem because some of the tests require newer features: ``` FATA[0000] run test [ctype_gbk] err:...