Closed
Bug 408383
Opened 17 years ago
Closed 17 years ago
vista losing all/part of the tp results for each talos run.
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(2 files)
4.67 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
910 bytes,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
Not all of the information collected by talos is making it the graph server, specifically it is missing either all of the tp results (loadtimes, memory sampling, etc) or just the tp loadtime results per talos run.
Assignee | ||
Comment 1•17 years ago
|
||
This won't solve the problem, but it should help me track it.
Comment 2•17 years ago
|
||
Comment on attachment 293155 [details] [diff] [review]
more/better debug info
minor quibble:
for the line:
+ if match.group(1) != '':
you can replace with
if match.group(1):
Attachment #293155 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v <-- run_tests.py
new revision: 1.20; previous revision: 1.19
done
Checking in ttest.py;
/cvsroot/mozilla/testing/performance/talos/ttest.py,v <-- ttest.py
new revision: 1.10; previous revision: 1.9
done
Assignee | ||
Comment 4•17 years ago
|
||
Still haven't found what I'm looking for.
Attachment #293207 -
Flags: review?(rcampbell)
Comment 5•17 years ago
|
||
Comment on attachment 293207 [details] [diff] [review]
more debug
OK!
Attachment #293207 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 6•17 years ago
|
||
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v <-- run_tests.py
new revision: 1.21; previous revision: 1.20
done
Assignee | ||
Comment 7•17 years ago
|
||
So, not a problem in talos. The graph server on stage is overwhelmed with data being sent and can't keep up. Once I started to look closely I could see data being dropped from the rest of the test machines (win, linux, etc).
Assignee | ||
Comment 8•17 years ago
|
||
Filed bug 408441 for graph server issue. Closing this bug.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Comment 9•16 years ago
|
||
Mass move of Core:Testing bugs to mozilla.org:ReleaseEngineering. Filter on RelEngMassMove to ignore.
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: unspecified → other
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•