Closed Bug 1142631 Opened 9 years ago Closed 9 years ago

We're storing large amounts of per-suite auxillary data per test in perfherder unnecessarily

Categories

(Tree Management :: Perfherder, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wlach, Assigned: wlach)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

In investigating bug 1142488, I found out that we're storing a large amount of auxillary data (mostly metrics on memory consumption, etc) that is generated by talos during a suite run per-test. We're not currently using this for anything, and it's absolutely massive (probably accounting for 80% or so of the disk usage for performance artifacts).

If we were going to store this (I'm not sure we should, at least in this form  -- according to :jmaher this aggregated data has never been very useful), it should be stored as part of a suite-level series summary.

For now, let's just stop storing it altogether, since it definitely doesn't belong in the test artifacts. We can consider bringing it back in some form when we have a real user story for it.
Blocks: 1078392
Comment on attachment 8576788 [details] [review]
Bug 1142631 - Don't store talos auxillary data per-test

I suspect flake8 might complain about the "#for" but that can be fixed on commit.
(And happy to tweak the pep8 warnings ignore list too)
Attachment #8576788 - Flags: review?(emorley) → review+
(In reply to Ed Morley [:edmorley] from comment #2)
> Comment on attachment 8576788 [details] [review]
> Bug 1142631 - Don't store talos auxillary data per-test
> 
> I suspect flake8 might complain about the "#for" but that can be fixed on
> commit.
> (And happy to tweak the pep8 warnings ignore list too)

You are right, I fixed that before merging. I probably should have waited for travis to finish before doing so, but I'm pretty sure that it should all be fine (since I ran unit tests locally and they worked)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: