If it's any additional help, the failures seem to mostly be occurring when I'm running Genymotion emulators (either with or without regular Android AVD emulators). When running just a group of 4 Genymotion emulators, I'm getting between 1 and 3 Broken Pipe failures per test run. By contrast, if I'm running 6 regular Android AVD emulators, I'm hardly getting the error at all.
-Bill On Monday, May 12, 2014 11:56:30 PM UTC-4, Bill Magnuson wrote: > > I've also been unable to get my gradle build to run tests on more than 5 > emulators at once. I get failures of the same type: > * Unable to install > /path/to/build/apk/android-sdk-base-private-debug-test-unaligned.apk > * com.android.ddmlib.InstallException: Broken pipe > > I'm running the newest version of 0.9 right now. > > On Thursday, December 5, 2013 12:11:24 PM UTC-5, Xavier Ducrohet wrote: >> >> There shouldn't be any limitations, though adb may be a bottleneck with >> that many devices (since I think this runs in parallel). I'll to try. >> >> >> On Thu, Dec 5, 2013 at 8:58 AM, Sangeetha Srinivasan < >> [email protected]> wrote: >> >>> Hi Group >>> >>> I have added 5 devices to my jenkins slave and getting a broken pipe >>> error for gradle install task. "com.android.ddmlib.InstallException: >>> Broken pipe". I set the ANDROID_SERIAL var to direct the gradle to a >>> particular device for gradle install. >>> >>> However my adb lists all devices and I am able to install the apk from >>> adb. >>> >>> If I unplug one of the devices the gradle install works fine. >>> >>> Do we have limitations on how many devices gradle can support? >>> >>> Thanks >>> Sangeetha >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "adt-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Xavier Ducrohet >> Android SDK Tech Lead >> Google Inc. >> http://developer.android.com | http://tools.android.com >> >> Please do not send me questions directly. Thanks! >> > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
