-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-7170 obj: fix bug in dfuse test with EC #5334
Conversation
1. Fix obj_fetch EC array with NULL sgl (to query iod_size) Add test cases to daos_checksum.c 2. Fix a bug of obj_list_get_shard()'s grp_idx calculation. Signed-off-by: Xuezhao Liu <xuezhao.liu@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
The test failure due to https://jira.hpdd.intel.com/browse/DAOS-7073 |
@johannlombardi the test passed except one known issue of DAOS-7073, should I retrigger the test or can it be fore landed? thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Fix a bug of obj_list_get_shard()'s grp_idx calculation. Signed-off-by: Xuezhao Liu <xuezhao.liu@intel.com>
Add test cases to daos_checksum.c
Signed-off-by: Xuezhao Liu xuezhao.liu@intel.com