mbox series

[V1,0/2] framework: fix error msg too long cause saving result failed

Message ID 20201113100605.20669-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series framework: fix error msg too long cause saving result failed |

Message

Zhao, HaiyangX Nov. 13, 2020, 10:06 a.m. UTC
  when compiling failed by meson, the error msg exceed the maximum length
of xlwt cell, so save result will be failed and DTS will be terminated,
drop the compile error msg and truncate msg length in excel cell to fix it.

Haiyang Zhao (2):
  framework/project_dpdk: drop the detailed errors when complie failed
  framework/excel_reporter: fix issue of msg exceed xlwt maximum cell
    length

 framework/excel_reporter.py | 6 +++---
 framework/project_dpdk.py   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
  

Comments

Zhao, HaiyangX Nov. 13, 2020, 10:18 a.m. UTC | #1
Tested-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: Haiyang Zhao <haiyangx.zhao@intel.com>
> Sent: Friday, November 13, 2020 18:06
> To: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1 0/2] framework: fix error msg too long cause saving
> result failed
  
Tu, Lijuan Nov. 18, 2020, 3:26 a.m. UTC | #2
> 
> when compiling failed by meson, the error msg exceed the maximum length
> of xlwt cell, so save result will be failed and DTS will be terminated, drop the
> compile error msg and truncate msg length in excel cell to fix it.
> 
> Haiyang Zhao (2):
>   framework/project_dpdk: drop the detailed errors when complie failed
>   framework/excel_reporter: fix issue of msg exceed xlwt maximum cell
>     length

Applied