Bug 200690 - results.webkit.org: Support uploading archives associated with test run
Summary: results.webkit.org: Support uploading archives associated with test run
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-13 15:01 PDT by Jonathan Bedard
Modified: 2019-09-25 17:33 PDT (History)
4 users (show)

See Also:


Attachments
Patch (60.05 KB, patch)
2019-08-13 15:03 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2019-08-13 15:01:31 PDT
When we run layout tests, we have an archive associated with that test run. Currently, we store these archives in Buildbot. This is a problem because they're difficult to search through in an automated fashion and they take up a lot of space. Instead, we should support uploading these archives to the results database.
Comment 1 Jonathan Bedard 2019-08-13 15:03:56 PDT
Created attachment 376218 [details]
Patch
Comment 2 Jonathan Bedard 2019-08-14 08:52:18 PDT
I'm going to keep the combined diff around in this change, Aakash wants me to break it up to make it easier to review.
Comment 3 Aakash Jain 2019-08-21 06:03:54 PDT
I am not very clear on the purpose of this change. What's the benefit of uploading archive as opposed to uploading parsed text data?
Comment 4 Jonathan Bedard 2019-08-21 07:16:46 PDT
(In reply to Aakash Jain from comment #3)
> I am not very clear on the purpose of this change. What's the benefit of
> uploading archive as opposed to uploading parsed text data?

The parsed data is quite general, just test names and whether they passed or failed. The archive may have much more detailed data, such as crash logs or (in the case of layout tests) the actual test diffs.