Page MenuHomePhabricator

[BUG] Summary report "Files in use" metric reports incorrect/impossible figure
Closed, ResolvedPublicBUG REPORT

Description

What is the problem?

The Summary report is reporting an incorrect "Files in use" figure.

For example, https://eventmetrics-dev.wmflabs.org/programs/108/events/223 has files uploaded = 13, files in use = 15, which isn't possible.

Steps to reproduce problem
  1. For https://eventmetrics-dev.wmflabs.org/programs/108/events/223, click "Update data"

Expected behavior:
I believe the correct figure is 8.
Observed behavior:
It reports 15.

Event Timeline

MusikAnimal subscribed.

Regression following the 050022c refactor.

Fixed with https://github.com/wikimedia/eventmetrics/pull/233. Better integration tests to come later after we get all the category without participants stuff merged in.

The Files in use metric was tested as part of T219379. I saw no inaccuracies in the figures for the events I have checked so far.

jmatazzoni moved this task from Product sign-off to Done on the Community-Tech-Sprint board.
jmatazzoni subscribed.

Thanks everyone. Good work. Closing this.