Acceptance Criteria
- On the FileImporter grafana board track how often the attempt to edit the source wiki failed, and how often it was successful
- This should happen in a seperate panel, so that the move failure panel metrics are not influenced.
Acceptance Criteria
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/FileImporter | master | +38 -8 | Track remote edit success and failure stats |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Andrew-WMDE | T226513 Track how often the automated edits on the source wiki failed | |||
Resolved | awight | T228851 Source wiki editing and deletion always fails |
Change 520246 had a related patch set uploaded (by Awight; owner: Awight):
[mediawiki/extensions/FileImporter@master] Track remote edit success and failure stats
Change 520246 merged by jenkins-bot:
[mediawiki/extensions/FileImporter@master] Track remote edit success and failure stats
I'm concerned that we might not be recording failures, instead the control flow hits the outer exception handling block.
The rough graphs are up, and they show that we have a big problem. Source wiki edits and deletes always fail, we haven't recorded a single success.
We should probably try to get more specific information on whey the source edit/deletion fails. - Also, when looking at the numbers, I'm not sure how big the issue really is, since we do not exactly know how the tried/failed ratio is.
tl;dr:
Note to team: This is still blocked on T199939: Audit tests/selenium/LocalSettings.php file aiming at possibly deprecating the feature or another means for making $wgEnableUploads = true during browser tests.