🐛 Fixed
- Negative test cases with invalid parameters mistakenly become positive test cases. #2900, #2913
- CLI: Avoid overriding config options with CLI default values. The CLI options have higher precedence only if explicitly specified.
- CLI: Gracefully handle non-existing config file for the
--config-file
CLI option.