[Fuego] [PATCH] java: fix the reference.log The below error is thrown because of missing threshold data in response.log file. 'AttributeError: 'NoneType' object has no attribute 'split' in signal_handler' The following were added to fix the issue. [Da

Bird, Timothy Tim.Bird at sony.com
Tue May 23 19:25:07 UTC 2017


I applied this patch to my master branch for Fuego 1.1.  Thanks.

When I tried to test it, I encountered a problem running the Benchmark.Java test, that
I think it unrelated to this fix.  I'm just getting on a plane for a business trip, so I don't
have time to investigate more right now, but I'll try to give it a more thorough test
later this week.

Thanks again,
 -- Tim

> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Dhinakar K
> Sent: Monday, May 22, 2017 11:55 AM
> To: fuego at lists.linuxfoundation.org
> Cc: Dhinakar Kalyanasundaram <dhinakar.k at gmail.com>
> Subject: [Fuego] [PATCH] java: fix the reference.log The below error is
> thrown because of missing threshold data in response.log file.
> 'AttributeError: 'NoneType' object has no attribute 'split' in signal_handler'
> The following were added to fix the issue. [DaC...
> 
> From: Dhinakar Kalyanasundaram <dhinakar.k at gmail.com>
> 
> Signed-off-by: Dhinakar Kalyanasundaram <dhinakar.k at gmail.com>
> ---
>  engine/tests/Benchmark.Java/reference.log | 22 +++++++++++++---------
>  1 file changed, 13 insertions(+), 9 deletions(-)
> 
> diff --git a/engine/tests/Benchmark.Java/reference.log
> b/engine/tests/Benchmark.Java/reference.log
> index 0b917b0..99c2226 100644
> --- a/engine/tests/Benchmark.Java/reference.log
> +++ b/engine/tests/Benchmark.Java/reference.log
> @@ -1,20 +1,24 @@
>  # Automatically generated on fuego host by thresholds.awk based on
>  # 39 results of 0\.18\.05\.0002 firmware regexp crossed with [1060, 1127]
> build range
> -[DaCapo.jython|le]
> -1000000
> -[DaCapo.luindex|le]
> -1000000
> -[DaCapo.lusearch|le]
> -1000000
>  [SciMark.Composite_Score|ge]
>  0
>  [SciMark.FFT|ge]
>  0
> -[SciMark.LU|ge]
> +[SciMark.SOR|ge]
>  0
>  [SciMark.Monte_Carlo|ge]
>  0
> -[SciMark.SOR|ge]
> -0
>  [SciMark.Sparse_matmult|ge]
>  0
> +[SciMark.LU|ge]
> +0
> +[DaCapo.avrora|le]
> +1000000
> +[DaCapo.jython|le]
> +1000000
> +[DaCapo.luindex|le]
> +1000000
> +[DaCapo.lusearch|le]
> +1000000
> +[DaCapo.xalan|le]
> +1000000
> --
> 2.7.4
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list