- May 22, 2020
-
-
Aakriti Gupta authored
It will run preflight checks for promoting to a primary node. `promote-to-primary-node` command can include or optionally skip these checks.
-
- Jan 02, 2020
-
-
Bob Van Landuyt authored
This allows for being more concise in specs that test a state when changing multiple variables.
-
- Jan 29, 2019
-
-
Balasankar "Balu" C authored
-
- Jan 17, 2019
-
-
Balasankar "Balu" C authored
-
- Feb 23, 2018
-
-
Richard Clamp authored
chef_helper loads a lot of chef related testing libraries, and includes a call to ohai to configure them. This is not always needed when testing library code/rake tasks. When running examples directly from the command-line during development we can see a speedup of around 1.5 seconds, by using the reduced `spec_helper` rather than the full `chef_helper`.
-