SZEDER Gábor wrote: > On Thu, Aug 01, 2019 at 06:52:47PM -0700, Jonathan Nieder wrote: >> Gábor, if we introduce such a parameter, do you think it would make >> sense for us to set up a worker that passes it? > > That would be even worse than the current approach of the third patch, > because the additional worker would have to install dependencies, > build Git and run the test suite, in addition to the enormous overhead > of redundantly validating the trace output of every git command > executed during 'make test'. So instead of adding "only" 10 minutes > to every build, it would add over 20. Thanks, that's helpful to know. It sounds like if we want to run this kind of expensive test in CI, we would want to set it up differently: e.g. daily runs against "pu" instead of running on every push. Jonathan