Page MenuHomePhabricator

WikiLambda: Use wikilambda_zobject_function_join to record whether implementations/tests are connected
Open, Needs TriagePublic

Description

Description

So that we can have metrics that track the numbers of tests and implementations that are connected and not connected, we'd like to store that info in the wikilambda_zobject_function_join table.

  • Augment wikilambda_zobject_function_join (probably just an additional Boolean column) to record, for each implementation and test, whether it's connected to the related function.
  • Update the sqoop query accordingly (see T341724)
  • Update the Hive table accordingly (see T341728)
  • Update the relevant PHP and/or Vue code to make use of the table in this way.

Completion checklist

Event Timeline