No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Stub Attribution Notes/Test Plan (scratchpad) =
Hi; I'm Stephen Donner (sdonner at mozilla dot com), and I'm a Senior Software Engineer on the [https://wiki.mozilla.org/TestEngineering/Performance Firefox Performance Test Engineering] team


= Dependencies (tools/systems): =
== Current Projects (prioritized): ==
* [https://github.com/mozilla-services/go-bouncer Bouncer]
* Mozilla.org ([https://github.com/mozilla/bedrock Bedrock])


== Questions: ==
1. (🏁*) Raptor: [https://bugzilla.mozilla.org/show_bug.cgi?id=1537944 bug 1537944] - Add support for up-front profile conditioning into Raptor
# All (supported) Windows platforms, or?
# Do Not Track support
## Which specific browsers (vendors + versions) properly support it/if have it enabled, we'll honor the setting?
# Which locale(s)?
# Entry-points on Mozilla.org/.com.  Which page(s)?  Or all download pages?
## https://www.mozilla.org/en-US/firefox/all/
## https://www.mozilla.org/en-US/firefox/new/?scene=2 (and do the ?scene=[] parameters matter?)
# JavaScript enabled *and* disabled cases?
# How/who checks the Telemetry ping from the client?  Via Dashboard?
# Do we need to cover the upgrade-path scenario?  i.e.:
## user downloads and installs using the special stub installer w/tracking code
## we verify correct pings, etc.
## user upgrades later to a newer version of Firefox (pave-over install)
### do we still check for this ping?
# How about the successfully installed, then uninstalled case: check to see that client no longer sends ping?


== Manual Tests: ==
2. (🏁*) AWSY (TP6): [https://bugzilla.mozilla.org/show_bug.cgi?id=1567138 bug 1567138] - Promote AWSY tp6 tests to tier 1
# Positive (happy-path) Tests:
## Do Not Track disabled


== Negative Tests: ==
3. Talos: Green up/situate [https://bugzilla.mozilla.org/show_bug.cgi?id=1549272 talos-damp] and [https://bugzilla.mozilla.org/show_bug.cgi?id=1549273 talos-perf-reftest-singletons]
# Ensure other installers/binaries '''don't''' have/pass on the URL param/stub code
## e.g. Mac, Linux, full Firefox for Windows installers


== Test Automation: ==
* 🏁 indicates current goal




{{VerifiedUser}}
CIA-A team's helpful writeups:
* [https://wiki.mozilla.org/New_test_environments#Green_up_tests Green up tests]
* [https://wiki.mozilla.org/CI_Automation/windows10_aarch64 windows10-aarch64]

Latest revision as of 11:33, 12 September 2019

Hi; I'm Stephen Donner (sdonner at mozilla dot com), and I'm a Senior Software Engineer on the Firefox Performance Test Engineering team

Current Projects (prioritized):

1. (🏁*) Raptor: bug 1537944 - Add support for up-front profile conditioning into Raptor

2. (🏁*) AWSY (TP6): bug 1567138 - Promote AWSY tp6 tests to tier 1

3. Talos: Green up/situate talos-damp and talos-perf-reftest-singletons

  • 🏁 indicates current goal


CIA-A team's helpful writeups: