-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test(acl): Add a test case to verify identical name for group and use…
…r work with acl (#8454) ## Description Adds a test case for the fix implemented in #7978. For the test case we need to create a user and the group with the same name. Dgraph stores ACL information in the predicate `dgraph.xid` which is shared between group and user information. The test prevents a regression in the case where the names of the group and user are identical. ## Test `TestQueriesWithUserAndGroupOfSameName`
- Loading branch information
1 parent
141944a
commit 38f2829
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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