What is the problem?
As discussed in QA in T342371: Create a maintenance script used only for testing to insert a large volume of testing actions to CheckUser, the maintenance script occasionally uses the invalid log delete/suppress. This was fixed by a follow-up change that has just been merged in that task.
Steps to reproduce problem
- Install CheckUser
- In your LocalSettings.php, add $wgCheckUserDeveloperMode = true;
- Run the populateCheckUserTablesWithSimulatedData.php maintenance script (the command is docker compose exec mediawiki php maintenance/run.php CheckUser:populateCheckUserTablesWithSimulatedData.php for MediaWiki-Docker)
- Open Special:Log and set the limit to 500 results
- Use the browser find in page feature and search for performed unknown action
Expected behaviour: No entries should be found
Observed behaviour: Items are found where type and subtype is delete/suppress
Environment
Wiki(s): CheckUser 2.5 (7402d997) 16:09, 11 September 2023.
QA Results - Local
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | https://phabricator.wikimedia.org/T346105 |

