Skip to content

Commit

Permalink
DAOS-14781 test: expect more containers before rdb nospace
Browse files Browse the repository at this point in the history
Change the server/metdata.py tests to expect, for a pool rdb capacity
of 128 MiB, out of space errors just before creating a maxiimum of
about 7500 containers (increasing from the prior value 3000).

Test-tag: server,metadata
Test-repeat: 5
Skip-unit-tests: true
Skip-fault-injection-test: true

Signed-off-by: Kenneth Cain <[email protected]>
  • Loading branch information
kccain committed Jan 22, 2024
1 parent a2356d8 commit 449bd8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/server/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ObjectMetadata(TestWithServers):
CREATED_CONTAINERS_MIN = 2900

# Number of created containers that should not be possible
CREATED_CONTAINERS_LIMIT = 3500
CREATED_CONTAINERS_LIMIT = 7500

def __init__(self, *args, **kwargs):
"""Initialize a TestWithServers object."""
Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/server/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ server_config:
pool:
svcn: 5
scm_size: 1G
nvme_size: 8G
control_method: dmg
container:
control_method: API
Expand Down

0 comments on commit 449bd8a

Please sign in to comment.