test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/2] framework: fix error msg too long cause saving result failed
@ 2020-11-13 10:06 Haiyang Zhao
  2020-11-13 10:06 ` [dts] [PATCH V1 1/2] framework/project_dpdk: drop the detailed errors when complie failed Haiyang Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Haiyang Zhao @ 2020-11-13 10:06 UTC (permalink / raw)
  To: dts, lijuan.tu; +Cc: Haiyang Zhao

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-18  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 10:06 [dts] [PATCH V1 0/2] framework: fix error msg too long cause saving result failed Haiyang Zhao
2020-11-13 10:06 ` [dts] [PATCH V1 1/2] framework/project_dpdk: drop the detailed errors when complie failed Haiyang Zhao
2020-11-13 10:06 ` [dts] [PATCH V1 2/2] framework/excel_reporter: fix issue of msg exceed xlwt maximum cell length Haiyang Zhao
2020-11-13 10:18 ` [dts] [PATCH V1 0/2] framework: fix error msg too long cause saving result failed Zhao, HaiyangX
2020-11-18  3:26 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).