Page MenuHomePhabricator

isTestA should always be logged with MobileWebSectionUsage schema
Closed, ResolvedPublic

Description

Without this we are not going to get all the data we hoped for. Is someone able to look into this in the hope of swatting tonight?

Event Timeline

Jdlrobson assigned this task to bmansurov.
Jdlrobson raised the priority of this task from to Unbreak Now!.
Jdlrobson updated the task description. (Show Details)
Jdlrobson added subscribers: phuedx, gerritbot, Tbayer and 2 others.
bmansurov renamed this task from isTestA should always be logged with MobileSectionUsage schema to isTestA should always be logged with MobileWebSectionUsage schema.Dec 17 2015, 4:50 PM
bmansurov set Security to None.

Change 259755 had a related patch set uploaded (by Bmansurov):
Schema:MobileWebSectionUsage: always log the isTestA field

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

Change 259761 had a related patch set uploaded (by Jdlrobson):
Schema:MobileWebSectionUsage: always log the isTestA field

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

Change 259755 merged by jenkins-bot:
Schema:MobileWebSectionUsage: always log the isTestA field

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

Change 259761 merged by jenkins-bot:
Schema:MobileWebSectionUsage: always log the isTestA field

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

I manually forced myself to always have events logged:
https://en.m.wikipedia.org/wiki/Special:MobileDiff/695708002

I can thus confirm that the isTestA is being set for other events but haven't been able to confirm in EL tables.

select count(*) from MobileWebSectionUsage_15038458 where event_eventName= 'entered' and event_isTestA is not null
0

Will check again tomorrow when the database has caught up before signing off.

Thanks all for the fast response!