Closed
Bug 630551
Opened 14 years ago
Closed 14 years ago
Disable mozmill until it won't hang slaves
Categories
(Release Engineering :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file)
1.68 KB,
patch
|
catlee
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
This has gotten worst since last week.
Before we had to dismiss two crashreporter dialogs so it could succeed.
It didn't happen every time but once in a while.
Now we have to close minefiled twice and it seems to happen on every run.
I am sorry there is just too many hung jobs to determine on which platforms and if it really happens on every job.
I simply can't keep up on rebooting machines to get them back into good state.
ctalber please file a separate bug to enable this on a twig branch and fix things there.
Flags: needs-reconfig?
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → armenzg
Attachment #508783 -
Flags: review?(catlee)
Updated•14 years ago
|
Attachment #508783 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 508783 [details] [diff] [review]
disable mozmill
On production:
http://hg.mozilla.org/build/buildbot-configs/rev/6857edf6b088
Attachment #508783 -
Flags: checked-in+
Assignee | ||
Comment 4•14 years ago
|
||
It's unfortunate that we had to disable this.
buildbot should be handle with new test suites that get us in to this state.
I have filed but 630625 to figure this out.
FTR this is what the output looked like:
bash -c bin/python -E bin/mozmill --show-all -b .././Minefield.app/Contents/MacOS/firefox-bin -t tests/firefox
in dir /Users/cltbld/talos-slave/test/build/mozmill (timeout 600 secs)
watching logfiles {}
argv: ['bash', '-c', 'bin/python -E bin/mozmill --show-all -b .././Minefield.app/Contents/MacOS/firefox-bin -t tests/firefox']
environment:
Apple_PubSub_Socket_Render=/tmp/launch-3npGra/Render
CVS_RSH=ssh
DISPLAY=/tmp/launch-GN6oWJ/:0
HOME=/Users/cltbld
LOGNAME=cltbld
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/Users/cltbld/talos-slave/test/build/mozmill
PYTHONPATH=/Library/Python/2.5/site-packages
SHELL=/bin/bash
SSH_AUTH_SOCK=/tmp/launch-eZpCod/Listeners
TMPDIR=/var/folders/H5/H5TD8hgwEqKq9hgKlayjWU+++TM/-Tmp-/
USER=cltbld
VERSIONER_PYTHON_PREFER_32_BIT=no
VERSIONER_PYTHON_VERSION=2.6
__CF_USER_TEXT_ENCODING=0x1F6:0:0
closing stdin
using PTY: False
Traceback (most recent call last):
File "bin/mozmill", line 8, in <module>
load_entry_point('mozmill==1.5.1rc2', 'console_scripts', 'mozmill')()
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/mozmill/__init__.py", line 811, in cli
CLI().run()
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/mozmill/__init__.py", line 758, in run
self.mozmill.start(runner=runner, profile=runner.profile)
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/mozmill/__init__.py", line 244, in start
self.appinfo = self.get_appinfo(self.bridge)
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/mozmill/__init__.py", line 329, in get_appinfo
mozmill = jsbridge.JSObject(bridge, mozmillModuleJs)
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/jsbridge/jsobjects.py", line 76, in __init__
name = bridge.set(name)['data']
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/jsbridge/network.py", line 227, in set
return self.run(_uuid, 'bridge.set('+', '.join([encoder.encode(_uuid), obj_name])+')')
File "/Users/cltbld/talos-slave/test/build/mozmill/lib/python2.6/site-packages/jsbridge/network.py", line 201, in run
raise JSBridgeDisconnectError("Connected disconnected")
jsbridge.network.JSBridgeDisconnectError: Connected disconnected
command timed out: 600 seconds without output
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Summary: Disable mozmill until it won't hung slaves → Disable mozmill until it won't hang slaves
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•