The number of un-reviewed revisions for 1.18 has dropped below 500 for
all of /trunk and below 200 for phase3:

    mysql> select count(*),cr_status from code_rev where cr_repo_id = 1 \
           and cr_id > 47450 and cr_id < 87529 and cr_path like         \
           '/trunk%' group by cr_status;
    +----------+-----------+
    | count(*) | cr_status |
    +----------+-----------+
    |    13951 | deferred  |
    |       82 | fixme     |
    |      339 | new       |
    |    16534 | ok        |
    |     1240 | old       |
    |     1585 | resolved  |
    |      793 | reverted  |
    +----------+-----------+
    7 rows in set (0.06 sec)
    mysql>

This is great news!

From this and
<http://toolserver.org/~robla/crstats/crstats.118all.html>, It looks
like we *could* drive the number of “new” revisions to 0 by the end of
the week.

That would be stunning.

Mark.

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to