madecoste / swarming

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

Accelerate swarming tests #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The swarming tests use self.testbed.init_all_stubs() which is known to be a tad 
slower than just enabling the stubs that are actually needed.

So remove this call and replace it with only the subset of stubs that are 
needed for all unit tests under services/swarming/

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

GoogleCodeExporter commented 9 years ago
Tests run reasonably fast now, closing.

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