Merge pull request #1343 from arutk/eaft

enable skipped failover tests
This commit is contained in:
Robert Baldyga 2022-09-09 10:21:05 +02:00 committed by GitHub
commit cedb77024d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,9 +128,6 @@ def test_failover_during_background_cleaning(cache_mode, cls, cleaning_policy, n
- Verify that the two checksums are equal - Verify that the two checksums are equal
- Power on the main DUT - Power on the main DUT
""" """
# TODO: use @pytest.mark.skip(reason="...") once it's fixed
pytest.skip("sporadic failures due to power cycle taking too long")
with TestRun.step("Make sure DRBD is installed on both nodes"): with TestRun.step("Make sure DRBD is installed on both nodes"):
check_drbd_installed(TestRun.duts) check_drbd_installed(TestRun.duts)
@ -387,9 +384,6 @@ def test_failover_during_dirty_flush(cache_mode, cls, num_iterations):
- Verify that the two checksums are equal - Verify that the two checksums are equal
- Power on the main DUT - Power on the main DUT
""" """
# TODO: use @pytest.mark.skip(reason="...") once it's fixed
pytest.skip("sporadic failures due to power cycle taking too long")
with TestRun.step("Make sure DRBD is installed on both nodes"): with TestRun.step("Make sure DRBD is installed on both nodes"):
check_drbd_installed(TestRun.duts) check_drbd_installed(TestRun.duts)