Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly detect if test is enabled somewhere #2662

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Properly detect if test is enabled somewhere #2662

merged 1 commit into from
Feb 21, 2024

Conversation

lukaszachy
Copy link
Collaborator

@lukaszachy lukaszachy commented Feb 1, 2024

Had problem to detect 'enabled:false' used in parent node(s) Reported that clone.fmf doesn't set 'enabled' thus default True. But it wasn't the case.

== main.fmf ==
enabled: false
test: echo
== clone.fmf ==

Pull Request Checklist

  • implement the feature

@lukaszachy lukaszachy added command | export The export command plugin | nitrate The nitrate plugin used for test import and export labels Feb 1, 2024
@lukaszachy lukaszachy added this to the 1.32 milestone Feb 6, 2024
Copy link
Collaborator

@psss psss left a comment

Choose a reason for hiding this comment

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

Looks good, thanks. Do you plan to include a test coverage as suggested by the checklist?

@psss psss added the ci | full test Pull request is ready for the full test execution label Feb 21, 2024
Had problem to detect 'enabled:false' used in parent node(s)
Reported that clone.fmf doesn't set 'enabled' thus default True.
But it wasn't the case.
```
== main.fmf ==
enabled: false
test: echo
== clone.fmf ==
```
@lukaszachy
Copy link
Collaborator Author

Looks good, thanks. Do you plan to include a test coverage as suggested by the checklist?

That would be ideal, but no time for that ATM. If PR is accepted as is then I am more than happy

@psss psss self-assigned this Feb 21, 2024
@psss
Copy link
Collaborator

psss commented Feb 21, 2024

All tests green except for the known issue:

@psss psss merged commit a8a65b5 into main Feb 21, 2024
21 of 22 checks passed
@psss psss deleted the enabled_somewhere branch February 21, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci | full test Pull request is ready for the full test execution command | export The export command plugin | nitrate The nitrate plugin used for test import and export
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants