From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail5.wrs.com (mail5.wrs.com [192.103.53.11]) by mx.groups.io with SMTP id smtpd.web10.5386.1596027509204647859 for ; Wed, 29 Jul 2020 05:58:29 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: windriver.com, ip: 192.103.53.11, mailfrom: matthew.zeng@windriver.com) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id 06TCvmRq029134 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 29 Jul 2020 05:58:18 -0700 Received: from mt-manjaro (128.224.73.221) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.487.0; Wed, 29 Jul 2020 05:58:08 -0700 References: <16263A62117896E5.7310@lists.openembedded.org> User-agent: mu4e 1.4.10; emacs 27.0.91 From: "Matthew" CC: Subject: Re: [OE-core] [PATCH] ltp: remove OOM tests from runtest/mm In-Reply-To: <16263A62117896E5.7310@lists.openembedded.org> Date: Wed, 29 Jul 2020 08:58:06 -0400 Message-ID: <87eeouqy01.fsf@windriver.com> MIME-Version: 1.0 X-Originating-IP: [128.224.73.221] Content-Type: text/plain Error, please ignore. Matthew writes: > Fixes [YOCTO #13802] > > Temporarily remove the OOM tests, since they might cause oeqa ssh > connection lost. > > Let's wait for a week or two to see if the error stops occuring. > > Signed-off-by: Mingde (Matthew) Zeng > --- > ...001-Remove-OOM-tests-from-runtest-mm.patch | 33 +++++++++++++++++++ > 1 file changed, 33 insertions(+) > create mode 100644 meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch > > diff --git a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch > new file mode 100644 > index 0000000000..3a58986288 > --- /dev/null > +++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch > @@ -0,0 +1,33 @@ > +From e49c4bc6e8b5c1d6f3e9763751e1fb656788709b Mon Sep 17 00:00:00 2001 > +From: "Mingde (Matthew) Zeng" > +Date: Wed, 29 Jul 2020 08:47:09 -0400 > +Subject: [PATCH] Remove OOM tests from runtest/mm > + > +Disable OOM tests, as they might cause oeqa ssh connection lost > + > +Upstream-Status: Inappropriate [oe-core specific] > +Signed-off-by: Mingde (Matthew) Zeng > +--- > + runtest/mm | 6 ------ > + 1 file changed, 6 deletions(-) > + > +diff --git a/runtest/mm b/runtest/mm > +index 4701a14bd..2f9888ec6 100644 > +--- a/runtest/mm > ++++ b/runtest/mm > +@@ -75,12 +75,6 @@ ksm06_2 ksm06 -n 10000 > + > + cpuset01 cpuset01 > + > +-oom01 oom01 > +-oom02 oom02 > +-oom03 oom03 > +-oom04 oom04 > +-oom05 oom05 > +- > + swapping01 swapping01 -i 5 > + > + thp01 thp01 -I 120 > +-- > +2.27.0 > + -- Mingde (Matthew) Zeng