Auto-tools/Automation Development/Meetings/130513: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 43: Line 43:
= Softvision Updates =
= Softvision Updates =
== Desktop Automation ==
== Desktop Automation ==
* Goals progress: Mozmill 2.0 release
* Goals progress: Mozmill 2.0 releases


* Fixed:
* Fixed:
** {{bug|864268}} - Lookup class does no longer expose the `expression` property
** {{bug|864268}} - Lookup class does no longer expose the `expression` property
** {{bug|842571}} - Update the process start directory (XCurProcD) in software-update.js library  
** {{bug|842571}} - Update the process start directory (XCurProcD) in software-update.js library  
** {{bug|861520}} - Test failure "Timeout exceeded for waitForElement ID: useSSL3" in testPreferences/testDefaultSecurityPrefs.js
** {{bug|867155}} - mozmill --reset clears profile between tests
** {{bug|671479}} - Mozmill Endurance test for loading a SWF video via iframe
** {{bug|864268}} - Lookup class does no longer expose the `expression` property
** {{bug|803492}} - Enhance the constructor of MozMillController to set focus on the window
** {{bug|821713}} - Test failure "Autodiscovered OpenSearch Engines - '0' should equal '1'" in testSearch/testOpenSearchAutodiscovery.js


* Blocked bugs:
* Blocked bugs:
** {{bug|763159}} - Test failure 'secure.mur.at == erle.mur.at ' in testSecurity/testUnknownIssuer.js  
** {{bug|763159}} - Test failure 'secure.mur.at == erle.mur.at ' in testSecurity/testUnknownIssuer.js  
** {{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
*** needs CA certificate, Brandon answered to Henrik that it will be ready in a few days


* Working on:
* Working on:
** [https://github.com/mozilla/mozmill-ci/issues/229 Mozmill-ci] - Log request/response bodies of update requests
*** trying with EnvInject plugin
** {{bug|732353}} - Disable all Discovery Pane tests due to unpredictable web dependencies
** {{bug|732353}} - Disable all Discovery Pane tests due to unpredictable web dependencies
** [https://github.com/whimboo/mozmill-automation/pull/32/ Non-zero exit status 2.0] - Update automation script to re-raise exceptions in order to have a non-zero exit code
** {{bug|860662}} - controller.select() fails to select the option by value


** [https://github.com/whimboo/mozmill-automation/pull/32/ Non-zero exit status 2.0] - Update automation script to re-raise exceptions in order to have a non-zero exit code
{| border="1" cellpadding="2" align="center"
{| border="1" cellpadding="2" align="center"
|+<b> Waiting for review/Feedback/Need info</b>  
|+<b> Waiting for review/Feedback/Need info</b>  
Line 80: Line 83:
|-
|-
| {{bug|827276}} || Needinfo || Alex Keybl || Andrei || Test failure 'Check for updates has been completed' in /restartTests/testSoftwareUpdateAutoProxy/test2.js
| {{bug|827276}} || Needinfo || Alex Keybl || Andrei || Test failure 'Check for updates has been completed' in /restartTests/testSoftwareUpdateAutoProxy/test2.js
|-
| {{bug|864375}} || Feedback || Henrik || Andreea || mozelement/elementslib should not invoke elements at declaration time
|-
|-
| {{bug|864268}} || Review || Henrik || Daniela || Lookup class does no longer expose the `expression` property
| {{bug|864268}} || Review || Henrik || Daniela || Lookup class does no longer expose the `expression` property
|-
|-
| {{bug|865627}} || Review || Henrik/Dave || Daniela || Change exists method for handling Lookup expression that does not exist
| {{bug|865627}} || Review || Henrik/Dave || Daniela || Change exists method for handling Lookup expression that does not exist
|-
| {{bug|671479}} || Review || Andreea || Daniela || Mozmill Endurance test for loading a SWF video via iframe
|-
|-
| {{bug|857551}} || Review || Andreea || Daniela || Create HTML page containing all the elements necessary for L10N testing of the context menu access keys
| {{bug|857551}} || Review || Andreea || Daniela || Create HTML page containing all the elements necessary for L10N testing of the context menu access keys

Revision as of 08:00, 13 May 2013

previous meeting | Meetings | next meeting »

Dial in

 # When:     Every Monday at 8:45am PDT/PST
 # 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
 # IRC logs: http://irclog.gr/#browse/irc.mozilla.org/automation

General

  • Attendees:
    • TBD
  • Chair: Daniela
  • Notes: Andrei

Last Weeks Action Items

  • [DONE] Henrik: Send an email to the automation list about the name of the group being called automation
  • [DONE] Henrik: File a bug to make public information visible (Mozillians)
  • [DONE] Henrik: Push the mozmill 2.0 release after the meeting
  • [NEW] Andrei: Send an email to Neil regarding bug 803492
  • [DONE] Henrik: Update the goals page
  • [CARRY OVER] Anthony: Ensure any Metro tests are suitably tagged with in-testsuite?

Highlights

Roundtable

Goals Overview

Project Updates

Gaia UI (Dave)

  • Goals progress:
  • TBD

WebAPI (Rob)

WebRTC (Henrik)

Softvision Updates

Desktop Automation

  • Goals progress: Mozmill 2.0 releases
  • Fixed:
    • bug 864268 - Lookup class does no longer expose the `expression` property
    • bug 842571 - Update the process start directory (XCurProcD) in software-update.js library
    • bug 861520 - Test failure "Timeout exceeded for waitForElement ID: useSSL3" in testPreferences/testDefaultSecurityPrefs.js
    • bug 867155 - mozmill --reset clears profile between tests
    • bug 671479 - Mozmill Endurance test for loading a SWF video via iframe
    • bug 864268 - Lookup class does no longer expose the `expression` property
    • bug 803492 - Enhance the constructor of MozMillController to set focus on the window
    • bug 821713 - Test failure "Autodiscovered OpenSearch Engines - '0' should equal '1'" in testSearch/testOpenSearchAutodiscovery.js
  • Blocked bugs:
    • bug 763159 - Test failure 'secure.mur.at == erle.mur.at ' in testSecurity/testUnknownIssuer.js
    • bug 795398 - Mozmill test to check that MD5 hash signatures are no longer accepted
  • Working on:
    • bug 732353 - Disable all Discovery Pane tests due to unpredictable web dependencies
    • Non-zero exit status 2.0 - Update automation script to re-raise exceptions in order to have a non-zero exit code
    • bug 860662 - controller.select() fails to select the option by value
Waiting for review/Feedback/Need info
Bug number Status Requestee Requester Bug Subject
bug 489474 Review Henrik Andreea Write automated tests for user generated video controls
bug 800872 Review Henrik Andreea Test failure "Window number '1' has been opened" in endurance/testTabbedBrowsing_OpenNewWindow/test1.js
bug 838192 [Pull Request] Review Henrik/Dave Andrei Add screenshot functionality to assertion module
bug 839996 Feedback Marco Daniela Add event to wait for before importing the default bookmarks through importFromURL function
bug 838192 Review Henrik/Dave Andrei Add screenshot functionality to assertion module (low priority with mozmill 2.0 looming)
bug 785014 Need-info Alexandre Poirot Andreea Build restartless.xpi as a plain bootstrapped extension
bug 791634 Feedback Henrik/Dave Daniela Make waitFor() method available in the assertions module (also for soft assertions)
bug 827276 Needinfo Alex Keybl Andrei Test failure 'Check for updates has been completed' in /restartTests/testSoftwareUpdateAutoProxy/test2.js
bug 864268 Review Henrik Daniela Lookup class does no longer expose the `expression` property
bug 865627 Review Henrik/Dave Daniela Change exists method for handling Lookup expression that does not exist
bug 857551 Review Andreea Daniela Create HTML page containing all the elements necessary for L10N testing of the context menu access keys

Mobile (Robocop)

  • Bugs recently integrated:

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