QA/Automation/Meetings/121217: Difference between revisions

From MozillaWiki
< QA‎ | Automation‎ | Meetings
Jump to navigation Jump to search
(Created page with "<small>previous meeting | Meetings | [[Auto-tools/Automation_Development/Meet...")
 
Line 44: Line 44:


= Softvision Updates =
= Softvision Updates =
* TBD
* Fixed:
** {{bug|815605}} - Ensure the registered observer gets removed in places.js shared module
** {{bug|820341}} - Test failure "Timeout exceeded for waitForElement Selector: *[label='Test Bookmark 1']" in endurance/testBookmarks_OpenAndClose/test1.js
** {{bug|813449}} - testAwesomeBar/testSuggestHistory.js fails in setupModule() with "Browsing History has been cleared"
** {{bug|800800}} - Ensure we always wait for removeAllHistory() in places.js
** {{bug|819942}} - Test failure "Default bookmarks have been imported" due to restoreDefaultBookmarks() in lib/places
** {{bug|810820}} - Test failure "Modal dialog has been found and processed" in /testSecurity/testEncryptedPageWarning.js
 
* Review needed:
** {{bug|812435}} - Test failure "could not find element Link: Documenti" in testPreferences/testPreferredLanguage.js
** {{bug|780892}} - Split testFocusAndSearch.js into two test modules
 
* Blocked bugs:
** {{bug|788531}} - Revise default delay for endurance test to make scenarios more realistic - needs ESX cluster
** {{bug|795398}} - Mozmill test to check that MD5 hash signatures are no longer accepted - blocked by {{bug|804952}} - Setup virtual host on mozqa.com for Mozmill MD5 hash signatures check
 
* Dependent bugs:
**
 
* Working on:
** {{bug|818456}} - Investigate and prepare existing Mozmill tests for per window private browsing - P1
** {{bug|812114}} - Add an observer for the stop() method in private-browsing.js shared module - fails on esr17 and release
** {{bug|785041}} - Mozmill test failure testSecurity/testGreyLarry.js with "Controller.assertJSProperty(ID: page-proxy-favicon) : htttp://localhost:43336/images/mozilla_favicon.ico ==
*** think we need to let go of custom favicon for our local pages
** {{bug|800872}} - Test failure "Window number '1' has been opened" in endurance//testTabbedBrowsing_OpenNewWindow/test1.js
*** we lose the controllers of the new opened windows
** {{bug|772360}} - Mozmill test failure //testBookmarks_AddAndRemoveBookmarkViaAwesomeBar/ with error "The bookmark was created "
*** Asked Marco Bonardo about the property we should wait for in case the test is failing
** {{bug|810301}} - AddonsManager.close in lib/addon.js closes the current tab without checking if it is the addons manager
** {{bug|812114}} - Add an observer for the stop() method in private-browsing.js shared module
*** investigate why this fails on ESR17, do testruns on release as well (waiting answer from Josh Matthews)
** {{bug|790538}} - Enhance update tests to check for the 'what's new page' when `actions='silent'` given in update snippet
** {{bug|781547}} - Failure in "/testBookmarks_OpenAllInTabs/test1.js" with "Default bookmarks have been imported"
** {{bug|809431}} - Get rid of controller.assertNode() and controller.assertNodeNotExist() calls in favor of assert.* methods
** {{bug|782661}} - Mozmill endurance test failure in testBookmarks_OpenAllIntTabs | "could not find element Selector: .bookmark-item[label='Test Folder'] "}}


= Roundtable =
= Roundtable =

Revision as of 10:26, 17 December 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: Rob

Last Weeks Action Items

  • [NEW] Henrik: Talk to Michael Ventnor about the system proxy issue on Linux
  • [NEW] Henrik: Follow up with Ted about the faked devices for WebRTC

Highlights

  • [%name%] %highlight%

Goals Overview

Blockers

Issues

  • bug 774892 - Unable to type in Firefox if it's started with focusmanager.testmode enabled on Linux
  • bug 805812 - Locale updates for Windows are offering the same build for updating from/to
  • 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

Project Updates

Gaia UI (Dave)

  • TBD

WebAPI (Rob)

  • TBD

WebRTC (Henrik)

  • TBD

Softvision Updates

  • Fixed:
    • bug 815605 - Ensure the registered observer gets removed in places.js shared module
    • bug 820341 - Test failure "Timeout exceeded for waitForElement Selector: *[label='Test Bookmark 1']" in endurance/testBookmarks_OpenAndClose/test1.js
    • bug 813449 - testAwesomeBar/testSuggestHistory.js fails in setupModule() with "Browsing History has been cleared"
    • bug 800800 - Ensure we always wait for removeAllHistory() in places.js
    • bug 819942 - Test failure "Default bookmarks have been imported" due to restoreDefaultBookmarks() in lib/places
    • bug 810820 - Test failure "Modal dialog has been found and processed" in /testSecurity/testEncryptedPageWarning.js
  • Review needed:
    • bug 812435 - Test failure "could not find element Link: Documenti" in testPreferences/testPreferredLanguage.js
    • bug 780892 - Split testFocusAndSearch.js into two test modules
  • Blocked bugs:
    • bug 788531 - Revise default delay for endurance test to make scenarios more realistic - needs ESX cluster
    • bug 795398 - Mozmill test to check that MD5 hash signatures are no longer accepted - blocked by bug 804952 - Setup virtual host on mozqa.com for Mozmill MD5 hash signatures check
  • Dependent bugs:
  • Working on:
    • bug 818456 - Investigate and prepare existing Mozmill tests for per window private browsing - P1
    • bug 812114 - Add an observer for the stop() method in private-browsing.js shared module - fails on esr17 and release
    • bug 785041 - Mozmill test failure testSecurity/testGreyLarry.js with "Controller.assertJSProperty(ID: page-proxy-favicon) : htttp://localhost:43336/images/mozilla_favicon.ico ==
      • think we need to let go of custom favicon for our local pages
    • bug 800872 - Test failure "Window number '1' has been opened" in endurance//testTabbedBrowsing_OpenNewWindow/test1.js
      • we lose the controllers of the new opened windows
    • bug 772360 - Mozmill test failure //testBookmarks_AddAndRemoveBookmarkViaAwesomeBar/ with error "The bookmark was created "
      • Asked Marco Bonardo about the property we should wait for in case the test is failing
    • bug 810301 - AddonsManager.close in lib/addon.js closes the current tab without checking if it is the addons manager
    • bug 812114 - Add an observer for the stop() method in private-browsing.js shared module
      • investigate why this fails on ESR17, do testruns on release as well (waiting answer from Josh Matthews)
    • bug 790538 - Enhance update tests to check for the 'what's new page' when `actions='silent'` given in update snippet
    • bug 781547 - Failure in "/testBookmarks_OpenAllInTabs/test1.js" with "Default bookmarks have been imported"
    • bug 809431 - Get rid of controller.assertNode() and controller.assertNodeNotExist() calls in favor of assert.* methods
    • bug 782661 - Mozmill endurance test failure in testBookmarks_OpenAllIntTabs | "could not find element Selector: .bookmark-item[label='Test Folder'] "}}

Roundtable

  • TBD

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%