All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ltp.py: remove mm from ltp_groups
@ 2020-07-28 20:43 Matthew
  2020-07-29  9:41 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew @ 2020-07-28 20:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: randy.macleod

Fixes [YOCTO #13802]

Temporary disable mm test for a while, since it calls the OOM tests.
See ltp-git/runtest/mm:
    oom01 oom01
    oom02 oom02
    oom03 oom03
    oom04 oom04
    oom05 oom05

Let's wait for a week or two to see if the error stops occuring.

Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
---
 meta/lib/oeqa/runtime/cases/ltp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/cases/ltp.py b/meta/lib/oeqa/runtime/cases/ltp.py
index cfac29c153..9ac7bb15f6 100644
--- a/meta/lib/oeqa/runtime/cases/ltp.py
+++ b/meta/lib/oeqa/runtime/cases/ltp.py
@@ -57,7 +57,7 @@ class LtpTestBase(OERuntimeTestCase):
 
 class LtpTest(LtpTestBase):
 
-    ltp_groups = ["math", "syscalls", "dio", "io", "mm", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", "input","fs_perms_simple"]
+    ltp_groups = ["math", "syscalls", "dio", "io", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", "input","fs_perms_simple"]
 
     ltp_fs = ["fs", "fsx", "fs_bind"]
     # skip kernel cpuhotplug
-- 
2.27.0


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

* Re: [OE-core] [PATCH] ltp.py: remove mm from ltp_groups
  2020-07-28 20:43 [PATCH] ltp.py: remove mm from ltp_groups Matthew
@ 2020-07-29  9:41 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-07-29  9:41 UTC (permalink / raw)
  To: Matthew, openembedded-core; +Cc: randy.macleod

On Tue, 2020-07-28 at 16:43 -0400, Matthew wrote:
> Fixes [YOCTO #13802]
> 
> Temporary disable mm test for a while, since it calls the OOM tests.
> See ltp-git/runtest/mm:
>     oom01 oom01
>     oom02 oom02
>     oom03 oom03
>     oom04 oom04
>     oom05 oom05
> 
> Let's wait for a week or two to see if the error stops occuring.
> 
> Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
> ---
>  meta/lib/oeqa/runtime/cases/ltp.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/lib/oeqa/runtime/cases/ltp.py b/meta/lib/oeqa/runtime/cases/ltp.py
> index cfac29c153..9ac7bb15f6 100644
> --- a/meta/lib/oeqa/runtime/cases/ltp.py
> +++ b/meta/lib/oeqa/runtime/cases/ltp.py
> @@ -57,7 +57,7 @@ class LtpTestBase(OERuntimeTestCase):
>  
>  class LtpTest(LtpTestBase):
>  
> -    ltp_groups = ["math", "syscalls", "dio", "io", "mm", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", "input","fs_perms_simple"]
> +    ltp_groups = ["math", "syscalls", "dio", "io", "ipc", "sched", "nptl", "pty", "containers", "controllers", "filecaps", "cap_bounds", "fcntl-locktests", "connectors", "commands", "net.ipv6_lib", "input","fs_perms_simple"]

Since there are a load of other tests in runtest/mm, shouldn't we just
patching out the oom ones?

Cheers,

Richard


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

end of thread, other threads:[~2020-07-29  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 20:43 [PATCH] ltp.py: remove mm from ltp_groups Matthew
2020-07-29  9:41 ` [OE-core] " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.