Unit test to confirm that the mysqlctl rice box is current#10182
Merged
rohit-nayak-ps merged 4 commits intovitessio:mainfrom Jun 1, 2022
Merged
Unit test to confirm that the mysqlctl rice box is current#10182rohit-nayak-ps merged 4 commits intovitessio:mainfrom
rohit-nayak-ps merged 4 commits intovitessio:mainfrom
Conversation
Member
|
Related to this: #10094 |
This was referenced May 21, 2022
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
d019daa to
0e3cc8e
Compare
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
deepthi
approved these changes
May 28, 2022
Signed-off-by: Rohit Nayak <rohit@planetscale.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
We recently had an issue where the
init_db.sqlhas been updated but the corresponding rice box was not updated. (rice box reference: https://github.com/GeertJohan/go.rice)All files in the config directory are part of this rice box. This PR adds a unit test to compare these files on disk with that embedded in the rice box.
The other rice-box usage is around the old vtctld UI and embedded vitess binaries, those are not tested for.