Page MenuHomePhabricator

cjming (Clare Ming)
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Monday

  • No visible events.

User Details

User Since
Mar 22 2021, 7:07 PM (280 w, 4 d)
Availability
Available
LDAP User
Clare Ming
MediaWiki User
CMing (WMF) [ Global Accounts ]

Recent Activity

Yesterday

cjming claimed T419266: Make the TestKitchen extension available on PatchDemo.
Fri, Aug 7, 4:11 AM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work, Growth-Team, Catalyst (PatchDemo)
cjming moved T419266: Make the TestKitchen extension available on PatchDemo from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 28) board.
Fri, Aug 7, 4:11 AM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work, Growth-Team, Catalyst (PatchDemo)
cjming moved T432629: Implement SDS2.3 UAT findings from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 28) board.
Fri, Aug 7, 4:10 AM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work

Thu, Aug 6

cjming moved T433386: [DE 1.1.9] Include performer_edit_count in exposure events from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:50 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27), OKR-Work (DE1 FY2026-27)
cjming moved T432309: [Traffic limit exception] TK API responses include the traffic limit exception when registered and active from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:48 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T395891: Test Kitchen UI (FKA MPIC) NPM updates to recent major version from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:48 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432144: Update how start/end dates and phases are handled and validated from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:48 PM · Patch-For-Review, Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming moved T433265: Update TKUI Landing Page from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 27)
cjming moved T430795: Infer schema_id from the selected stream_name via Test Kitchen poller from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming moved T432310: [Traffic limit exception] Traffic limit exception UI is available only for growthbook-admin LDAP group from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432305: [Traffic limit exception] Implement both controller and service layer to manage traffic limit exceptions from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432313: [Traffic limit exception] Implement a validation layer for the traffic limit exception UI from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 7:47 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from To Deploy to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Thu, Aug 6, 5:42 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming added a comment to T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.

great - graphs look even better today (apologies for the 2+ week blip) -- so i think this is resolved

Thu, Aug 6, 5:42 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

Hi, just sharing something I learned in T423583: mediawiki.page_change.v1 event - Add revision revert details:

revisions are only tagged as reverted if they were reverted within $wgRevertedTagMaxDepth (15, I think?) revisions of the reverted-to revision.

Perhaps for a constructive edits metric it practically doesn't matter, but it does mean that in cases where a revert to a revision happens within 48 hours but where there are more than 15 revisions after that reverted-to revision, the intermediate revisions will not be tagged as reverted.

Thu, Aug 6, 6:26 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

Also ran:

SELECT
  dt,
  meta.stream,
  mediawiki.database,
  page.namespace_id,
  page.revision_id
FROM event.product_metrics_web_base
WHERE year = 2026 AND month = 8 AND day = 5
  AND page.revision_id IS NOT NULL
  AND page.namespace_id IS NOT NULL
LIMIT 20;

which returned:

dt				stream			database	namespace_id	revision_id
2026-08-05T14:26:33Z	product_metrics.web_base	wikidatawiki	0		2526755317
2026-08-05T14:23:42Z	product_metrics.web_base	nlwiki		0		71701110
2026-08-05T14:24:19Z	product_metrics.web_base	ptwikisource	106		557779
2026-08-05T14:19:29Z	product_metrics.web_base	commonswiki	6		1256023382
2026-08-05T14:26:23Z	product_metrics.web_base	wikidatawiki	0		2526762295
2026-08-05T14:21:06Z	product_metrics.web_base	frwikisource	104		15959818
2026-08-05T14:20:07Z	product_metrics.web_base	dewiki		5		269341283
2026-08-05T14:23:42Z	product_metrics.web_base	nlwiki		0		71701156
2026-08-05T14:26:32Z	product_metrics.web_base	wikidatawiki	0		2526756951
2026-08-05T14:26:08Z	product_metrics.web_base	viwiki		0		75394259
2026-08-05T14:19:39Z	product_metrics.web_base	commonswiki	6		1256017524
2026-08-05T14:19:47Z	product_metrics.web_base	commonswiki	6		1256011713
2026-08-05T14:21:11Z	product_metrics.web_base	frwiktionary	0		39773453
2026-08-05T14:26:19Z	product_metrics.web_base	wikidatawiki	0		2526764209
2026-08-05T14:19:48Z	product_metrics.web_base	commonswiki	6		1256011127
2026-08-05T14:20:59Z	product_metrics.web_base	fonwiki		0		38811
2026-08-05T14:26:33Z	product_metrics.web_base	wikidatawiki	0		2526755305
2026-08-05T14:26:28Z	product_metrics.web_base	wikidatawiki	0		2526760062
2026-08-05T14:19:33Z	product_metrics.web_base	commonswiki	6		1256021335
2026-08-05T14:19:27Z	product_metrics.web_base	commonswiki	6		1256025090

