gluster / glusto-tests

Functional test framework for glusterfs.
GNU General Public License v3.0
19 stars 43 forks source link

[Test] Add test to validate rebalance with locks on files #51

Closed pranavprakash20 closed 3 years ago

pranavprakash20 commented 3 years ago

Test Steps:

  1. Create a distributed or distributed-replicate volume and populate some data
  2. Hold exclusive lock on a file (can use flock)
  3. Add-brick and rebalance (make sure this file gets migrated)
  4. Again from another program try to hold exclusive lock on this file

Signed-off-by: Pranav prprakas@redhat.com

pranavprakash20 commented 3 years ago

@kshithijiyer @aloganat @leelavg @srijan-sivakumar Please review