Skip to content
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

Unexpected Permission denied: USE mySpace; YIELD 1; #2326

Closed
xuguruogu opened this issue Aug 28, 2020 · 1 comment
Closed

Unexpected Permission denied: USE mySpace; YIELD 1; #2326

xuguruogu opened this issue Aug 28, 2020 · 1 comment
Assignees

Comments

@xuguruogu
Copy link
Collaborator

USE mySpace; YIELD 1;
@xuguruogu
Copy link
Collaborator Author

Why this test should fail.

query = "USE my_space; CREATE TAG person(name string)";
code = client->execute(query, resp);
ASSERT_EQ(cpp2::ErrorCode::E_BAD_PERMISSION, code);

yixinglu pushed a commit to yixinglu/nebula that referenced this issue Jan 31, 2023
…-inc#2326)

* fix memtracker bugs during stress test on graphd and storaged

* resolve conflict

---------

Co-authored-by: codesigner <codesigner.huang@vesoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants