QA/Automation/Meetings/121112: Difference between revisions

From MozillaWiki
< QA‎ | Automation‎ | Meetings
Jump to navigation Jump to search
Line 46: Line 46:


= Softvision Updates =
= Softvision Updates =
* Working on sprints:
* Fixed:
* Andreea:
** {{bug|789987}} - Create Mozmill test for Private Browsing cache handling
*** update patch uploaded
** {{bug|792394}} - Replace expect with waitFor to ensure the page title matches the underlined text in /testAwesomeBar tests
** {{bug|792394}} - Replace expect with waitFor to ensure the page title matches the underlined text in /testAwesomeBar tests
*** fix update uploaded
** {{bug|783197}} - Ensure restoreDefaultEngines() completely resets the installed engines
** {{bug|783197}} - Ensure restoreDefaultEngines() completely resets the installed engines
*** final patch uploaded
** {{bug|804374}} - Test failure 'Lock icon is visible in identity box - '' should equal 'false' ' in /testSecurity/testDVCertificate.js
** {{bug|804374}} - Test failure 'Lock icon is visible in identity box - '' should equal 'false' ' in /testSecurity/testDVCertificate.js
*** investigated, went back to August and still reproducing although there are no mozmill-ci reports. Have to continue with tinderbox builds
** {{bug|782918}} - Get rid of controller.assert() calls in favor of expect.* and assert.* methods
** {{bug|803581}} - Failure in testTabbedBrowsing/testBackgroundTabScrolling.js | Right scroll arrow has been highlighted
** {{bug|807931}} - Test failure "Active tab url should equal the page url - 'http://localhost:43336/mozilla_governance.html' should equal 'http://localhost:43336/mozilla_grants.html'" in testAwesomeBar/testSwitchToTab.js
 
* Work in progress:
* Andreea:
** {{bug|789987}} - Create Mozmill test for Private Browsing cache handling
*** waiting review
** {{bug|800708}} - Test failure "All downloads have been finished" in /testPrivateBrowsing/testDownloadManagerClosed.js
** {{bug|800708}} - Test failure "All downloads have been finished" in /testPrivateBrowsing/testDownloadManagerClosed.js
*** updated in the bug. Got it to reproduce, looks like the 5000ms timeout for the waitFor is not enough
*** working on fix now, waiting for each download to finish
** {{bug|795398}} - Mozmill test to check that MD5 hash signatures are no longer accepted
** {{bug|795398}} - Mozmill test to check that MD5 hash signatures are no longer accepted
*** still blocked, depends on {{bug|804952}}
*** still blocked, depends on {{bug|804952}}
** {{bug|784305}} - Mozmill test failure /restartTests/testAddons_RestartlessExtensionWorksAfterRestart/test2.js | Current URL should match expected URL
*** not reproducible anymore on Aurora, looking for regression range
** {{bug|785041}} - Mozmill test failure testSecurity/testGreyLarry.js with "Controller.assertJSProperty(ID: page-proxy-favicon) : http://localhost:43336/images/mozilla_favicon.ico == http://localhost:43336/favicon.ico"
*** investigating


* Alex:
* Alex:
** {{bug|793092}} - Replace controller.waitFor with assert/expect.waitFor in remaining mozmill tests and modules  
** {{bug|793092}} - Replace controller.waitFor with assert/expect.waitFor in remaining mozmill tests and modules  
*** needs update after review
*** needs update after review
** {{bug|782918}} - Get rid of controller.assert() calls in favor of expect.* and assert.* methods
*** landed on default, backport patch uploaded
** {{bug|795831}} - Add test files to litmus-data repository for video controls testing  
** {{bug|795831}} - Add test files to litmus-data repository for video controls testing  
*** reproduced Dave's issue, worked on it
*** reproduced Dave's issue, worked on it

Revision as of 15:06, 12 November 2012

previous meeting | Meetings | next meeting »

Dial in

 # Vidyo:  https://v.mozilla.com/flex.html?roomdirect.html&key=PGtLpx3XQGJz
 # Phone:  650-903-0800 or 650-215-1282 x92 Conf# 9654 (US/INTL)
 #         1-800-707-2533 (pin 369) Conf# 9654 (US)
 # IRC:    irc://irc.mozilla.org:6697/#automation

General

  • Attendees:
    • TBD
  • This meeting:
    • Chair: Henrik

