gluster / glusto-tests

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

[TestFix] Set1: Review of failing glusterd tests #82

Closed leelavg closed 3 years ago

leelavg commented 3 years ago

Change-Id: Ia5a3f7df990360bbdc964c49496dea7399d499ab Signed-off-by: Leela Venkaiah G lgangava@redhat.com

leelavg commented 3 years ago

Failing Tests:

  1. tests/functional/glusterd/test_glusterd_start_stop_output.py: test_glusterd_start_stop_consistent_info

  2. tests/functional/glusterd/test_remove_brick_after_restart_glusterd.py: test_remove_brick

  3. tests/functional/glusterd/test_probe_glusterd_down.py: test_peer_probe_when_glusterd_down

  4. tests/functional/glusterd/test_gluster_does_not_do_posix_lock_when_multiple_client.py: test_gluster_does_not_do_posix_lock_when_multiple_client

  5. test_glusterd_start_stop_consistent_info

    • Remove runs_on as we aren't creating any volumes
    • Reset glusterd reset count before and after the test
    • 5/5 pass locally
  6. test_remove_brick

    • Flaky test (2/5 pass locally), better to skip it
  7. test_peer_probe_when_glusterd_down

    • 5/5 pass locally
    • Skip if failed again
  8. test_gluster_does_not_do_posix_lock_when_multiple_client

    • Incorrect test, this wouldn't pass even in local setup. Owner should review. Skip for now.

General Notes:

leelavg commented 3 years ago

pls review: @srijan-sivakumar