Skip to content

DAOS-19361 test: update ftest/cart to use self.log.info (#18720) - #18878

Draft
daltonbohning wants to merge 1 commit into
release/2.8from
dbohning/daos-19361-2.8
Draft

DAOS-19361 test: update ftest/cart to use self.log.info (#18720)#18878
daltonbohning wants to merge 1 commit into
release/2.8from
dbohning/daos-19361-2.8

Conversation

@daltonbohning

Copy link
Copy Markdown
Contributor

Update ftest/cart tests to use self.log.info instead of print so logging goes to the log instead of stdout.

Test-tag: cart
Skip-unit-tests: true
Skip-fault-injection-test: true

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).

Update ftest/cart tests to use self.log.info instead of print
so logging goes to the log instead of stdout.

Test-tag: cart
Skip-unit-tests: true
Skip-fault-injection-test: true

Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
@daltonbohning daltonbohning self-assigned this Aug 18, 2026
@daltonbohning daltonbohning added clean-cherry-pick Cherry-pick from another branch that did not require additional edits approved-to-merge PR has received release branch merge approval release-2.8.1 Targeted for release 2.8.1 labels Aug 18, 2026
@daosbuild3

Copy link
Copy Markdown
Collaborator

@github-actions

Copy link
Copy Markdown

Ticket title is 'ftest: update cart tests to use self.log'
Status is 'Awaiting backport'
Job should run at elevated priority (1)
https://daosio.atlassian.net/browse/DAOS-19361

@github-actions github-actions Bot added the priority Ticket has high priority (automatically managed) label Aug 18, 2026
@daosbuild3

Copy link
Copy Markdown
Collaborator

Comment on lines +55 to +57
self.log.error("Didn't find completion file(s): '%s'.", glob_pat)
self.log.error("This indicates not all CaRT binaries exited gracefully.")
self.fail("Not all CaRT binaries exited gracefully")

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.

Blocked by DAOS-19534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved-to-merge PR has received release branch merge approval clean-cherry-pick Cherry-pick from another branch that did not require additional edits priority Ticket has high priority (automatically managed) release-2.8.1 Targeted for release 2.8.1

Development

Successfully merging this pull request may close these issues.

2 participants