From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 989F7A09DE; Fri, 13 Nov 2020 11:11:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 58176C868; Fri, 13 Nov 2020 11:11:38 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D57F74CA6 for ; Fri, 13 Nov 2020 11:11:36 +0100 (CET) IronPort-SDR: 1fG4Or6v/VFWs+Mmx2m8ayujqrbOlTmUfV51pXhXNywSyZtj8gatk455PibZhUo3o0Aa6bMTiu XlwogcXZxAKA== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="166944160" X-IronPort-AV: E=Sophos;i="5.77,475,1596524400"; d="scan'208";a="166944160" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2020 02:11:33 -0800 IronPort-SDR: w1EdFNTytwBJYS8lG7UfpiU4KBkKYtVCxgZlINgBXYU1tYVqE9IiPdz3nhN42qvKyF2oNdkWJc AwoLLyoOBZEA== X-IronPort-AV: E=Sophos;i="5.77,475,1596524400"; d="scan'208";a="474612972" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2020 02:11:32 -0800 From: Haiyang Zhao To: dts@dpdk.org, lijuan.tu@intel.com Cc: Haiyang Zhao Date: Fri, 13 Nov 2020 18:06:03 +0800 Message-Id: <20201113100605.20669-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/2] framework: fix error msg too long cause saving result failed X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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