summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_disable_readdirp_data_loss.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add test to check for data loss with readdrip offkshithijiyer2020-09-241-0/+103
Test case: 1. Create a 2 x (4+2) disperse volume and start it. 2. Disable performance.force-readdirp and dht.force-readdirp. 3. Mount the volume on one client and create 8 directories. 4. Do a lookup on the mount using the same mount point, number of directories should be 8. 5. Mount the volume again on a different client and check if number of directories is the same or not. Change-Id: Id94db2bc9200ab2ce4ca2fb604f38ca4525e6ed1 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>