upload_symbols: fix dedupe counting

Rather than just break right away, finish processing all the results from
the query server.  This will be slightly slower (still <1 sec), but it'll
fix the confusing dedupe display we see today:

$ upload_symbols --yes --testing --upload-limit 1 --board x86-alex --dedupe
...
16:38:55: INFO: uploaded 1 symbols (3918 were deduped) which took: 0:11:22.169245

But we didn't dedupe 3918 symbols, we skipped them.

BUG=chromium:209442
TEST=`./buildbot/run_tests` passes
TEST=`cbuildbot daisy-release` stats look OK
TEST=upload_symbols w/limit stats look OK

Change-Id: If2e625c8b42ef0f2e5136b4ba0825fa06f0b1cd2
Reviewed-on: https://chromium-review.googlesource.com/190013
Reviewed-by: David James <davidjames@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
1 file changed