[MERGE][bug #111702] bzr init <remote_branch> connects multiple times
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed May 30 07:40:32 BST 2007
>>>>> "robert" == Robert Collins <robertc at robertcollins.net> writes:
robert> On Sat, 2007-05-26 at 20:21 +0200, Vincent Ladeuil wrote:
>>
>> That seems to cover most of the cases where we want to ensure
>> that only one connection is issued (any other I missed ?).
robert> Commit both standalone and ...
>> I plan to add some more for bound branches.
robert> To a bound branch :).
Ok.
>> One thing bother me though, the medusa ftp server seems very slow
>> and each test takes between 2 and 4 *seconds*.
robert> I suspect a bug of some sort here. Perhaps setting
robert> the NO_DELAY flag on the sockets we open during
robert> testing will help?
>> So I hesitate a bit about adding redundant tests (somme commands
>> rely on the same objects underneath and more tests may not cover
>> more code paths).
>>
>> Overall, only init and branch fail to pass which is good news ;-)
robert> Excellent.
Cough. More news: I knew about the sftp cache. I didn't know
about the ftp one. Disabling it reveals... multiple connections
for *all* the tests I have written so far. This is what I
expected, so no real surprises.
Entering bug hunter mode,
Vincent
More information about the bazaar
mailing list