Last Weeks Action Items

  • [ON TRACK] Andreea: Check why restartless addon bug is not fixed on Aurora - in progress
  • [ON TRACK] Andreea, Alex: follow up with bug 772360 with details re the simple test failures
    • will be taking care of this week
  • [DONE] Mihaela: Put comments in bug bug 773632 with status of her investigation
    • Not worth continuing on it. Especially not if we refer to max memory values

Highlights

  • [%name%] %highlight%

Goals Overview

Blockers

  • bug 805011 - Android emulator doesn't handle screen orientation
    • Should not affect us anymore. Henrik will be able to close it out today or tomorrow
  • bug 799433 - Removal of PageThumbsCache causes Firefox to keep loading 'about:newtab' forever after removing of page history
    • No feedback. Henrik added info-needed flag
  • bug 773116 - Need full ESX cluster set up in SCL3 or PHX for QA Team automation in 2012 Q4
    • Waiting for network setup
  • bug 777354 - Regression in shutdown time of httpd.js (~6s) when multiple local pages have been opened (feedback from waldo)
    • No feedback. Henrik added info-needed flag
  • bug 781129 - Notifications for outdated builds are getting send via Pulse
    • Henrik hasn't had the time to dig into last week

Issues

  • bug 774892 - Unable to type in Firefox if it's started with focusmanager.testmode enabled on Linux
  • bug 773632 - High results on mozmill endurance test on Mac 10.7.4_x64 since Jul 5
    • No value in spending further time for investigating this issue. Espcially not when we compare max memory usage.
  • bug 745975 - Pulse: Repack builders for Firefox candidate builds (beta/release) should send out notifications for individual locales
  • bug 757122 - Pulse: Notifications for finished builds should not be send out before the builds are available for download

Softvision Updates

  • Fixed:
    • bug 792394 - Replace expect with waitFor to ensure the page title matches the underlined text in /testAwesomeBar tests
    • bug 783197 - Ensure restoreDefaultEngines() completely resets the installed engines
    • bug 804374 - Test failure 'Lock icon is visible in identity box - should equal 'false' ' in /testSecurity/testDVCertificate.js
    • bug 782918 - Get rid of controller.assert() calls in favor of expect.* and assert.* methods
    • bug 803581 - Failure in testTabbedBrowsing/testBackgroundTabScrolling.js | Right scroll arrow has been highlighted
    • bug 807931 - Test failure "Active tab url should equal the page url - 'http://localhost:43336/mozilla_governance.html' should equal 'http://localhost:43336/mozilla_grants.html'" in testAwesomeBar/testSwitchToTab.js
  • Work in progress:
  • Andreea:
    • bug 789987 - Create Mozmill test for Private Browsing cache handling
      • waiting review
    • bug 800708 - Test failure "All downloads have been finished" in /testPrivateBrowsing/testDownloadManagerClosed.js
      • working on fix now, waiting for each download to finish
    • bug 795398 - Mozmill test to check that MD5 hash signatures are no longer accepted
    • bug 784305 - Mozmill test failure /restartTests/testAddons_RestartlessExtensionWorksAfterRestart/test2.js | Current URL should match expected URL
      • not reproducible anymore on Aurora, looking for regression range
    • bug 785041 - Mozmill test failure testSecurity/testGreyLarry.js with "Controller.assertJSProperty(ID: page-proxy-favicon) : http://localhost:43336/images/mozilla_favicon.ico == http://localhost:43336/favicon.ico"
      • investigating
  • Alex:
    • bug 793092 - Replace controller.waitFor with assert/expect.waitFor in remaining mozmill tests and modules
      • needs update after review
    • bug 795831 - Add test files to litmus-data repository for video controls testing
      • reproduced Dave's issue, worked on it
    • bug 758151 - Failure in testOpenSearchAutodiscovery | Timeout waiting for page loaded
      • not reproducible, have to access the local windows 8 machine

Roundtable

  • [Henrik] We officially dropped our active contribution to the WebRTC module for now. We will return later once WebAPI is done. We still want to mentor contributors and review tests.
  • [Henrik] It's probably helpful to have a single person working on lower level WebAPI classes for use with Marionette (e.g. screen orientation) from the JS and Python layer. Henrik could take that part and would work on all the APIs to make it easier to get tests implemented for active contributors.

Presentation / Demo

  • [%name%] %topic%

Triage

Personal Status

For the personal status please check the weekly status updates:

Meeting Notes

The meeting notes for this meeting can be read in the following etherpad:

Action items

  • [NEW] %name%: %task%