Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/unstable' into codecov_22
Browse files Browse the repository at this point in the history
  • Loading branch information
madolson committed Jan 7, 2025
2 parents 477557d + e1db553 commit 0e83f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/acl-v2.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ start_server {tags {"acl external:skip"}} {
r ACL SETUSER key-permission-omit on nopass %RW +@all
assert_equal "User key-permission-omit has no permissions to access the 'x' key" [r ACL DRYRUN key-permission-omit GET x]
assert_equal "OK" [r ACL DRYRUN key-permission-omit GET ""]

# Assert these two are equivalent
assert_equal [r ACL GETUSER key-permission-omit] [r ACL GETUSER key-permission-no-key]
}

test {Test separate read and write permissions on different selectors are not additive} {
Expand Down

0 comments on commit 0e83f14

Please sign in to comment.