On Wed, Aug 11, 2021 at 11:11:59AM, Tony Luck wrote:
> This is the unit test that only tests the configuration. It
configures a
> few wqs as shared and dedicated. The option is to skip the wqs set to be
> tested as shared wqs or configure all wqs as dedicated. There is no
> change to the config-wq command. I can add "test" to the tag to avoid
> confusion.
Sounds like the confusion begins with the specification for the test.
Perhaps divide into two parts:
1) Creation of dedicated WQs
Possible results are PASS or FAIL
2) Creation of shared WQs
Possible results are PASS, FAIL or SKIP
That's a good idea. I can split it into 2 tests for shared and dedicated.
-Tony