Auto-detect VT_MYSQL_ROOT, remove cruft#5488
Conversation
7f0c696 to
e48f70d
Compare
Signed-off-by: Morgan Tocker <tocker@gmail.com>
e48f70d to
a4c3231
Compare
|
I am currently running rebuilding docker images and testing locally. I will mark this as ready-for-review after it completes. |
|
It passed. Prepared_statement test failed, but that is an existing problem: |
…avor Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
|
@sougou There is a race in the VReplication testsuite, that I can reproduce about 20% of the time: I will leave this test as failed so you can inspect. But if you hit the "Re-run checks" button, I guarantee unit will pass :-) |
|
It also looks like the unit_race test has been finding races, and they are incorrectly not being reported. |
|
I think @gedgar still uses the packaging to make RPM files |
I checked this (and have seen this before). It's hard to avoid. It happens when things become so slow (>1s), that the streamer ends up sending a heartbeat event. We can live with this for now. We can later parameterize the heartbeat interval to a bigger value during tests. |
Signed-off-by: Morgan Tocker <tocker@gmail.com>
5f5287a to
46a9e65
Compare
…avor Signed-off-by: Morgan Tocker <tocker@gmail.com>
6671284 to
c26c655
Compare
The changes are:
VT_MYSQL_ROOTautodetection intomysqlctl, and then remove the auto-detection and setting of this variable from Docker images (PATHworks fine! It's predictable behavior..).MYSQL_FLAVORis removed, since it has not been required for some time since auto-detection was implemented based on discovering a local binary, and running--versionon it.GOTOP/PYTOP, which don't seem to be used. It is a good opportunity to remove some of the ceremony around bootstrapping.GOPATH,GOBIN,GO111MODULES- we can just set this in the Makefile, since there is no reason to overwrite it.Signed-off-by: Morgan Tocker tocker@gmail.com