[telemetry] Retry unit tests after failures in setUpClass and setUpModule.
unittest produces a suite._ErrorHolder object in these cases. We can parse its description to figure out what class/module it is and what tests we have in that class/module. BUG=405766 TEST=Make a TestCase fail setUpClass, run it with --retry-limit=3 and check for retries. R=dpranke, tonyg Review URL: https://codereview.chromium.org/515263003 Cr-Commit-Position: refs/heads/master@{#292524}
Showing
Please register or sign in to comment