madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Implement client side google-test specific sharding in swarming.py #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Due to bug 103, the client has to emulate the previously supported server side 
automatic test sharding.

AI:
- Implement client side google-test specific sharding support.

This means sending multiple swarming tasks under the hood and collecting them 
back. This means swarming.py collect must know about the number of shards used 
in swarming.py trigger call.

Original issue reported on code.google.com by maruel@chromium.org on 8 May 2014 at 7:06

GoogleCodeExporter commented 9 years ago
It was implemented in b450c602ff0e384189e9e00395830be9ec04bdb3

Original comment by maruel@chromium.org on 23 May 2014 at 7:35