DAOS-17681 test: add EC coverage to the datamover tests - #19031
Draft
mchaarawi wants to merge 1 commit into
Draft
Conversation
|
Ticket title is 'daos container clone: daos_obj_fetch unexpectedly returns 0 sg_nr_out' |
Collaborator
|
Test stage Functional Hardware Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-19031/1/testReport/ |
mchaarawi
force-pushed
the
mschaara/dm_ec_tests
branch
from
September 9, 2026 15:49
0bd0389 to
c0e849f
Compare
The datamover suite had no EC coverage for the mpifileutils tools, and no object-level dsync test at all. Add dcp, dsync and daos-serialize variants to DmvrObjEcTest, and a dsync test to DmvrObjSmallTest. DmvrObjEcTest now writes byte granular whole stripes and punches some of them, and dataset_verify_ec checks the io map rather than just the bytes. Add IORequest.insert_recx, fetch_recx and fetch_recx_map, plus daos_iom_t to daos_cref, to make that possible. dataset_gen and dataset_verify learn punch_extents and punch_tail_extents, used by DmvrObjSmallTest to make its arrays sparse. PR-repos-el8: mpifileutils-pkg@PR-47:1 PR-repos-el9: mpifileutils-pkg@PR-47:1 Quick-Functional: true Test-tag: datamover Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@hpe.com>
mchaarawi
force-pushed
the
mschaara/dm_ec_tests
branch
from
September 9, 2026 17:40
c0e849f to
b5dee7c
Compare
Collaborator
|
Test stage Functional on EL 9 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-19031/2/execution/node/752/log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The datamover suite had no EC coverage for the mpifileutils tools, and
no object-level dsync test at all. Add dcp, dsync and daos-serialize
variants to DmvrObjEcTest, and a dsync test to DmvrObjSmallTest.
DmvrObjEcTest now writes byte granular whole stripes and punches some of
them, and dataset_verify_ec checks the io map rather than just the
bytes. Add IORequest.insert_recx, fetch_recx and fetch_recx_map, plus
daos_iom_t to daos_cref, to make that possible.
dataset_gen and dataset_verify learn punch_extents and
punch_tail_extents, used by DmvrObjSmallTest to make its arrays sparse.
Quick-Functional: true
Test-tag: datamover
Steps for the author:
After all prior steps are complete: