Chromium Code Reviews
Description[Telemetry] Migrate browser_test_runner to use typ as the test runner
This is a reland of https://codereview.chromium.org/2590623002/. The
previous work was reverted because it makes setUpClass & tearDownClass
between every single test, causes the webgl_conformance suite to time
out.
To fix that, this introduces SetUpProcess & TearDownProcess class
methods to SeriallyExecutedBrowserTestCase which are guaranteed
to be called once before & after the test suite is run.
Patch 1 is the original work, patch 2 & beyond includes extra logic for
SetUpProcess & TearDownProcess
BUG=chromium:636153
Review-Url: https://codereview.chromium.org/2671483002
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/c6c6d50501b4c2890c4ac60757717c2b942e5358
Patch Set 1 #Patch Set 2 : Add SetUpProcess & TearDownProcess methods & unittest #
Total comments: 2
Patch Set 3 : Address Ken's comment #Messages
Total messages: 20 (11 generated)
|