Skip to content

tmt: Change var name to be less confusing#1999

Merged
Johan-Liebert1 merged 1 commit intobootc-dev:mainfrom
Johan-Liebert1:post-merge-fixes
Feb 12, 2026
Merged

tmt: Change var name to be less confusing#1999
Johan-Liebert1 merged 1 commit intobootc-dev:mainfrom
Johan-Liebert1:post-merge-fixes

Conversation

@Johan-Liebert1
Copy link
Collaborator

We had works_for_composefs as a field of the struct to signify whether a test works for composefs or not. We then changed the actual yaml counterpart to be fixme_skip_if_composefs but the var name remained as is which is a bit confusing.

Also, remove some debug code in tests

We had `works_for_composefs` as a field of the struct to signify whether
a test works for composefs or not. We then changed the actual yaml
counterpart to be `fixme_skip_if_composefs` but the var name remained as
is which is a bit confusing.

Also, remove some debug code in tests

Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
@bootc-bot bootc-bot bot requested a review from henrywang February 11, 2026 15:00
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request improves code clarity by renaming the works_for_composefs variable to skip_if_composefs, which now correctly reflects its purpose of indicating whether a test should be skipped for the composefs backend. The associated comments have also been updated for better understanding. Additionally, a debug line has been removed from a test script. The changes are correct and improve the maintainability of the code. I have not found any issues with this pull request.

@Johan-Liebert1 Johan-Liebert1 merged commit 2dbadd2 into bootc-dev:main Feb 12, 2026
55 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants