From: Petr Vorel <pvorel@suse.cz>
To: Martin Doucha <mdoucha@suse.cz>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/2] cpuset_memory: Print basic subtest descriptions
Date: Wed, 17 Dec 2025 08:12:06 +0100 [thread overview]
Message-ID: <20251217071206.GB34230@pevik> (raw)
In-Reply-To: <20251216173053.29112-1-mdoucha@suse.cz>
Hi Martin,
> The cpuset_memory tests has multiple subtests. Print short description
> before each subtest to simplify debugging. The last three subtests
> have the same description because they differ only in the specific
> pattern of signals sent to the parent and child allocator threads.
Yeah, it makes sense as ith has 17 tests.
...
> test16()
> {
> + tst_resm TINFO "Testing anonymous memory reallocation in multiple cpusets with threads and migration."
How about using $1 to print number of the test (on each message, not on the last
three)?
nit: Also, could we remove the trailing dot?
tst_resm TINFO "$1 Testing anonymous memory reallocation in multiple cpusets with threads and migration"
If you agree I can do both before merge.
Kind regards,
Petr
> cpuset_set "$CPUSET/1" "$cpu_of_node0" "1" "0" 2> $CPUSET_TMP/stderr
> if [ $? -ne 0 ]; then
> cpuset_log_error $CPUSET_TMP/stderr
> @@ -688,6 +704,7 @@ test16()
> test17()
> {
> + tst_resm TINFO "Testing anonymous memory reallocation in multiple cpusets with threads and migration."
> cpuset_set "$CPUSET/1" "$cpu_of_node0" "1" "0" 2> $CPUSET_TMP/stderr
> if [ $? -ne 0 ]; then
> cpuset_log_error $CPUSET_TMP/stderr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-12-17 7:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-16 17:30 [LTP] [PATCH 1/2] cpuset_memory: Print basic subtest descriptions Martin Doucha
2025-12-16 17:30 ` [LTP] [PATCH 2/2] cpuset_memory: Fix race in multinode subtests Martin Doucha
2025-12-17 7:08 ` Petr Vorel
2025-12-17 7:13 ` Andrea Cervesato via ltp
2025-12-17 9:39 ` Cyril Hrubis
2025-12-17 7:12 ` Petr Vorel [this message]
2025-12-17 10:26 ` [LTP] [PATCH 1/2] cpuset_memory: Print basic subtest descriptions Martin Doucha
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=20251217071206.GB34230@pevik \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
--cc=mdoucha@suse.cz \
/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