public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] move cpuset01 to stress runtest
@ 2014-07-29 13:17 Jan Stancek
  2014-07-29 14:28 ` chrubis
  2014-07-29 17:01 ` Caspar Zhang
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Stancek @ 2014-07-29 13:17 UTC (permalink / raw)
  To: ltp-list

This reproducer takes significant time, it runs for 1 hour,
which is ~1/3 of time spent by all mm testcases. Move it to
stress runtest.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
 runtest/mm           |    2 --
 runtest/stress.part1 |    4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtest/mm b/runtest/mm
index 131bc3d..031d766 100644
--- a/runtest/mm
+++ b/runtest/mm
@@ -73,8 +73,6 @@ ksm06 ksm06
 ksm06_1 ksm06 -n 10
 ksm06_2 ksm06 -n 10000
 
-cpuset01 cpuset01 -I 3600
-
 oom01 oom01
 oom02 oom02
 oom03 oom03
diff --git a/runtest/stress.part1 b/runtest/stress.part1
index 529716c..fc8363d 100644
--- a/runtest/stress.part1
+++ b/runtest/stress.part1
@@ -23,7 +23,6 @@ mem02 mem02
 # -s(seconds) settings, if default not desired
 mmap-corruption01 mmap-corruption01 -h1 -m1 -s1
 
-
 page01 page01
 page02 page02
 
@@ -39,6 +38,9 @@ shmt07 shmt07
 shmt08 shmt08
 shmt09 shmt09
 shmt10 shmt10
+
+cpuset01 cpuset01 -I 3600
+
 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000
 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000
 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000
-- 
1.7.1


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] move cpuset01 to stress runtest
  2014-07-29 13:17 [LTP] [PATCH] move cpuset01 to stress runtest Jan Stancek
@ 2014-07-29 14:28 ` chrubis
  2014-07-29 17:01 ` Caspar Zhang
  1 sibling, 0 replies; 3+ messages in thread
From: chrubis @ 2014-07-29 14:28 UTC (permalink / raw)
  To: Jan Stancek; +Cc: ltp-list

Hi!
> This reproducer takes significant time, it runs for 1 hour,
> which is ~1/3 of time spent by all mm testcases. Move it to
> stress runtest.

Acked.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] move cpuset01 to stress runtest
  2014-07-29 13:17 [LTP] [PATCH] move cpuset01 to stress runtest Jan Stancek
  2014-07-29 14:28 ` chrubis
@ 2014-07-29 17:01 ` Caspar Zhang
  1 sibling, 0 replies; 3+ messages in thread
From: Caspar Zhang @ 2014-07-29 17:01 UTC (permalink / raw)
  To: Jan Stancek, ltp-list

On 07/29/2014 09:17 PM, Jan Stancek wrote:
> This reproducer takes significant time, it runs for 1 hour,
> which is ~1/3 of time spent by all mm testcases. Move it to
> stress runtest.
>
> Signed-off-by: Jan Stancek <jstancek@redhat.com>
Acked-by: Caspar Zhang <caspar@casparzhang.com>

> ---
>   runtest/mm           |    2 --
>   runtest/stress.part1 |    4 +++-
>   2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/runtest/mm b/runtest/mm
> index 131bc3d..031d766 100644
> --- a/runtest/mm
> +++ b/runtest/mm
> @@ -73,8 +73,6 @@ ksm06 ksm06
>   ksm06_1 ksm06 -n 10
>   ksm06_2 ksm06 -n 10000
>
> -cpuset01 cpuset01 -I 3600
> -
>   oom01 oom01
>   oom02 oom02
>   oom03 oom03
> diff --git a/runtest/stress.part1 b/runtest/stress.part1
> index 529716c..fc8363d 100644
> --- a/runtest/stress.part1
> +++ b/runtest/stress.part1
> @@ -23,7 +23,6 @@ mem02 mem02
>   # -s(seconds) settings, if default not desired
>   mmap-corruption01 mmap-corruption01 -h1 -m1 -s1
>
> -
>   page01 page01
>   page02 page02
>
> @@ -39,6 +38,9 @@ shmt07 shmt07
>   shmt08 shmt08
>   shmt09 shmt09
>   shmt10 shmt10
> +
> +cpuset01 cpuset01 -I 3600
> +
>   fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000
>   #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000
>   #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000
>


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2014-07-29 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 13:17 [LTP] [PATCH] move cpuset01 to stress runtest Jan Stancek
2014-07-29 14:28 ` chrubis
2014-07-29 17:01 ` Caspar Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox