Steps to replicate the issue (include links if applicable):
Growth Team's revise tone experiment is not including expected values for performer.id and performer.edit_count as contextual attributes that are included in the custom stream (mediawiki.product_metrics.contributors.experiments) for the experiment.
What happens?:
SELECT count(*) FROM event.mediawiki_product_metrics_contributors_experiments WHERE experiment.enrolled = 'growthexperiments-revise-tone' AND year = 2026 AND month = 2 AND day >= 10 AND performer.id IS NOT NULL;
returns 0 rows
but before 2/10:
SELECT count(*) FROM event.mediawiki_product_metrics_contributors_experiments WHERE experiment.enrolled = 'growthexperiments-revise-tone' AND year = 2026 AND month = 2 AND day < 10 AND performer.id IS NOT NULL;
returns 970086 rows
What should have happened instead?:
Queries for 2/10 (when the experiment was restarted) should include values for performer.id and performer.edit_count
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Relevant patches that were recently merged:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/GrowthExperiments/+/1218398
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/TestKitchen/+/1227747