So confirming that data collection is happening with the contextual attributes specified in the ticket description.

Thu, Aug 6, 5:06 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)

Wed, Aug 5

cjming added a comment to T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.

and it appears that evengate validation errors related to the mediawiki.product_metrics.wikifunctions_ui stream are dropping steadily tho slowly 😌

Wed, Aug 5, 9:05 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming added a comment to T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.

ok - i think we're finally getting somewhere - https://grafana-rw.wikimedia.org/goto/dfuar4s42ek8wc?orgId=default shows events finally showing up after the last backport fix to bump the wikilambda/ui_actions schema to reference the most recent web base schema 🎉

Wed, Aug 5, 8:37 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

So I ran the follow queries on a stat machine:

Wed, Aug 5, 6:59 PM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Aug 5, 5:04 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from To Deploy to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Aug 5, 3:01 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)

Tue, Aug 4

cjming updated subscribers of T431493: [DE 1.1.9] An instrument that produces edit_survived events.

@RLazarus graciously deployed the puppet patch at EOD today and when we did a test run of the maintenance script, realized there was an error (s/o to @Scott_French for the fix) so I quickly (possibly too boldly) pushed/self-merged https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/1320295 and backported https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/1320296

Tue, Aug 4, 3:38 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming moved T432629: Implement SDS2.3 UAT findings from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Tue, Aug 4, 3:12 AM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work

Fri, Jul 31

cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 31, 4:08 AM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

The edit_survived instrument is functionally complete in code and the maintenance script is scheduled for deployment on 8/4/26 (I will try to get it deployed earlier if possible)

Fri, Jul 31, 3:04 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)

Wed, Jul 29

cjming moved T432313: [Traffic limit exception] Implement a validation layer for the traffic limit exception UI from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 11:58 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T433386: [DE 1.1.9] Include performer_edit_count in exposure events from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 11:29 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27), OKR-Work (DE1 FY2026-27)
cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 11:09 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming moved T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from Incoming to Experiment Platform Sprint 27 on the Test Kitchen board.
Wed, Jul 29, 11:09 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming claimed T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.
Wed, Jul 29, 11:09 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming renamed T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument from [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instruments to [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.
Wed, Jul 29, 11:08 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming created T433550: [Abstract Wikipedia] Events are not being sent from migrated wikifunctions-ui-actions instrument.
Wed, Jul 29, 11:04 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27)
cjming claimed T433386: [DE 1.1.9] Include performer_edit_count in exposure events.
Wed, Jul 29, 10:49 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27), OKR-Work (DE1 FY2026-27)
cjming moved T433386: [DE 1.1.9] Include performer_edit_count in exposure events from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:48 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Test Kitchen (Experiment Platform Sprint 27), OKR-Work (DE1 FY2026-27)
cjming claimed T432629: Implement SDS2.3 UAT findings.
Wed, Jul 29, 10:48 PM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work
cjming moved T432629: Implement SDS2.3 UAT findings from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:48 PM · Test Kitchen (Experiment Platform Sprint 28), Essential-Work
cjming claimed T432313: [Traffic limit exception] Implement a validation layer for the traffic limit exception UI.
Wed, Jul 29, 10:48 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432313: [Traffic limit exception] Implement a validation layer for the traffic limit exception UI from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:48 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T433265: Update TKUI Landing Page from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:48 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 27)
cjming moved T432309: [Traffic limit exception] TK API responses include the traffic limit exception when registered and active from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:26 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432310: [Traffic limit exception] Traffic limit exception UI is available only for growthbook-admin LDAP group from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:26 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432305: [Traffic limit exception] Implement both controller and service layer to manage traffic limit exceptions from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:26 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 29, 10:26 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI

Tue, Jul 28

cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

thanks @mpopov - do we have an idea of how long this instrument should run? and traffic constraints?

Tue, Jul 28, 6:42 PM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)

Mon, Jul 27

cjming claimed T433265: Update TKUI Landing Page.
Mon, Jul 27, 9:09 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 27)
cjming moved T432305: [Traffic limit exception] Implement both controller and service layer to manage traffic limit exceptions from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Mon, Jul 27, 9:09 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T433265: Update TKUI Landing Page from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Mon, Jul 27, 9:09 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 27)
cjming moved T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Mon, Jul 27, 9:09 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI

Fri, Jul 24

