Page MenuHomePhabricator

Special:UserMerge does not meet TransactionProfiler expectations
Open, Needs TriagePublic

Description

The MediaWiki-extensions-UserMerge extension does not meet the TransactionProfiler expectations when using Special:UserMerge. This is because SpecialUserMerge::doesWrites returns false (the default), where it should actually return true (as the special page does write cause writes to the DB).

Event Timeline

Change #1038863 had a related patch set uploaded (by Dreamy Jazz; author: Dreamy Jazz):

[mediawiki/extensions/UserMerge@master] Define SpecialUserMerge::doesWrites as to return true

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