Page MenuHomePhabricator

WikiLambda: Use wikilambda_zobject_join table to track connected tests and implementations
Closed, ResolvedPublic

Description

Description

For T376671, and possibly for T272516 as well, we need an efficient way to determine which tests and implementations are currently connected to their function. (wikilambda_zobject_function_join tracks all tests and implementations, but does not indicate which are connected.) Tracking current connections is a good fit for wikilambda_zobject_join. this new usage will reflect the current membership of the Z8K3 and Z8K4 lists in the function definition. Z8K3 and Z8K4 can be used as the value of the wlzo_key column in the new rows that will be inserted.


Completion checklist

Event Timeline

Change #1090827 had a related patch set uploaded (by Genoveva Galarza; author: Genoveva Galarza):

[mediawiki/extensions/WikiLambda@master] Include tests and implementations in the zobject_join table

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

Change #1090827 merged by jenkins-bot:

[mediawiki/extensions/WikiLambda@master] Include tests and implementations in the zobject_join table

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