cjming moved T430118: [GrowthBook] Export metrics to Prometheus from In Progress to Done on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 24, 9:57 PM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming added a comment to T430118: [GrowthBook] Export metrics to Prometheus.

Per discussion with the team, there was a consensus that the python and jobs metrics are not valuable for what we're looking in terms for GB health metrics. It'd be great if there were some metrics geared toward database queries, etc (we can inquire with GrowthBook). So for now we are treating this ticket as an investigation spike and closing for now

Fri, Jul 24, 9:56 PM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming claimed T432305: [Traffic limit exception] Implement both controller and service layer to manage traffic limit exceptions.
Fri, Jul 24, 9:55 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432305: [Traffic limit exception] Implement both controller and service layer to manage traffic limit exceptions from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 24, 9:55 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming updated the task description for T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions.
Fri, Jul 24, 9:33 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T431493: [DE 1.1.9] An instrument that produces edit_survived events from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 24, 8:45 PM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming moved T432310: [Traffic limit exception] Traffic limit exception UI is available only for growthbook-admin LDAP group from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 24, 8:45 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming claimed T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions.
Fri, Jul 24, 5:18 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432304: [Traffic limit exceptions] Design and build an UI to list/register/update/remove traffic limit exceptions from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Fri, Jul 24, 5:18 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI

Thu, Jul 23

cjming added a comment to T430118: [GrowthBook] Export metrics to Prometheus.

What GrowthBook's OTel instrumentation actually emits

Thu, Jul 23, 8:33 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work

Wed, Jul 22

cjming added a comment to T431493: [DE 1.1.9] An instrument that produces edit_survived events.

The main thing that needs to be done with said patch is tuning it to work out what the right interval to run it at is.

Wed, Jul 22, 7:37 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming moved T430173: Delete active_browsing_session_token (ABST) contextual attribute code from Needs Review to To Deploy on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 22, 7:29 AM · Essential-Work, MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27)
cjming claimed T432310: [Traffic limit exception] Traffic limit exception UI is available only for growthbook-admin LDAP group.
Wed, Jul 22, 7:26 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T432310: [Traffic limit exception] Traffic limit exception UI is available only for growthbook-admin LDAP group from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 22, 7:26 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work, Test Kitchen UI
cjming moved T431493: [DE 1.1.9] An instrument that produces edit_survived events from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Wed, Jul 22, 7:25 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming added a project to T432817: Migrate WebUIClick instrument to web base schema with accessibility settings as contextual attributes: Essential-Work.
Wed, Jul 22, 6:03 AM · Essential-Work, Test Kitchen
cjming created T432817: Migrate WebUIClick instrument to web base schema with accessibility settings as contextual attributes.
Wed, Jul 22, 6:02 AM · Essential-Work, Test Kitchen

Tue, Jul 21

cjming moved T430795: Infer schema_id from the selected stream_name via Test Kitchen poller from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 27) board.
Tue, Jul 21, 5:59 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming moved T430118: [GrowthBook] Export metrics to Prometheus from Needs Review to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Tue, Jul 21, 5:11 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming moved T431493: [DE 1.1.9] An instrument that produces edit_survived events from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 27) board.
Tue, Jul 21, 4:56 AM · Test Kitchen (Experiment Platform Sprint 28), MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), OKR-Work (DE1 FY2026-27)
cjming added a comment to T430118: [GrowthBook] Export metrics to Prometheus.

Thanks @BTullis for your corrections! Super helpful - definitely got some things wrong in the proposal - my bad. Let me sort out what assumptions you debunked first, then propose next steps.

Tue, Jul 21, 4:52 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work

Fri, Jul 10

cjming moved T430118: [GrowthBook] Export metrics to Prometheus from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 26) board.
Fri, Jul 10, 2:17 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming added a comment to T430118: [GrowthBook] Export metrics to Prometheus.

These are all things I tried to learn about by reading the current code and config and full disclosure, by conferring with Claude (in the sandbox!):

Fri, Jul 10, 2:13 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming added a comment to T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().

One of the CX app is using mw.eventLog.submit(...), does it need to be migrated as well?

Fri, Jul 10, 12:41 AM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work

Thu, Jul 9

cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:35 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:31 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:29 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:26 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming added a comment to T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().

for WebUIScroll instrument - mediawiki.web_ui_scroll_migrated should maybe be deleted - added to ACs

Thu, Jul 9, 11:26 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:25 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:25 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming updated the task description for T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Thu, Jul 9, 11:23 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work

Jul 8 2026

cjming added a comment to T429377: Phabricator Bot Request: Test Kitchen Experiments Status Reporter.

tysm! works great

