gluster / glusto-tests

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

[LibFix] Fix cleanup error #91

Closed srivickynesh closed 3 years ago

srivickynesh commented 3 years ago

Fix for issue #90

Signed-off-by: Sri Vignesh vigneshsri11@gmail.com

kshithijiyer commented 3 years ago

@srivickynesh please run this with BVT and share the run results.

srivickynesh commented 3 years ago

Test coverage is limited to 4 node setup.

tests/functional/bvt/test_basic.py::TestGlusterdSanity::test_glusterd_restart_stop_start PASSED tests/functional/bvt/test_cvt.py::TestGlusterExpandVolumeSanity_cplex_distributed_glusterfs::test_expanding_volume_wh en_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterExpandVolumeSanity_cplex_replicated_glusterfs::test_expanding_volume_whe n_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterShrinkVolumeSanity_cplex_distributed-replicated_glusterfs::test_shrinking_volume_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterShrinkVolumeSanity_cplex_distributed_glusterfs::test_shrinking_volume_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterVolumeSetSanity_cplex_replicated_glusterfs::test_volume_set_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestQuotaSanity_cplex_distributed-replicated_glusterfs::test_quota_enable_disable_enable_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestQuotaSanity_cplex_distributed_glusterfs::test_quota_enable_disable_enable_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestQuotaSanity_cplex_replicated_glusterfs::test_quota_enable_disable_enable_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestSnapshotSanity_cplex_distributed-replicated_glusterfs::test_snapshot_basic_commands_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestSnapshotSanity_cplex_distributed_glusterfs::test_snapshot_basic_commands_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterReplaceBrickSanity_cplex_replicated_glusterfs::test_replace_brick_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterReplaceBrickSanity_cplex_distributed-replicated_glusterfs::test_replace_brick_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterHealSanity_cplex_replicated_glusterfs::test_self_heal_when_io_in_progress PASSED tests/functional/bvt/test_cvt.py::TestGlusterHealSanity_cplex_distributed-replicated_glusterfs::test_self_heal_when_io_in_progress PASSED tests/functional/bvt/test_vvt.py::VolumeAccessibilityTests_cplex_distributed-replicated_glusterfs::test_file_dir_create_ops_on_volume PASSED tests/functional/bvt/test_vvt.py::VolumeAccessibilityTests_cplex_distributed-replicated_glusterfs::test_volume_create_start_stop_start PASSED tests/functional/bvt/test_vvt.py::VolumeAccessibilityTests_cplex_distributed_glusterfs::test_file_dir_create_ops_on_volume PASSED tests/functional/bvt/test_vvt.py::VolumeAccessibilityTests_cplex_distributed_glusterfs::test_volume_create_start_stop_start PASSED tests/functional/bvt/test_vvt.py::VolumeAccessibilityTests_cplex_replicated_glusterfs::test_file_dir_create_ops_on_volume PASSED

aloganat commented 3 years ago

LGTM