* test go.sum modification
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* test filter with different go.mod and go.sum rules
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* use different filters for go.mod and go.sum everywhere
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* clean up go.sum
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* Remove launchable in release-15.0
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* Addition of a CI tool to detect dead links in test/config.json (#11668) (#11712)
* Addition of a CI tool to detect dead links in test/config.json (#11668)
* Addition of a tool to detect unrequireed CI clusters in test/config.json
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* move mysql80 derived to queries/derived in config.json
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* test: clean the user table as well
Signed-off-by: Andres Taylor <andres@planetscale.com>
* Fix flakyness in TestDerivedTableWithHaving
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* Skip TestDerivedAggregationOnRHS
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
* Go mod tidy
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Co-authored-by: Andres Taylor <andres@planetscale.com>
* apply go mod tidy
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Co-authored-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Co-authored-by: Andres Taylor <andres@planetscale.com>
* Move towards MySQL 8.0 as the default template generation
This upgrades the remaining things to Ubuntu 20.04 and makes MySQL 8.0
the default we run tests against. We still have tests for MySQL 5.7 but
those are now explicitly opted into.
This should finish up the Ubuntu 20.04 upgrade and also makes things
easier for the future when we need to upgrade again.
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
* CI: rename shard vtorc_8.0 to vtorc_5.7, change expected test output for 8.0
Signed-off-by: deepthi <deepthi@planetscale.com>
* CI: increase timeout for 8.0 tests on the actual test step from 30 to 45 mins
Signed-off-by: deepthi <deepthi@planetscale.com>
* CI: increase timeout to 45 minutes for mysql57 tests too. We really only need this for vtorc, but I've made the change to the template so all tests get it.
Signed-off-by: deepthi <deepthi@planetscale.com>
* CI: fix vtorc test to work with both 5.7 and 8.0
Signed-off-by: deepthi <deepthi@planetscale.com>
* CI: missed docker flag in mysql57 template, one more fix to vtorc test
Signed-off-by: deepthi <deepthi@planetscale.com>
* removing spaces from pb file
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
* removing spaces in pb file part 2
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Co-authored-by: deepthi <deepthi@planetscale.com>
Co-authored-by: Rameez Sajwani <rameezwazirali@hotmail.com>