From: "Mitani" <mitani@ryobi.co.jp>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] "cgroup_fj" and "cgroup" have problems?
Date: Fri, 11 Dec 2009 18:21:37 +0900 [thread overview]
Message-ID: <000001ca7a43$574a3900$05deab00$@co.jp> (raw)
Hi,
Sorry for my many many mails today.
I ran tests with "ltp-2009-12-10" cvs.
In my system (kernel 2.6.18-164.el5), kernel does not support
control groups.
So, when I ran test of "cgroup_fj", I got following message and the
test faild by "FAIL 253".
------------
***error***:you must enable cgroup config in kernel
------------
In the investigation for above error message, I found that there may be
two problems,.
(a) "cgroup_fj" test failed in the system not support "control groups".
(b) "cgroup" test may passed by user-ID which isn't "root".
(a) "cgroup_fj" test
Above message is correct message, but exiting by "FAIL" is not
correct, I think.
Referring to the example of other tests, I think that the tests
for non-supported functions must be finished in "PASS 0" basically.
(For example, "move_pages{01...11}" tests exit in "PASS 0" and with
"NUMA support not provided" messages.)
I suggest following patch to resolve this problem.
============
--- run_cgroup_test_fj.sh 2009-10-26 23:49:23.000000000 +0900
+++ run_cgroup_test_fj.sh.new 2009-12-11 16:10:39.000000000 +0900
@@ -40,7 +40,7 @@
if ! [ -f /proc/cgroups ]; then
echo "***error***:you must enable cgroup config in kernel";
- exit -3;
+ exit 0;
fi
if [ ! -x $TESTROOT/cgroup_fj_proc ]; then
============
(b) "cgroup" test
I watched "cgroup" test source for hints for (a), and found another
problem.
If this test run by user-ID non-"root", it will exit in "PASS", I think.
But I think that it must exit in "FAIL".
Because this test cannot be tested only by "root" user.
=========
--- cgroup_regression_test.sh 2009-11-30 17:41:37.000000000 +0900
+++ cgroup_regression_test.sh.new 2009-12-11 16:22:14.000000000 +0900
@@ -37,7 +37,7 @@
if [ "$USER" != root ]; then
tst_brkm TBROK ignored "Test must be run as root"
- exit 0
+ exit -1
fi
tst_kvercmp 2 6 29
=========
Regards--
-Tomonori Mitani
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2009-12-11 9:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-11 9:21 Mitani [this message]
2009-12-11 9:45 ` [LTP] "cgroup_fj" and "cgroup" have problems? Garrett Cooper
2009-12-14 8:08 ` Mitani
2009-12-23 0:53 ` Garrett Cooper
2010-01-04 7:14 ` Mitani
-- strict thread matches above, loose matches on Subject: below --
2009-12-22 1:46 Mitani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001ca7a43$574a3900$05deab00$@co.jp' \
--to=mitani@ryobi.co.jp \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox