Auto-tools/Automation Development/Meetings/130701: Difference between revisions
< Auto-tools | Automation Development | Meetings
Jump to navigation
Jump to search
(8 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
= General = | = General = | ||
* Attendees: | * Attendees: | ||
** | ** Mario, Andreea, Daniela, Otilia, Dave, Andrei | ||
* Chair: Dave Hunt | * Chair: Dave Hunt | ||
* Notes: | * Notes: Andreea | ||
= Last Weeks Action Items = | = Last Weeks Action Items = | ||
Line 22: | Line 22: | ||
= Roundtable = | = Roundtable = | ||
* | * [Andrei] How deep should we investigate when it might be a Firefox regression | ||
= Goals Overview = | = Goals Overview = | ||
Line 43: | Line 43: | ||
= Softvision Updates = | = Softvision Updates = | ||
== Desktop Automation == | == Desktop Automation == | ||
* Goals progress: | * Goals progress: Mozmill 2.0 releases | ||
* | |||
* Fixed: | |||
** {{bug|846007}} - Mutt test dnd_chrome.js appears to hang when run unless mouse movement issued | |||
** {{bug|867217}} - restart tests have to call controller.restartApplication() for mozmill 2.0 compatibility | |||
** {{bug|868371}} - Make changes to assertions.js library to make Assert the base class | |||
** {{bug|868375}} - Change the assertions.js module so that Assert is the base class instead of Expect | |||
** {{bug|840487}} - Test failure in /restartTests/testDefaultBookmarks/test1.js because the location of the 'Getting Started' page has been changed | |||
* Working on: | |||
** {{bug|799149}} - Add mozmill test to ensure that there are no conflicts in context menu access keys. | |||
** {{bug|880135}} - [1.5] Test failure "The tab with index '1' has been selected" in testOpenInBackground.js | |||
** {{bug|853005}} - [2.0] Update automation script should exit with a non-zero exit code if unable to get update channel | |||
** {{bug|880417}} - Create user interface shared module for metro | |||
** {{bug|886811}} - Use controller.restartAppplication() instead of controller.startUserShutdown() for mozmill-2.0 | |||
** {{bug|885723}} - Test failure "Autocomplete popup has been opened" in testSwitchToTab.js | |||
{| border="1" cellpadding="2" align="center" | |||
|+<b> Waiting for review/Feedback/Need info</b> | |||
| <b>Bug number</b> || <b>Status</b> || <b>Requestee</b> || <b>Requester</b> || <b>Bug Subject</b> | |||
|- | |||
| {{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}} [[https://github.com/mozilla/mozmill-dashboard/pull/50 Pull Request]] || Review || Henrik/Dave || Andrei || Add screenshot functionality to assertion module | |||
|- | |||
| {{bug|827276}} || Needinfo || Alex Keybl || Andrei || Test failure 'Check for updates has been completed' in /restartTests/testSoftwareUpdateAutoProxy/test2.js | |||
|- | |||
| {{bug|786306}} || Review || Henrik || Mario || Restart tests logic | |||
|- | |||
| {{bug|880135}} || Feedback || Henrik/Dave || Daniela || Test failure "The tab with index '1' has been selected" in testOpenInBackground.js | |||
|- | |||
| {{bug|835296}} || Feedback || Henrik/Dave || Mario || Add test that installs an addon with EULA directly from addons.mozilla.org | |||
|- | |||
| {{bug|887258}} || Review || Henrik || Daniela || Disable new tab preloading preference in mozmill 1.5 | |||
|- | |||
| {{bug|795398}} || Review || Dave/Henrik || Andreea || Mozmill test to check that MD5 hash signatures are no longer accepted | |||
|- | |||
| [https://github.com/mozilla/mozmill-automation/pull/32 Pull request 32] || Need info || Dave || Andreea || [2.0] Update automation script should exit with a non-zero exit code if unable to get update channel | |||
|} | |||
== Mobile (Robocop) == | == Mobile (Robocop) == | ||
* Goals progress: | * Goals progress: | ||
Line 58: | Line 98: | ||
==Action items== | ==Action items== | ||
* {{ | * {{prev|}} Henrik - Start a thread on the public list to collect ideas for the show and tell | ||
* {{prev|}} Henrik - Develop patch/update to only enable Mozmill restarts and not user-initiated restarts | |||
* {{prev|}} Dave, Rob - Discuss gaia-ui tests, autolog, heuristics and html reports | |||
* {{done|}} Dave - Release the SMTP server changes for Mozmill CI |
Latest revision as of 09:35, 3 July 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:
- Mario, Andreea, Daniela, Otilia, Dave, Andrei
- Chair: Dave Hunt
- Notes: Andreea
Last Weeks Action Items
- [CARRY OVER] Henrik - Start a thread on the public list to collect ideas for the show and tell
- [NEW] Henrik - Develop patch/update to only enable Mozmill restarts and not user-initiated restarts
- [NEW] Dave, Rob - Discuss gaia-ui tests, autolog, heuristics and html reports
Highlights
- [dave] b2gpopulate 0.7.1 released (bug fixes)
- New blockers, any updates?
- %new blockers%
- You can find all blockers here: http://bit.ly/Tph0NY
Roundtable
- [Andrei] How deep should we investigate when it might be a Firefox regression
Goals Overview
Project Updates
Gaia UI (Dave)
- Goals progress:
- TBD
WebAPI (Rob)
- Goals progress:
- TBD
WebRTC (Henrik)
- Goals progress:
- TBD
Softvision Updates
Desktop Automation
- Goals progress: Mozmill 2.0 releases
- Fixed:
- bug 846007 - Mutt test dnd_chrome.js appears to hang when run unless mouse movement issued
- bug 867217 - restart tests have to call controller.restartApplication() for mozmill 2.0 compatibility
- bug 868371 - Make changes to assertions.js library to make Assert the base class
- bug 868375 - Change the assertions.js module so that Assert is the base class instead of Expect
- bug 840487 - Test failure in /restartTests/testDefaultBookmarks/test1.js because the location of the 'Getting Started' page has been changed
- Working on:
- bug 799149 - Add mozmill test to ensure that there are no conflicts in context menu access keys.
- bug 880135 - [1.5] Test failure "The tab with index '1' has been selected" in testOpenInBackground.js
- bug 853005 - [2.0] Update automation script should exit with a non-zero exit code if unable to get update channel
- bug 880417 - Create user interface shared module for metro
- bug 886811 - Use controller.restartAppplication() instead of controller.startUserShutdown() for mozmill-2.0
- bug 885723 - Test failure "Autocomplete popup has been opened" in testSwitchToTab.js
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 827276 | Needinfo | Alex Keybl | Andrei | Test failure 'Check for updates has been completed' in /restartTests/testSoftwareUpdateAutoProxy/test2.js |
bug 786306 | Review | Henrik | Mario | Restart tests logic |
bug 880135 | Feedback | Henrik/Dave | Daniela | Test failure "The tab with index '1' has been selected" in testOpenInBackground.js |
bug 835296 | Feedback | Henrik/Dave | Mario | Add test that installs an addon with EULA directly from addons.mozilla.org |
bug 887258 | Review | Henrik | Daniela | Disable new tab preloading preference in mozmill 1.5 |
bug 795398 | Review | Dave/Henrik | Andreea | Mozmill test to check that MD5 hash signatures are no longer accepted |
Pull request 32 | Need info | Dave | Andreea | [2.0] Update automation script should exit with a non-zero exit code if unable to get update channel |
Mobile (Robocop)
- Goals progress:
- TBD
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
- [CARRY OVER] Henrik - Start a thread on the public list to collect ideas for the show and tell
- [CARRY OVER] Henrik - Develop patch/update to only enable Mozmill restarts and not user-initiated restarts
- [CARRY OVER] Dave, Rob - Discuss gaia-ui tests, autolog, heuristics and html reports
- [DONE] Dave - Release the SMTP server changes for Mozmill CI