The current test results server iterates through tests in incremental json and merges them into existing aggregated results. For tests that are in aggregated json but not in incremental json, their results and times also need to update.
Created attachment 63975 [details] Proposed Patch
Comment on attachment 63975 [details] Proposed Patch We'll need to clobber all the results on test_results.appspot.com before we switch over to them I guess?
(In reply to comment #2) > (From update of attachment 63975 [details]) > We'll need to clobber all the results on test_results.appspot.com before we switch over to them I guess? yes.
Committed r65080: <http://trac.webkit.org/changeset/65080>