Closed
Bug 977223
Opened 11 years ago
Closed 11 years ago
Ensure that AWS Windows Server 2012 instances are running the Windows Default theme
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: jhopkins)
References
Details
Attachments
(3 files)
353 bytes,
image/png
|
Details | |
170 bytes,
image/png
|
Details | |
1.05 KB,
patch
|
catlee
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
Some of our tests depend on the native widgets appearing a certain way.
Some tests are failing and/or timing out because the theme is set to a non-default theme. This custom theme is sizing some widgets inappropriately. For example, the up and down arrows on spinner control are being drawn with heights of 2 pixels each.
When I reverted the theme on my Server 2012 loaner to Windows Default, the widgets were drawn correctly and many tests then ran correctly.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
We are running rdp.exe with the following settings (see runtests.bat inside our mozilla-releng-tools S3 bucket):
C:\rdp.exe /v:localhost /u:cltbld /pe:xxxx /f /w:1280 /h:1024 /o:"allow font smoothing:i:1, allow desktop composition:i:1, disable full window drag:i:0, disable menu anims:i:0, disable themes:i :0, disable cursor setting:i:0, bitmapcachepersistenable:i:1, disable wallpaper:i:0, audiomode:i:1, audiocapturemode:i:0, videoplaybackmode:i:1, connection type:i:6, networkautodetect:i:0, bandwidthautodetect:i:1"
I suspect we'll either have to tweak these settings further or find out how to force the default theme inside the RDP session.
Reporter | ||
Comment 4•11 years ago
|
||
The theme should be unrelated RDP; it is merely a per-user configuration setting that needs to be set for cltbld.
Right click on desktop -> Personalize, select "Windows" under the "Windows Default Themes".
Assignee | ||
Comment 5•11 years ago
|
||
Manually changed cltbld's default theme to "Windows" on tst-w64-ec2-001, tst-w64-ec2-002.
I also merged the latest mozilla-central changes into Date to kick off some new builds which will appear here: https://tbpl.mozilla.org/?tree=Date
TODO: automate the theme setting on the AMI configuration.
Assignee | ||
Comment 6•11 years ago
|
||
Aaron: can you please confirm that the test results improved in TBPL with the default theme activated?
Flags: needinfo?(aklotz)
Reporter | ||
Comment 7•11 years ago
|
||
It still lights up like a Christmas Tree on TBPL, but I can confirm that the quantity of failures has dropped significantly.
Flags: needinfo?(aklotz)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jhopkins
Assignee | ||
Comment 8•11 years ago
|
||
Attachment #8392299 -
Flags: review?(catlee)
Updated•11 years ago
|
Attachment #8392299 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8392299 [details] [diff] [review]
[cloud-tools-windows] set the default Windows theme upon login
http://hg.mozilla.org/build/cloud-tools/rev/e27d12cf54ea
Attachment #8392299 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•