Skip to content

Commit

Permalink
DAOS-14320 test: remove offline_rebuild_agg test (#13626)
Browse files Browse the repository at this point in the history
The test_ec_offline_rebuild_agg_disabled test in erasurecode/
offline_rebuild_aggregation.py should be deleted because this is not a
scenario that real users will ever do.


#Pragmas from previous commit message:
Skip-checkpatch: true
Skip-python-bandit: true
Skip-build: true
Quick-build: true
Quick-Functional: true
Allow-unstable-test: true
#RPM-test-version: version[-release]
#RPM-test-version: 2.5.100
# VM1-label: ci_vm1
# Ubuntu-VM9-label: ci_vm9
# Leap15-VM9-label: ci_vm9
# EL8-VM9-label: ci_vm9
# HW-medium-label: ci_nvme5
# HW-large-label: ci_nvme9
Signed-off-by: James A. Nunez <[email protected]>
  • Loading branch information
jamesanunez authored and brianjmurrell committed Jan 31, 2024
1 parent bef5321 commit 56bfc79
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/tests/ftest/erasurecode/offline_rebuild_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,6 @@ def execution(self, agg_trigger=False):
# data set
self.ior_read_dataset(parity=2)

def test_ec_offline_rebuild_agg_disabled(self):
"""Jira ID: DAOS-7313.
Test Description: Test Erasure code object aggregation disabled mode
with IOR.
Use Case: Create the pool, disabled aggregation, run IOR with supported
EC object type with partial strip.
Verify that Aggregation should not triggered.
Verify the IOR read data at the end.
Kill single server and wait for rebuild.
Read and verify all the data.
Kill second server and wait for rebuild.
Read and verify data with +2 Parity with no data corruption.
:avocado: tags=all,full_regression
:avocado: tags=hw,large
:avocado: tags=ec,aggregation,ec_array,ec_aggregation,rebuild
:avocado: tags=EcodAggregationOffRebuild,test_ec_offline_rebuild_agg_disabled
"""
# Disable the aggregation
self.pool.set_property("reclaim", "disabled")
self.execution()

def test_ec_offline_rebuild_agg_default(self):
"""Jira ID: DAOS-7313.
Expand Down

0 comments on commit 56bfc79

Please sign in to comment.