Closed
Bug 561052
Opened 11 years ago
Closed 11 years ago
TEST-UNEXPECTED-FAIL | test_buttons_collapse_and_expand | EXCEPTION: The collapsy bar should not be shrunk!
Categories
(Thunderbird :: Search, defect)
Thunderbird
Search
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1rc1
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Keywords: intermittent-failure)
Seen on the 1.9.2 and trunk Windows test boxes after landing of bug 545955: TEST-UNEXPECTED-FAIL | test_buttons_collapse_and_expand EXCEPTION: The collapsy bar should not be shrunk! at: test-display-issues.js line 91 Error("The collapsy bar should not be shrunk!") 0 assertExpanded() test-display-issues.js 91 test_buttons_collapse_and_expand() test-display-issues.js 100 This seems to be a permanent failure. Also seen on the 1.9.2 branch Linux unit test boxes on Thunderbird test. Doesn't seem to appear on trunk for the Linux boxes, but that could be due to other failures on those boxes.
Comment 1•11 years ago
|
||
The working assumption is that the failures are happening on boxes with screen resolutions in the neighborhood of 1024 wide, and we need something more like 1200. My workaround is to collapse the folder bar for the test. I pushed a bustage-fix for this, although I mis-allocated it to bug 545955: http://hg.mozilla.org/comm-central/rev/d7fdba3f04e3 http://hg.mozilla.org/comm-central/rev/b4b8c96d6dbd
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Those patches did not fix the problem. The reference platform docs suggest the windows machine should be running at 1280x1024, but I'm unclear if that is actually happening per a comment from Standard8 that he was unable to change it. Reference stuff: https://wiki.mozilla.org/ReferencePlatforms/Win32 I probably should have added some additional debug to figure out what is happening... that would likely be the next step.
Comment 3•11 years ago
|
||
I pushed a bustage fix that causes the splitters to actually collapse and adds additional debugging in case the problem is not what I thought it is: http://hg.mozilla.org/comm-central/rev/2974e8b4fb57
Comment 4•11 years ago
|
||
It would appear that fixed it. Marking this fixed and raising the issue of the standard resolution of our builders on tb-planning. I'm going to leave the dump debugging in for now.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
this is being intermittent orangey now... http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird3.1/1272190247.1272199197.10213.gz gozer, can you respond to my message in tb-planning asking what the state of the resolution of the given tinderbox is? (I asked there since the answer is likely useful to others too) I'm flying blind without stdout and any other information...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [orange]
Comment 6•11 years ago
|
||
momo-vm-\d+ VMs have been reconfigured to the correct resolution
Comment 7•11 years ago
|
||
danke! I'll keep an eye on the tinderbox; hopefully someone had just connected with a very very tiny window recently.
Comment 8•11 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird3.1/1273434189.1273437581.21598.gz
Comment 9•11 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1273438194.1273442200.1192.gz
Comment 10•11 years ago
|
||
This seems to have gone from intermittent orange to full-time orange, which has me concerned about it masking other failures later in the test run. What's the next step here?
| Assignee | ||
Comment 11•11 years ago
|
||
We've disabled the test for now: http://hg.mozilla.org/releases/comm-1.9.2/rev/c3f50b44d819 http://hg.mozilla.org/comm-central/rev/062ee8c17db3
| Assignee | ||
Comment 12•11 years ago
|
||
Update: It appears our method of RDPing into the windows boxes was changing the resolution they were running at. gozer is fixing them today so we should be safe to try re-enabling in the next few days, though I'd like to look and see if we can get a screen resolution report into at least the test as well as re-enabling it.
Assignee: bugmail → bugzilla
Comment 13•11 years ago
|
||
I thought he had already fixed that? Or was that just VMware? The test dumps resolution data on stdout, but that doesn't show up in the output log; presumably the tinderbox is not listening to that stream or the mozrunner is one of the older releases that decided to drop it on the floor. Certainly you can move/copy it so it puts that in the exception dump too. Now that I think gozer has a friend maybe we can get the couchdb setup so we can do the richer logging too?
| Assignee | ||
Comment 14•11 years ago
|
||
(In reply to comment #13) > I thought he had already fixed that? Or was that just VMware? It was an issue with the RDC clients that we were using - as we logged into the clients the way they were operating meant the display resolutions got re-adjusted to something smaller. Now gozer & I have fixed our clients, I've checked in a couple of changes to re-enable test_buttons_collapse_and_expand: http://hg.mozilla.org/comm-central/rev/eb6e07797656 http://hg.mozilla.org/releases/comm-1.9.2/rev/ca180a6c356a The trunk ones have been holding up fine, so should the branch ones. > The test dumps resolution data on stdout, but that doesn't show up in the > output log; presumably the tinderbox is not listening to that stream or the > mozrunner is one of the older releases that decided to drop it on the floor. > Certainly you can move/copy it so it puts that in the exception dump too. I've filed bug 568457 as a follow-up to sort out what we do if the display resolution is wrong. > Now that I think gozer has a friend maybe we can get the couchdb setup so we > can do the richer logging too? That's quite possible.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.1rc1
Updated•9 years ago
|
Keywords: intermittent-failure
Updated•9 years ago
|
Whiteboard: [orange]
See Also: → 1155655
You need to log in
before you can comment on or make changes to this bug.
Description
•