Florent Poinsard
Florent Poinsard
## Description This PR is a follow up of https://github.com/vitessio/vitess/pull/14947, where we added two new metrics but in the end we would like to rename to `TabletQueryPlanCache` for more clarity...
## Description This PR modifies the v20 release notes to mention that `QueryCacheXX` does not refer to an actual query cache but rather to a query plan cache. The metrics...
## Description For this third term of the 2024 LFX mentorship program, we would like to add more getting started guides and code examples to help new users of Vitess...
## Description ## Related Issue(s) ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ] If this...
## Description This PR fixes the release workflow that build and push the release artefacts to a new release. This failed very recently as we released `v21.0.0-rc1`: https://github.com/vitessio/vitess/actions/runs/11339640858. As of...
## Description This is a follow-up of https://github.com/vitessio/vitess/pull/16759 where we had reverted recent changes to the docker build github action workflow. This PR re-adds some of the changes we had...
## Description We recently changed the name of the `vitess-tester` repository to `vt`. This PR reflects the change needed in vitess. https://github.com/vitessio/vt Backporting this to all branches as it might...
## Description Small follow up of the v21.0.0 code freeze. Since we created a new release branch, I am adding it to the Golang Upgrade GH Workflow.
Moving https://github.com/vitessio/vitess/issues/14766 here as it is related to the vitess-operator. cc @GenLN as the original author. ----- ### Overview of the Issue This is not working for 2 vitess cluster...
There is a lot of duplicated code in our end-to-end tests that can easily be simplified by extracting some core functions into shared shell functions. This will make the tests...