-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement --powerset-skip-first and --powerset-num-tests #1
base: randomize_powerset
Are you sure you want to change the base?
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.