[tests] Add tests for skip/enable-plugins merge from config and cmdline#4358
[tests] Add tests for skip/enable-plugins merge from config and cmdline#4358jcastill wants to merge 1 commit into
Conversation
|
Some quick notes and questions:
|
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
I agree, let's clean up the comments, at least that's my opinion
I don't have an opinion on that, as long as we're testing
Naming is cool with me
I think that would make sense, then it covers all the options |
5a33840 to
15d138a
Compare
|
I've added some extra tests to cover more use cases |
|
The failed stage_one deb tests have always a weird uncaught exception: which makes a little sense - what is so wrong on: ? Are there some special files we must avoid ollecting? |
? Anyway, up to the test failures (that sound irelevant to the PR itself), +1 for the PR. |
Verify that skip-plugins and enable-plugins are merged (not replaced) when specified in both sos.conf and command line. Also verify that the option only-plugins uses replacement (not merge) approach, and that preset options take precedence over config file values. This is a regression test for commit 8fc655a, which fixed the merge behavior. The new tests verify both effective options logging in sos.log and actual plugin execution. Signed-off-by: Jose Castillo <jcastillo@redhat.com>
15d138a to
5f8bbee
Compare
|
It seems that it worked this time. No changes to the PR per se, I only sync'ed it. |
Verify that skip-plugins and enable-plugins are merged (not replaced)
when specified in both sos.conf and command line.
This is a regression test for commit 8fc655a, which fixed the merge
behavior. The new tests verify both effective options
logging in sos.log and actual plugin execution.
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines