Commit 4725fac3 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Add one more logging.exception to gpu integration test.

BUG=1005971
TEST=bots
TBR=kbr@chromium.org

Change-Id: I7fa855164374230c6846336c1d3d33f0160546e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817287Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698726}
parent 8a196a03
...@@ -175,6 +175,7 @@ class GpuIntegrationTest( ...@@ -175,6 +175,7 @@ class GpuIntegrationTest(
except Exception: except Exception:
if ResultType.Failure in expected_results or should_retry_on_failure: if ResultType.Failure in expected_results or should_retry_on_failure:
if should_retry_on_failure: if should_retry_on_failure:
logging.exception('Exception while running flaky test %s', test_name)
# For robustness, shut down the browser and restart it # For robustness, shut down the browser and restart it
# between flaky test failures, to make sure any state # between flaky test failures, to make sure any state
# doesn't propagate to the next iteration. # doesn't propagate to the next iteration.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment