Page MenuHomePhabricator

Revise Tone Structured Task: remove experiment instrumentation and automatic analysis code
Closed, ResolvedPublic2 Estimated Story Points

Description

Now that the Revise Tone Structured Task A/B test is concluding (T426363), clean up the experiment by removing the instrumentation code and the code that drove automatic analysis, following the Test Kitchen cleanup guidance.

Acceptance criteria

  • Instrumentation/event-logging code specific to the Revise Tone A/B test is removed
  • The automatic analysis code/configuration for the experiment is removed

Notes

Details

Related Changes in Gerrit:
Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Experiments Registry: Deregister Growth Experiments Revise Tonerepos/product-analytics/test-kitchen/experiment-analytics-configs!74emc-wmfem/T428265-remove-experiment-instrumentationmain
Customize query in GitLab

Event Timeline

Michael added a project: OKR-Work.

(Part of the scaling the Revise Tone task OKR work for next quarter.)

KStoller-WMF moved this task from Product Backlog to Needs Refinement on the Growth-Team board.
KStoller-WMF set the point value for this task to 2.Jul 13 2026, 3:48 PM

Change #1311851 had a related patch set uploaded (by EMcFarland; author: EMcFarland):

[operations/mediawiki-config@master] EventStreamConfig: remove stream used in past experiments

https://gerrit.wikimedia.org/r/1311851

Deleted experiment from TK AA (with permission):

$ sudo -u analytics-product kerberos-run-command analytics-product spark3-sql -e "DELETE FROM wmf_experiments.experiments_registry_v1 WHERE machine_name = 'growthexperiments-revise-tone';"
$ sudo -u analytics-product kerberos-run-command analytics-product spark3-sql -e "DELETE FROM wmf_experiments.experiment_results_v1 WHERE experiment_machine_name = 'growthexperiments-revise-tone';"

Re-ran load_configurations_daily DAG to pick up the changes from the merged MR.

Change #1311851 merged by jenkins-bot:

[operations/mediawiki-config@master] EventStreamConfig: remove stream used in past experiments

https://gerrit.wikimedia.org/r/1311851

Mentioned in SAL (#wikimedia-operations) [2026-07-23T13:28:54Z] <kharlan@deploy1003> Started scap sync-world: Backport for [[gerrit:1311851|EventStreamConfig: remove stream used in past experiments (T428265)]]

Mentioned in SAL (#wikimedia-operations) [2026-07-23T13:31:10Z] <kharlan@deploy1003> kharlan, emc-wmf: Backport for [[gerrit:1311851|EventStreamConfig: remove stream used in past experiments (T428265)]] synced to the testservers (see https://wikitech.wikimedia.org/wiki/Mwdebug). Changes can now be verified there.

Mentioned in SAL (#wikimedia-operations) [2026-07-23T13:38:01Z] <kharlan@deploy1003> Finished scap sync-world: Backport for [[gerrit:1311851|EventStreamConfig: remove stream used in past experiments (T428265)]] (duration: 09m 07s)

The relevant changes have been deployed. I see no errors in https://logstash.wikimedia.org/app/dashboards#/view/41cae700-bfbe-11eb-85b7-9d1831ce7631 and https://grafana.wikimedia.org/d/0352e22b-1ebf-4e13-a97d-4f5f05eb8463/revise-tone-structured-task still works.

So, I think that all ACs are met and I'm closing this as resolved.