-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding small note for project naming convention #1752
Conversation
Signed-off-by: Cody Lin <[email protected]>
Hi @codyjlin. Thanks for your PR. I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @codyjlin. Do you think we should be adding some validation in code to catch this and raise a better exception?
LGTM |
@achals I think so since the error message I did get was pretty unhelpful, but I'm not sure how frequently users would run into this error - might not be something to prioritize right now. |
Thanks @tedhtchang!! Just created #1755. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, codyjlin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #1752 +/- ##
==========================================
- Coverage 84.46% 82.90% -1.57%
==========================================
Files 82 73 -9
Lines 7093 6439 -654
==========================================
- Hits 5991 5338 -653
+ Misses 1102 1101 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Cody Lin [email protected]
What this PR does / why we need it:
Unfortunately I had accidentally specified a project name with a dash. The error that popped up was from sqlite (following a
store.apply
call when trying to create tables in the online store.):which actually took me some extra debugging to figure out what my issue was.
Which issue(s) this PR fixes:
N/A. Too small for a PR, but it could be related to overall validation or more docs specifying naming limitations.
Does this PR introduce a user-facing change?: