[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2894: Speed up the test suite with concurrent test runners

Tahoe-LAFS trac at tahoe-lafs.org
Wed Jul 26 14:23:41 UTC 2017


#2894: Speed up the test suite with concurrent test runners
--------------------------------+---------------------------
 Reporter:  exarkun             |          Owner:
     Type:  enhancement         |         Status:  new
 Priority:  normal              |      Milestone:  undecided
Component:  dev-infrastructure  |        Version:  1.12.1
 Keywords:                      |  Launchpad Bug:
--------------------------------+---------------------------
 On travis-ci a test suite run seems to take about 18 minutes now.  I don't
 think travis-ci provides more than a single core to each job but using
 trial's `-j` feature (=2) nevertheless appears to speed up the run to
 around 12 minutes.  I suspect this is because the test suite spends a lot
 of time on I/O wait.  Telling trial to run the suite spread across two
 processes therefore results in better CPU utilization and results in this
 speedup.

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2894>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list