summaryrefslogtreecommitdiffstats
path: root/tests/functional/disperse/test_ec_truncate_file_with_brick_down.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Truncate a file with brick downBala Konda Reddy M2020-07-201-0/+124
Test steps: 1. Create a volume, start and mount it on a client 2. Bring down redundant bricks in the subvol 3. Create a file on the volume using "touch" 4. Truncate the file using "O_TRUNC" 5. Bring the brick online 6. Write data on the file and wait for heal completion 7. Check for crashes and coredumps Change-Id: Ie02a56ab5180f6a88e4499c8cf6e5fe5019e8df1 Signed-off-by: Bala Konda Reddy M <bala12352@gmail.com>