Jul 8 2026, 3:48 AM · Release-Engineering-Team (Doing 😎), Phabricator-Bot-Requests

Jul 7 2026

cjming moved T431257: Move $wgTestKitchenLoggedInExperimentEventIntakeServiceUrl to InitialiseSettings.php from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 7 2026, 6:51 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 26)
cjming added a comment to T431257: Move $wgTestKitchenLoggedInExperimentEventIntakeServiceUrl to InitialiseSettings.php.

hi @Sfaci - quick Q - does

Jul 7 2026, 6:42 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 26)
cjming claimed T430118: [GrowthBook] Export metrics to Prometheus.
Jul 7 2026, 6:25 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming claimed T431257: Move $wgTestKitchenLoggedInExperimentEventIntakeServiceUrl to InitialiseSettings.php.
Jul 7 2026, 6:25 AM · Essential-Work, Test Kitchen (Experiment Platform Sprint 26)
cjming moved T430118: [GrowthBook] Export metrics to Prometheus from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 7 2026, 6:25 AM · Test Kitchen (Experiment Platform Sprint 27), Data-Platform-SRE (2026-07-03 - 2026-07-31), Essential-Work
cjming moved T431257: Move $wgTestKitchenLoggedInExperimentEventIntakeServiceUrl to InitialiseSettings.php from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 7 2026, 6:25 AM · Essential-Work, Test Kitchen (Experiment Platform Sprint 26)
cjming moved T430795: Infer schema_id from the selected stream_name via Test Kitchen poller from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 7 2026, 6:25 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming added a comment to T430795: Infer schema_id from the selected stream_name via Test Kitchen poller.

I'm probably forgetting the context for this ticket - are we sure we don't want to support custom schema ids? it seems like if the base schemas for whatever reason don't capture enough info, that we would still want to enable product teams to use custom schemas for edge cases?

Jul 7 2026, 6:14 AM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work

Jul 2 2026

cjming claimed T430795: Infer schema_id from the selected stream_name via Test Kitchen poller.
Jul 2 2026, 10:57 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming moved T430795: Infer schema_id from the selected stream_name via Test Kitchen poller from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 2 2026, 10:57 PM · Test Kitchen (Experiment Platform Sprint 27), Essential-Work
cjming moved T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument() from In Progress to Needs Review on the Test Kitchen (Experiment Platform Sprint 26) board.
Jul 2 2026, 10:57 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming created T431015: GrowthBook staging sluggish and throws authentication errors.
Jul 2 2026, 5:55 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 26), Data-Platform-SRE (2026-07-03 - 2026-07-31)

Jun 30 2026

cjming updated the task description for T367405: Migrate existing Java packages to deploying to Gitlab, including new version of parent pom, validation that all dependencies are available, and validation that deployment to production still works.
Jun 30 2026, 7:06 PM · Essential-Work, Patch-For-Review, Data-Engineering, Java-Scala-Standardization, Data-Platform-SRE
cjming updated subscribers of T367405: Migrate existing Java packages to deploying to Gitlab, including new version of parent pom, validation that all dependencies are available, and validation that deployment to production still works.
Jun 30 2026, 6:55 PM · Essential-Work, Patch-For-Review, Data-Engineering, Java-Scala-Standardization, Data-Platform-SRE
cjming added a comment to T367405: Migrate existing Java packages to deploying to Gitlab, including new version of parent pom, validation that all dependencies are available, and validation that deployment to production still works.

as confirmed in Slack, MP java lib isn't being used in production and we haven't cut a release in a long time - i went ahead and merged the MR anyway so this ticket can be closed out -- we'll probably remove the Java lib and related infrastructure as part of some future cleanup
cc @KReid-WMF

Jun 30 2026, 6:53 PM · Essential-Work, Patch-For-Review, Data-Engineering, Java-Scala-Standardization, Data-Platform-SRE

Jun 25 2026

cjming claimed T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument().
Jun 25 2026, 9:36 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work
cjming moved T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument() from Ready for Development to In Progress on the Test Kitchen (Experiment Platform Sprint 26) board.
Jun 25 2026, 9:36 PM · MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), Test Kitchen (Experiment Platform Sprint 27), Patch-For-Review, Technical-Debt, Essential-Work

Jun 24 2026

cjming added a comment to T430005: [EPIC] Saved Groups in GrowthBook.

just an fyi - we removed Saved Groups functionality from the TK backend for now in https://gitlab.wikimedia.org/repos/data-engineering/test-kitchen/-/merge_requests/361 << some form of this will probably need to be reverted once we have a path forward to dealing with saved groups

Jun 24 2026, 9:37 PM · Epic, Test Kitchen