-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Desc not existed user should report error #5141
Labels
affects/master
PR/issue: this bug affects master version.
process/fixed
Process of bug
severity/minor
Severity of bug
type/bug
Type: something is unexpected
Milestone
Comments
github-actions
bot
added
affects/none
PR/issue: this bug affects none version.
severity/none
Severity of bug
labels
Dec 28, 2022
Sophie-Xie
added
severity/minor
Severity of bug
and removed
severity/none
Severity of bug
labels
Dec 28, 2022
what's the current behavior? |
Empty result. |
github-actions
bot
removed
the
affects/none
PR/issue: this bug affects none version.
label
Jan 3, 2023
Can i try this? thx |
11 tasks
yixinglu
pushed a commit
to yixinglu/nebula
that referenced
this issue
Sep 14, 2023
…xisted!" (vesoft-inc#2450) If user does not exist `desc user xxx` will be raise "User not existed!" <!-- Thanks for your contribution! In order to review PR more efficiently, please add information according to the template. --> ## What type of PR is this? - [x] bug - [ ] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: Close vesoft-inc#5141 #### Description: If use does not exist `desc user xxx` will be raise "User not existed!" ## How do you solve it? add account exist verify in meta service ## Special notes for your reviewer, ex. impact of this fix, design document, etc: ## Checklist: Tests: manunal test: ``` (root@nebula) [(none)]> desc user u6 [ERROR (-1005)]: User not existed! Wed, 15 Feb 2023 22:43:06 CST ``` - [ ] Unit test(positive and negative cases) - [ ] Function test - [ ] Performance test - [ ] N/A Affects: - [ ] Documentation affected (Please add the label if documentation needs to be modified.) - [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.) - [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).) - [ ] Performance impacted: Consumes more CPU/Memory ## Release notes: Please confirm whether to be reflected in release notes and how to describe: > ex. Fixed the bug ..... Migrated from vesoft-inc#5345 Co-authored-by: Milittle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects/master
PR/issue: this bug affects master version.
process/fixed
Process of bug
severity/minor
Severity of bug
type/bug
Type: something is unexpected
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Found in #5139
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: