Closed
Bug 521006
Opened 15 years ago
Closed 15 years ago
mozmill-restart broken since new profile handling patch has landed
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [verified-mozmill-1.2.2])
Since bug has been landed no restart tests can be executed. When a restart should happen the following exception is thrown:
Traceback (most recent call last):
File "/usr/local/bin/mozmill-restart", line 8, in <module>
load_entry_point('mozmill==1.2.1.1', 'console_scripts', 'mozmill-restart')()
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 415, in restart_cli
RestartCLI().run()
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 402, in run
super(RestartCLI, self).run(*args, **kwargs)
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 375, in run
self.options.report)
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 310, in run_tests
self.run_dir(d, report, sleeptime)
File "/Volumes/data/build/tools/mozmill/mozmill/__init__.py", line 287, in run_dir
profile.profile = profile.create_new_profile(profile.default_profile)
AttributeError: 'FirefoxProfile' object has no attribute 'default_profile'
Comment 1•15 years ago
|
||
Fix is checked in to mikeal/mozmill/master:
http://github.com/mikeal/mozmill/commits/master
http://github.com/mikeal/mozmill/commit/cc5b11b01e9963c77b3f1589c856cb71499f18f6
Reporter | ||
Comment 2•15 years ago
|
||
Looks and works fantastic. Marking as fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [mozmill-1.2.2]
Reporter | ||
Comment 3•15 years ago
|
||
Everything works well. Haven't seen any brokenness the last weeks. Marking verified fixed.
Status: RESOLVED → VERIFIED
Whiteboard: [mozmill-1.2.2] → [verified-mozmill-1.2.2]
Assignee | ||
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•