Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Florent Poinsard 5701a05455
Make upgrade downgrade job names unique (#12498)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2023-03-01 10:12:10 +02:00
FlorentP c4d606f320
Upgrade to `go1.18.9` (#11897)
* upgrade to go1.19.4

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* apply gofmt

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* regen proto

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* use go1.18.4 and bootstrap 11.2

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* fix go.mod

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* re gen proto

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-12-09 11:06:41 +01:00
Dirkjan Bussink 40b7876516
Fix deprecated usage of set-output (#11844) (#11855)
The `set-output` command is deprecated and will break in the future.
This moves to the new style for all our GitHub Actions.

See also https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>

Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
2022-11-30 18:25:52 +01:00
FlorentP b2e5dd72f3
Fix files changes filtering in CI (#11714) (#11778)
* 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>
2022-11-28 07:09:49 +01:00
FlorentP 0fa4997a3b
[release-15.0] Remove Launchable in the workflows (#11669)
* 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>
2022-11-16 19:03:01 -05:00
FlorentP fbacb8f9df
Upgrade to go1.18.7 (#11507)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-10-14 10:14:13 -07:00
Dirkjan Bussink e93e19708b
Move towards MySQL 8.0 as the default template generation (#11153)
* 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>
2022-10-03 14:04:57 -07:00