README
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 14 Nov 2016 23:43:14 +0000
branchjv
changeset 322 9ec2abb1218e
parent 28 91197b1d9a30
permissions -rw-r--r--
Autoscale testcase-provided timeout to compensate for slooow machines Each test case has a timeout to guard against runaway tests. However on really slow machines the timeout us not big enough. To compensate for this, asses the "speed" of machine running tests and scale default timeout if machine is slower than some (arbitrary) norm. The speed assesment is done by measuring time to run (arbitrary) benchmark code. This has the advantage to reflect actual machine load, not only hardvare spec. However, we may need to play with these magic numbers to make it working. Generally a workaround.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
Support for deployable-package building.
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
Over time, move stuff which helps to generate makefiles, packages, nullsoft installers
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
etc. to here.
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
Also, scripts to run testsuites and convert to hudson/jenkins readable formats are found
91197b1d9a30 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
in subdirectories here.