ErrLookup › grosser/parallel_tests

grosser/parallel_tests

Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber · Ruby · 23 source files

Analyzed at a06047856d on 2026-08-23. 10 documented errors.

Code / MessageTypeSeverityTags
Both options are mutually exclusive: verbose & quiet
exception error ruby, parallel-tests, cli, mutually-exclusive-options, verbosity
--group-by found and --single-process are not supported
exception error ruby, parallel-tests, cli, grouping, conflicting-options
--group-by #{allowed.join(" or ")} is required for --only-gr
exception error ruby, parallel-tests, cli, grouping, option-validation
Can't pass --specify-groups with any of these keys: --single
exception error ruby, parallel-tests, cli, specify-groups, conflicting-options
Can't pass --failure-exit-code and --highest-exit-status
exception error ruby, parallel-tests, cli, exit-status, mutually-exclusive-options
Grouping by number of cucumber steps requires the `cuke_mode
exception error ruby, parallel-tests, cucumber, missing-gem, bundler, grouping
Grouping by individual cucumber scenarios requires the `cuke
exception error ruby, parallel-tests, cucumber, missing-gem, bundler, scenarios
Number of isolated processes must be >= total number of proc
exception error ruby, parallel-tests, grouper, isolate, process-count, configuration
Number of processes separated by pipe must be less than or e
exception error ruby, parallel-tests, grouper, specify-groups, process-count
Could not find #{specified_specs_not_found} from --specify-g
exception error ruby, parallel-tests, grouper, specify-groups, file-path, path-mismatch