Closed
Bug 818738
Opened 12 years ago
Closed 12 years ago
several errors when TPS tries to report results to coversheet
Categories
(Testing Graveyard :: TPS, defect)
Testing Graveyard
TPS
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
Details
This error was introduced as part of the coversheet conversion. It's currently preventing TPS from running.
Assignee | ||
Comment 1•12 years ago
|
||
https://github.com/jonallengriffin/coversheet/commit/30622b9579b8e8565ed9aecbf7cd77b3432956b1
Will see if the next run triggers correctly.
Assignee | ||
Comment 2•12 years ago
|
||
That fixed that problem, but now there's:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/pulsebuildmonitor-0.63-py2.6.egg/pulsebuildmonitor/pulsebuildmonitor.py", line 197, in pulse_message_received
self.onBuildComplete(data['payload'])
File "/home/mozauto/coversheet/coversheet/pulse.py", line 109, in onBuildComplete
self.results.handleResults()
File "/home/mozauto/coversheet/coversheet/results.py", line 59, in handleResults
self.readResults()
File "/home/mozauto/coversheet/coversheet/results.py", line 52, in readResults
f = open(self.filename, 'r')
IOError: [Errno 2] No such file or directory: 'tps_result.json'
Assignee | ||
Comment 3•12 years ago
|
||
Ugh, things are broken! Let's try again:
http://hg.mozilla.org/services/services-central/rev/26910bf3ff35
https://github.com/jonallengriffin/coversheet/commit/34c59b71d1bbd7c3db5bdf09593210c48ed53de7
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgriffin
Summary: TPS: error: no such option: --email-results → several errors when TPS tries to report results to coversheet
Assignee | ||
Comment 4•12 years ago
|
||
One more error, the result of appending data to the result file.
http://hg.mozilla.org/services/services-central/rev/24fd3b935a63
Assignee | ||
Comment 5•12 years ago
|
||
One more fix, I think this should do it:
http://hg.mozilla.org/services/services-central/rev/afa37a092db5
Comment 6•12 years ago
|
||
Can you kick off a run, Jonathan?
Assignee | ||
Comment 7•12 years ago
|
||
I kicked off a run with just one test, which worked correctly. I'm closing this, but will keep an eye open for reports in the next week or so.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•