MPS issue job003762

Titlesteptest is too slow for a smoke test
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
Descriptionsteptest takes a long time:

    $ time ./xci3gc/cool/steptest
    real 1m11.818s
    user 0m11.741s
    sys 0m21.352s

This is too long to wait when checking a change.
AnalysisReduce the number of iterations, or banish from testrun to testci. (Or split into two test cases, one for each test suite?)
How foundmanual_test
EvidenceNone
Created byGareth Rees
Created on2014-04-14 12:31:47
Last modified byGareth Rees
Last modified on2014-10-03 09:30:55
History2014-04-14 GDR Created.

Fixes

Change Effect Date User Description
187130 closed 2014-10-03 09:30:55 Gareth Rees Use one step period each run (not four) so that the test completes in a reasonable amount of time in the COOL variety, but choose the step period randomly so as to get broader coverage.