Skip to content

DAOS-19457 test: Update Func control tests to use new pool/container defaults - #19083

Open
dinghwah wants to merge 5 commits into
masterfrom
dinghwah/DAOS-19457-pctest
Open

dinghwah wants to merge 5 commits into
masterfrom
dinghwah/DAOS-19457-pctest

Conversation

@dinghwah

Copy link
Copy Markdown
Contributor

Use old default property values for container as below. Pool - properties: rd_fac:0,space_rb:0
Container - properties: cksum:off,srv_cksum:off

Skip-fault-injection-test: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-large: false
Test-tag: DaosObjectQuery

Signed-off-by: Ding-Hwa Ho ding-hwa.ho@hpe.com

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Test-tag: test_snapshot_aggregation
Skip-unit-tests: true
Test-repeat: 10

Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
…ainer defaults

Use old default property values for container as below. Pool - properties: rd_fac:0,space_rb:0
Container - properties: cksum:off,srv_cksum:off

Skip-fault-injection-test: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-large: false
Test-tag: DaosObjectQuery

Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown

Ticket title is 'Update functional control tests to use new pool/container defaults'
Status is 'In Review'
https://daosio.atlassian.net/browse/DAOS-19457

@dinghwah dinghwah changed the title DAOS-19457 test: Update functional control tests to use new pool/container defaults DAOS-19457 test: Update Func control tests to use new pool/container defaults Sep 16, 2026
@dinghwah
dinghwah marked this pull request as ready for review September 16, 2026 15:16
@dinghwah
dinghwah requested review from a team as code owners September 16, 2026 15:16
Comment on lines +19 to +36
properties: rd_fac:0,space_rb:0
container_base: &cont_base
properties: cksum:off,srv_cksum:off
container:
type: POSIX
class_names: !mux
oclass_s1:
oclass: S1
<<: *cont_base
oclass_rp_2g1:
oclass: RP_2G1
<<: *cont_base
oclass_rp_3g1:
oclass: RP_3G1
<<: *cont_base
oclass_rp_2g2:
oclass: RP_2G2
<<: *cont_base

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to set properties under the !mux key and can instead just set it on the same level as the type key so it is used for all mux variants

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank for the comments, please see the new commit.

Skip-unit-tests: true
Skip-fault-injection-test: true
Required-githooks: true

Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
@dinghwah
dinghwah requested a review from a team September 17, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants