Closed Bug 640129 Opened 13 years ago Closed 13 years ago

Report type contains NotImplementedError as value

Categories

(Testing Graveyard :: Mozmill, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: whimboo, Assigned: k0scist)

References

Details

(Whiteboard: [mozmill-2.0+])

Attachments

(2 files)

With the latest changeset on master the report_type entry in the report written out by Mozmill contains the following value: "report_type": "NotImplementedError"

Looks like something broke in the last couple of weeks probably due to the refactoring.
Whiteboard: [mozmill-2.0?]
Blocks: 636746
Assignee: nobody → jhammel
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [mozmill-2.0?] → [mozmill-2.0+]
Attachment #519558 - Flags: review?(fayearthur+bugs)
Comment on attachment 519558 [details] [diff] [review]
remove report_type entirely, deprecated

no more MozmillRestart, so this make sense.
Attachment #519558 - Flags: review?(fayearthur+bugs) → review+
yeah;  when we gained the ability to run restart and non-restart tests in the same (python) process, report_type no longer made since, which is when I returned the string NotImplementedError (note: string, not the exception of the same name). I forgot the reason -- probably because a quick consensus could not be reached on what (if anything).  This is just cleanup from that which makes more sense as the line between restart and non-restart tests becomes increasingly blurred.
pushed to master: https://github.com/mozautomation/mozmill/commit/b19629cb9725d454ddc5c48e5e0f22bc574d77d7
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
That change will need a fix in our dashboard code, so we don't fail on a non-existing report_type field. Otherwise I'm fine with the removal.
Blocks: 642080
If it helps to return a stub value, we can, but there's no longer a distinction between restart and non-restart runs as.
If you could simply include "mozmill-test" as report type it would be great.
adds in a dummy report type
Attachment #519726 - Flags: review?(ahalberstadt)
(In reply to comment #7)
> If you could simply include "mozmill-test" as report type it would be great.

see comment #8
Comment on attachment 519726 [details] [diff] [review]
include a (dummy) report type

r+
Attachment #519726 - Flags: review?(ahalberstadt) → review+
(In reply to comment #9)
> (In reply to comment #7)
> > If you could simply include "mozmill-test" as report type it would be great.
> 
> see comment #8

pushed to master: https://github.com/mozautomation/mozmill/commit/81e14ef3f80f1097ab763ec36ad1ee480232216e
Looks good. Thanks Jeff!
Status: RESOLVED → VERIFIED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: