On Wed, 2020-07-29 at 09:09 -0400, Matthew wrote: > Fixes [YOCTO #13802]
Thanks, we can reference the bug but I don't think we can yet claim it fixes it. The missing log issue happened again: https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/908 so I think there are multiple issues at play here. Is there any way to have the logging logged to disk straight away rather than stuck internally in oeqa's logging buffers? That way we could see which tests had run before a hang? Also, could we make the scp failure non-fatal, maybe a warning so that when it fails we can look at the rest of the logs? Cheers, Richard > Remove the OOM tests, since they might cause oeqa ssh > connection lost. > > Signed-off-by: Mingde (Matthew) Zeng <[email protected]> > --- > ...001-Remove-OOM-tests-from-runtest-mm.patch | 33 > +++++++++++++++++++ > meta/recipes-extended/ltp/ltp_20200515.bb | 1 + > 2 files changed, 34 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..2d8262be78 > --- /dev/null > +++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from- > runtest-mm.patch > @@ -0,0 +1,33 @@ > +From 373b21dcf7a2879c27cc3dbeac5d83f5d45d22ae Mon Sep 17 00:00:00 > 2001 > +From: "Mingde (Matthew) Zeng" <[email protected]> > +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 <[email protected]> > +--- > + 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 > + > diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb > b/meta/recipes-extended/ltp/ltp_20200515.bb > index ece3acf0f9..0c7044d044 100644 > --- a/meta/recipes-extended/ltp/ltp_20200515.bb > +++ b/meta/recipes-extended/ltp/ltp_20200515.bb > @@ -37,6 +37,7 @@ SRC_URI = "git://github.com/linux-test- > project/ltp.git \ > file://0001-ptrace01-Fix-missing-format-string.patch \ > file://0001-sigwaitinfo-Do-not-run-invalid-undefined- > test-cases.patch \ > file://0001-syscalls-copy_file_range02-Expect-EFBIG-in- > subcase-m.patch \ > + file://0001-Remove-OOM-tests-from-runtest-mm.patch \ > " > > S = "${WORKDIR}/git" > -- > 2.27.0 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141090): https://lists.openembedded.org/g/openembedded-core/message/141090 Mute This Topic: https://lists.openembedded.org/mt/75864108/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
