[release-19.0] DML test fix for duplicate column value#18132
Merged
dbussink merged 2 commits intovitessio:release-19.0from Apr 8, 2025
Merged
[release-19.0] DML test fix for duplicate column value#18132dbussink merged 2 commits intovitessio:release-19.0from
dbussink merged 2 commits intovitessio:release-19.0from
Conversation
…vitessio#17980) (vitessio#17987) Signed-off-by: Harshit Gangal <harshit@planetscale.com> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Member
Author
|
This PR is needed to make CI pass on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #18132 +/- ##
=============================================
Coverage 65.20% 65.20%
=============================================
Files 1561 1561
Lines 238836 238836
=============================================
+ Hits 155729 155730 +1
+ Misses 83107 83106 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rohit-nayak-ps
approved these changes
Apr 8, 2025
dbussink
approved these changes
Apr 8, 2025
tanjinx
pushed a commit
to slackhq/vitess
that referenced
this pull request
Jan 26, 2026
Merged
5 tasks
tanjinx
added a commit
to slackhq/vitess
that referenced
this pull request
Jan 26, 2026
vitessio#18132) (#780) * [release-19.0] DML test fix for duplicate column value (vitessio#18132) * fix: enable Percona tools repository before ps80 setup Percona repository structure now requires the tools repository to be enabled before setting up ps80. This fixes the CI error: "Selected product uses 'ps-80 tools' repositories. But the 'tools' repository is disabled" Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> --------- Co-authored-by: Harshit Gangal <harshit@planetscale.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is a backport of #17980