Feature request: Filter archive command binaries with Filterset #2648
Closed
clundin55
started this conversation in
Feature requests
Replies: 4 comments
-
|
Agreed, this would be valuable. We'd want to not allow |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Related: #2344 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @sunshowers! I took a stab at this in #2670. I look forward to your feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
In my development workflow I use nextest's archive command to cross-compile tests that run on a slower machine.
My test loop is:
nextest run --archive-file -E 'package(sample-package).This workflow works great. However, a lot of binaries in the archive are not needed in the test run. Since the test host is very slow, the larger archive takes a long time to de-compress.
Filtering out unused test binaries before archiving them would speed my workflow up.
Proposal
Introduce the
filtersetparameter to the archive command.Filter out binaries whose tests are not included in the
filtersetbefore creating the test archive.Alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions