Bug 103826 - NRWT should be able to replay a previous run
Summary: NRWT should be able to replay a previous run
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: NRWT
Depends on: 103824 104184
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-01 17:48 PST by Dirk Pranke
Modified: 2017-07-18 08:27 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-12-01 17:48:28 PST
See bug 37396 for some discussion; it would be nice to be able to replay or rerun the results of a previous NRWT run, preserving the sharding, ordering, DRT restarting, and other behavior as much as possible. Right now we don't really store enough information to make that doable, but the cleanup outlined in bug 103824 will fix that.

Theoretically once we supported this we could build a simple tool on top of it that would automatically determine N equally-long-running shards for N workers to make the test runs more deterministic as well, which might be worth doing (to reduce flakiness).