Lucas_Werkmeister_WMDE added a comment.
It seems pretty clear that jobs were not run during the QuickStatements run –
most job rows are still contiguous:
name=eval.php
> $diffs = []; $prev = 29; foreach ( wfGetDB( DB_REPLICA
)->selectFieldValues( 'job', 'job_id', '*', '', [ 'ORDER BY' => 'job_id ASC' ]
) as $id ) { $diffs[$id-$prev]++; $prev = $id; } var_dump( $diffs );
array(7) {
[0]=>
int(1)
[1]=>
int(2958)
[2]=>
int(38)
[3]=>
int(7)
[8]=>
int(1)
[4]=>
int(3)
[12]=>
int(1)
}
(29 is the first job row, so the first selected field value gave a diff of 0.)
TASK DETAIL
https://phabricator.wikimedia.org/T255259
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, danshick-wmde, Samantha_Alipio_WMDE, Addshore,
Aklapper, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi,
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS,
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]