summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_heal_split_brain_command.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Validate data, metadata, entry split-brainLeela Venkaiah G2020-09-011-0/+264
Steps: - Create and mount a replicated volume and disable quorum, self-heal deamon - Create ~10 files from the mount point and simulate data, metadata split-brain for 2 files each - Create a dir with some files and simulate entry/gfid split brain - Validate volume successfully recognizing split-brain - Validate a lookup on split-brain files fails with EIO error on mount - Validate `heal info` and `heal info split-brain` command shows only the files that are in split-brain - Validate new files and dir's can be created from the mount Change-Id: I8caeb284c53304a74473815ae5181213c710b085 Signed-off-by: Leela Venkaiah G <lgangava@redhat.com>