Closed
Bug 358454
Opened 19 years ago
Closed 19 years ago
Tinderbox cron job sending mail about failed mails on every run
Categories
(Webtools Graveyard :: Tinderbox, defect)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: justdave, Assigned: cls)
Details
Attachments
(1 file)
|
1.98 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
I'm getting mail once a minute (the frequency of the cron job) from the new tinderbox install with the following in it:
-----8<-----
Variable 'tinderbox:status' must be 'success', 'busted', 'testfailed', or 'building'
Variable 'tinderbox:status' must be 'success', 'busted', 'testfailed', or 'building'
Variable 'tinderbox:status' must be 'success', 'busted', 'testfailed', or 'building'
-----8<-----
I'm assuming this means there's three mails in the queue which are invalid. But it's neither removing them from the queue nor giving me a queue filename so I know which one to remove (and there's typically many more than 3 in there anytime I look).
I wasn't sure what to do with this. When the mail was still being processed via sendmail, we just dropped any mails that had issues. Now, we can store them for inspection but I don't know if it's worth it. Especially for a high volume site.
| Reporter | ||
Comment 2•19 years ago
|
||
Comment on attachment 244602 [details] [diff] [review]
v1.0
I like this plan. Then we can go periodically toss them and I just get one notice that it's tossed one.
Attachment #244602 -
Flags: review?(justdave) → review+
Checking in webtools/tinderbox/Makefile;
/cvsroot/mozilla/webtools/tinderbox/Makefile,v <-- Makefile
new revision: 1.18; previous revision: 1.17
done
Checking in webtools/tinderbox/processbuild.pl;
/cvsroot/mozilla/webtools/tinderbox/processbuild.pl,v <-- processbuild.pl
new revision: 1.60; previous revision: 1.59
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•