Files
scoutfs/tests/golden/simple-inode-index
Zach Brown 701f1a9538 Add test that checks duplicate meta_seq entries
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>
2022-11-15 13:26:32 -08:00

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