quickSelfTest/README
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 Aug 2018 11:23:42 +0100
branchjv
changeset 528 67d1c7df7f90
parent 244 4ff4a2444d1a
child 329 6a3fe7cea4e1
permissions -rw-r--r--
Refactor timeout scaling factor initialization In order to stabilize tests on (heavily loaded) CI infrastructure, reasses scaling factor every three minutes. Also include (simple) I/O benchmark to compensate for (overloaded) I/O subsystem of CI slaves. For details, see `Builder::TestReport::Result >> timeoutScale`

A quick selftest running non-GUI after a jenkins build

to start:
    sh run.sh

or
    run.bat (windows)

executes the tests found in ~/exept/regression/*
and generates a junit-xml compatible output file 'testresult.xml',
(to be consumed by jenkins).

Also some metric info is written to 'metrics.xml'