[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Parallel unpack



Raphael Geissert <atomo64+debian@gmail.com> writes:
> Russ Allbery wrote:

>> The source package unpack was too parallelized; the first job has to
>> complete before the second one runs because the output from the first
>> job is collected internally and then used as output into the second
>> job.  I also fixed this while applying it.

> I missed that one; surprisingly enough it anyway passed the whole test
> suite.

We need a test case that has way more files in it.  That's how we missed
the other problem too -- all the test cases we've got at present appear to
have tar tfz output for their source package that fit into a single system
buffer and hence a single write.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: