mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
Add a quick test of the index items to make sure that rapid inode updates don't create duplicate meta_seq items. Signed-off-by: Zach Brown <zab@versity.com>
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
== dirs shouldn't appear in data_seq queries
|
|
== two created files are present and come after each other
|
|
found first
|
|
found second
|
|
== unlinked entries must not be present
|
|
== dirty inodes can not be present
|
|
== changing metadata must increase meta seq
|
|
== changing contents must increase data seq
|
|
== make sure dirtying doesn't livelock walk
|
|
== concurrent update attempts maintain single entries
|