Auto-tools/Automation Development/Meetings/130422: Difference between revisions
< Auto-tools | Automation Development | Meetings
Jump to navigation
Jump to search
Dpetrovici (talk | contribs) |
|||
Line 42: | Line 42: | ||
= Softvision Updates = | = Softvision Updates = | ||
== Desktop Automation == | == Desktop Automation == | ||
* Goals progress: | * Goals progress: Q1 - achieved, Q2 - Mozmill 2.0 release | ||
* | |||
* Fixed: | |||
** {{bug|708270}} - Flash endurance tests expose potential performance degradation regression | |||
* 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 | |||
*** needs CA certificate | |||
* 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|857551}} - Create HTML page containing all the elements necessary for L10N testing of the context menu access keys | |||
** {{bug|671476}} - Mozmill Endurance test for loading a SWF video via URL | |||
** {{bug|671479}} - Mozmill Endurance test for loading a SWF video via iframe | |||
** {{bug|860382}} - Test failure "Search engines drop down has been closed" in testSearchSuggestions.js | |||
** {{bug|860659}} - elementslib.Lookup() fails with 'Expression \"id(\"main-window\")\" returned null. Anonymous == false"' | |||
** {{bug|791634}} - Make waitFor() method available in the assertions module (also for soft assertions) | |||
{| border="1" cellpadding="2" align="center" | |||
|+<b> Waiting for review/Feedback/Need info</b> | |||
| <b>Bug number</b> || <b>Status</b> || <b>People</b> || <b>Bug Subject</b> | |||
|- | |||
| {{bug|489474}} || Review || Henrik || Write automated tests for user generated video controls | |||
|- | |||
| {{bug|800872}} || Review || Henrik || 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 || Add screenshot functionality to assertion module | |||
|- | |||
| {{bug|839996}} || Feedback || Marco || Add event to wait for before importing the default bookmarks through importFromURL function | |||
|- | |||
| {{bug|838192}} || Review || Henrik/Dave || Add screenshot functionality to assertion module (low priority with mozmill 2.0 looming) | |||
|- | |||
| [https://github.com/whimboo/mozmill-automation/pull/32 Pull request] || Review || Henrik/Dave || Update automation script should exit with a non-zero exit code if unable to get update channel (Mozmill 2.0) | |||
|- | |||
| {{bug|834163}} || Need-info || Henrik || Teardown code for /testSearch tests should not exercise ui path which can cause failures like: "Modal dialog has been found and processed" | |||
|- | |||
| {{bug|785014}} || Need-info || Alexandre Poirot || Build restartless.xpi as a plain bootstrapped extension | |||
|- | |||
| {{bug|853478}} || Review || Henrik/Dave || Junit report generation fails if Mozmill is not able to send the report to the dashboard | |||
|- | |||
| {{bug|795398}} || Review || Henrik/Dave || Mozmill test to check that MD5 hash signatures are no longer accepted - not for landing yet | |||
|- | |||
| {{bug|859746}} || Review || Henrik/Dave || Mutt javascript tests do not print the RESULTS block | |||
|- | |||
| {{bug|803492}} || Needinfo || Neil Deakin || Enhance the constructor of MozMillController to set focus on the window | |||
|- | |||
| {{bug|791634}} || Feedback || Henrik/Dave || Make waitFor() method available in the assertions module (also for soft assertions) | |||
|- | |||
| {{bug|857551}} || Feedback || Henrik/Dave Create HTML page containing all the elements necessary for L10N testing of the context menu access keys | |||
|} | |||
== Mobile (Robocop) == | == Mobile (Robocop) == | ||
* Goals progress: | * Goals progress: |
Revision as of 09:58, 18 April 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: Andrei
- Notes: Henrik
Last Weeks Action Items
- [NEW] Henrik - Update the goals page
- [CARRY OVER] Anthony: Ensure any Metro tests are suitably tagged with in-testsuite?
Highlights
- [%name%] %highlight%
- New blockers, any updates?
- %new blockers%
- You can find all blockers here: http://bit.ly/Tph0NY
Roundtable
- TBD
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: Q1 - achieved, Q2 - Mozmill 2.0 release
- Fixed:
- bug 708270 - Flash endurance tests expose potential performance degradation regression
- 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
- needs CA certificate
- Working on:
- 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 857551 - Create HTML page containing all the elements necessary for L10N testing of the context menu access keys
- bug 671476 - Mozmill Endurance test for loading a SWF video via URL
- bug 671479 - Mozmill Endurance test for loading a SWF video via iframe
- bug 860382 - Test failure "Search engines drop down has been closed" in testSearchSuggestions.js
- bug 860659 - elementslib.Lookup() fails with 'Expression \"id(\"main-window\")\" returned null. Anonymous == false"'
- bug 791634 - Make waitFor() method available in the assertions module (also for soft assertions)
- Mozmill-ci - Log request/response bodies of update requests
Bug number | Status | People | Bug Subject |
bug 489474 | Review | Henrik | Write automated tests for user generated video controls |
bug 800872 | Review | Henrik | Test failure "Window number '1' has been opened" in endurance/testTabbedBrowsing_OpenNewWindow/test1.js |
bug 838192 [Pull Request] | Review | Henrik/Dave | Add screenshot functionality to assertion module |
bug 839996 | Feedback | Marco | Add event to wait for before importing the default bookmarks through importFromURL function |
bug 838192 | Review | Henrik/Dave | Add screenshot functionality to assertion module (low priority with mozmill 2.0 looming) |
Pull request | Review | Henrik/Dave | Update automation script should exit with a non-zero exit code if unable to get update channel (Mozmill 2.0) |
bug 834163 | Need-info | Henrik | Teardown code for /testSearch tests should not exercise ui path which can cause failures like: "Modal dialog has been found and processed" |
bug 785014 | Need-info | Alexandre Poirot | Build restartless.xpi as a plain bootstrapped extension |
bug 853478 | Review | Henrik/Dave | Junit report generation fails if Mozmill is not able to send the report to the dashboard |
bug 795398 | Review | Henrik/Dave | Mozmill test to check that MD5 hash signatures are no longer accepted - not for landing yet |
bug 859746 | Review | Henrik/Dave | Mutt javascript tests do not print the RESULTS block |
bug 803492 | Needinfo | Neil Deakin | Enhance the constructor of MozMillController to set focus on the window |
bug 791634 | Feedback | Henrik/Dave | Make waitFor() method available in the assertions module (also for soft assertions) |
bug 857551 | Feedback | Henrik/Dave Create HTML page containing all the elements necessary for L10N testing of the context menu access keys |
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
- [NEW] %name%: %task%