madecoste / swarming

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

Print progress during swarming.py collect or run #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Repro:
1. ./swarming run ...
2. !?!
3. Profit!

Expected:
Step 2 gives an idea of the ETA and progress being made.

Actual:
Step 2 is silent.

Task:
Add Swarming task state visibility as they progress from 'enqueued' to 
'running', with the number of shards running, up to the moment the results are 
returned.
And print every minute a keep alive?

Original issue reported on code.google.com by maruel@chromium.org on 14 Feb 2014 at 8:24