-
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-6965 Test: Increased the SCM size as recent layout change need more space with current dataset. #5228
Conversation
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.
Test stage Unit Test with memcheck completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-5228/1/execution/node/523/log |
…ore space with current dataset. (#4928) Test is failing because of SCM size target size is getting low 9MB with dataset. This test has no requirement to use low size so increase enough so test should not fail with ENOSPACE. Updated test to use PCMEM instead of using tmpfs. Quick-build: true Skip-unit-tests: true Skip-unit-test-memcheck: true Test-tag: nvme_object_multiple_pools Signed-off-by: Samir Raval <samir.raval@intel.com>
4957990
to
446db1f
Compare
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.
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.
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
The test is failing because of SCM size target size is getting low 9MB with the dataset.
This test has no requirement to use low size so increase enough so the test
should not fail with ENOSPACE.
Updated test to use PCMEM instead of using tmpfs.
Quick-build: true
Test-tag: nvme_object_multiple_pools
Signed-off-by: Samir Raval samir.raval@intel.com