[TYPO3-core] [Errored] TYPO3/TYPO3.CMS#2939 (master - 977f772)

Philipp Gampe philipp.gampe at typo3.org
Fri Apr 18 01:16:51 CEST 2014


Hi Christian,

Christian Kuhn wrote:

> Yeah, this happens since we use gnu parallel to make better use of
> travis-ci hardware for the functional tests. This suppresses output
> until everything finished, so if one part of the functional tests takes
> a long time, travis-ci sometimes kills the build.

A first step would be to remove the "--keep-order" as this stops the output 
if one job is slow. Without it, the output will be printed as soon as the 
job finishes.
e.g. try $ parallel --gnu sleep {}\; echo {} ::: 2 1 4 3
vs. $ parallel --gnu --keep-order sleep {}\; echo {} ::: 2 1 4 3
try with bigger numbers.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-team-core mailing list