Closed
Bug 906056
Opened 12 years ago
Closed 12 years ago
Log exception in ttest.py
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
|
1.39 KB,
patch
|
cmtalbert
:
review+
|
Details | Diff | Splinter Review |
From bug 905350 comment 3:
> In the logs [1], you can also see a Debug message stating that there was an
> unknown error during cleanup which does not throw a python traceback. That error
> is coming from here:
> http://mxr.mozilla.org/build/source/talos/talos/ttest.py#230
That's a bare "except", which is generally undesirable, and furthermore it doesn't give any debug output about *what* exception occurred, which is certainly undesirable.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dustin
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #791297 -
Flags: review?(ctalbert)
Comment on attachment 791297 [details] [diff] [review]
bug906056.patch
Yes, I agree. Let's take this and get it up in production so we can see what is happening. Thanks!
Attachment #791297 -
Flags: review?(ctalbert) → review+
Oh you guys already solved the other bug. Let's take this anyway with the next update to Talos. Please go ahead and land it, and we'll pick it up next time we release talos.zip.
Comment 4•12 years ago
|
||
http://hg.mozilla.org/build/talos/rev/2a32cc64e7ff
landed, but still need to deploy.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•