mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
The first commit of the scoutfs-tests suite which uses multiple mounts on one host to test multi-node scoutfs. Signed-off-by: Zach Brown <zab@versity.com>
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
=== setup test file ===
|
|
# file: /mnt/test/test/lock-shrink-consistency/dir/file
|
|
user.test="aaa"
|
|
|
|
=== commit dirty trans and revoke lock ===
|
|
trigger statfs_lock_purge armed: 1
|
|
trigger statfs_lock_purge after it fired: 0
|
|
=== change xattr on other mount ===
|
|
# file: /mnt/test/test/lock-shrink-consistency/dir/file
|
|
user.test="bbb"
|
|
|
|
=== verify new xattr under new lock on first mount ===
|
|
# file: /mnt/test/test/lock-shrink-consistency/dir/file
|
|
user.test="bbb"
|
|
|