mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 19:20:44 +00:00
This test case is used to detect and reproduce a customer issue we're seeing where the new .get_acl() method API and underlying changes in el9_6+ are causing ACL cache fetching to return inconsistent results, which shows as missing ACLs on directories. This particular sequence is consistent enough that it warrants making it into a specific test. Signed-off-by: Auke Kok <auke.kok@versity.com>
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
== make scratch fs
|
|
== create uid/gids
|
|
== set acls and permissions
|
|
== compare output
|
|
== drop caches and compare again
|
|
== cleanup scratch fs
|