https://bugzilla.wikimedia.org/show_bug.cgi?id=68593

            Bug ID: 68593
           Summary: Running tests results in a lot of bogus jobs
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

After running tests, job queue gets overflown by jobs spawned by test data
creation, which due to job runner, results in one process consistently eating
one CPU core:

www-data 28814 95.6  5.1 758568 106112 ?       RN   22:17   0:02 php
maintenance/runJobs.php --wiki=wiki-unittest_
--type=cirrusSearchLinksUpdateSecondary --maxt

Which noticeably heats up my laptop and reduces battery time.

The temporary solution is
   echo flushall|redis-cli && sudo pkill -e -9 php
however a proper fix is needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to