Actions
Bug #8668
closedConnection error warnings can lead to task decision results misinterpretation
Start date:
01/15/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Task decision results are also based on STDERR content and if it contains warnings due to several attempts of results uploading, then the scheduler thinks that the task is failed. This is implemented because BenchExec does not terminate the task in case of an incorrect setup of swap and cgroups and it can be ruled out only on base of STDERR.
We need to suppress these connection related warning since there are unimportant and can be printed in the rest log.
Actions