Re: [opensource-dev] Crashing integration tests

2010-10-25 Thread Nicky Perian
Gupte Cc: Nicky Perian ; Second Life Open Source Developer Mailing List Sent: Mon, October 25, 2010 6:48:12 PM Subject: Re: [opensource-dev] Crashing integration tests It looks to be a problem with multiple tests running at the same time. Looking at the error gives a hint that its a collision

Re: [opensource-dev] Crashing integration tests

2010-10-25 Thread Zabb65
It looks to be a problem with multiple tests running at the same time. Looking at the error gives a hint that its a collision with a globally shared named pipe of some type. Running the tests individually works just fine for me, running more than one at a time doesn't. On Mon, Oct 25, 2010 at 17:0

Re: [opensource-dev] Crashing integration tests

2010-10-25 Thread Boroondas Gupte
On 10/25/2010 10:56 PM, Nicky Perian wrote: > I found the same thing about failed tests on 2d and subsequent builds. > The build has an error the first time but passes the second. This was > on VC++Express 2005 build. And, didn't matter about redoing develop.py. So this isn't GNU make or even Make