Implement --powerset-skip-first and --powerset-num-tests#1
Implement --powerset-skip-first and --powerset-num-tests#1vi wants to merge 1 commit intorandomize_powersetfrom
Conversation
|
Thanks. I think adding support for the |
Do you mean rebasing the Or implementing Main use case of P.S. I didn't know about partitioning is already supported. |
I thought it might be possible to reuse the (API) design of existing partitioning feature and it would be more user-friendly than adding a new feature with a completely new design for a similar purpose.
Hmm, if there are too many combinations of features to make an exhaustive check, then I think the taiki-e#255 's approach would be more efficient. (An approach that calculates powerset in advance can result in OOM.) |
|
Why is taiki-e#255 unmerged? (If I looked in unmerged pull requests prior to implementing, neither this nor taiki-e#266 would have been needed) The only thing taiki-e#255 + taiki-e#266 does not cover is both parallel and randomized runs (without unnecessary repetition). |
There are some TODOs and I don't have the bandwidth to complete them. From the description of taiki-e#255:
|
No description provided.