SRE-4018 tests: Move PoolCreateCapacityTests.test_create_pool_quantity to cb - #19012
Open
ryon-jensen wants to merge 1 commit into
Open
SRE-4018 tests: Move PoolCreateCapacityTests.test_create_pool_quantity to cb#19012ryon-jensen wants to merge 1 commit into
ryon-jensen wants to merge 1 commit into
Conversation
|
Errors are Unable to load ticket data |
Collaborator
|
Test stage Functional Cluster Box 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-19012/1/testReport/ |
ryon-jensen
force-pushed
the
ryon-jensen/SRE-4018
branch
from
September 4, 2026 14:06
590845c to
2663568
Compare
Collaborator
|
Test stage Functional Cluster Box 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-19012/2/testReport/ |
…y to cb Move to cb: - PoolCreateCapacityTests.test_create_pool_quantity The first cluster box run only created 43 of the required 150 pools before failing with DER_NOSPACE. The cluster box nodes have 98 GiB of memory and the control plane reserves 64 GiB of it by default, leaving a 14 GiB ram-disk per engine, which is far less metadata capacity than the hardware nodes provide. Set system_ram_reserved to 16, as daos_test/suite.yaml already does for its cluster box runs, so the auto-sized ram-disk can grow enough to hold the pool metadata this test requires. This only affects ram-disk sizing, so the pmem backed hardware run is unchanged. Skip-functional-hardware-medium: true Skip-functional-hardware-medium-md-on-ssd: true Skip-functional-hardware-medium-vmd: true Skip-functional-hardware-medium-verbs-provider: true Skip-functional-hardware-medium-verbs-provider-md-on-ssd: true Skip-functional-hardware-medium-ucx-provider: true Skip-functional-hardware-large: true Skip-functional-hardware-large-md-on-ssd: true Skip-cancel-previous-builds: true Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>
ryon-jensen
force-pushed
the
ryon-jensen/SRE-4018
branch
from
September 9, 2026 19:56
2663568 to
4f76cd5
Compare
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.
Steps for the author:
After all prior steps are complete: