All Virtuozzo development lists (kernel + QEMU)
 help / color / mirror / Atom feed
From: Eva Kurchatova <eva.kurchatova@virtuozzo.com>
To: khorenko@virtuozzo.com
Cc: devel@openvz.org
Subject: [Devel] [PATCH vz10 3/3] selftests: mm: restore the executable bit on test_page_frag.sh
Date: Tue,  1 Sep 2026 02:49:22 +0300	[thread overview]
Message-ID: <20260831234932.1651140-3-eva.kurchatova@virtuozzo.com> (raw)
In-Reply-To: <20260831234932.1651140-1-eva.kurchatova@virtuozzo.com>

run_vmtests.sh runs the script directly:

  CATEGORY="page_frag" run_test ./test_page_frag.sh smoke

which needs the executable bit. The file is 100755 upstream but 100644
in this tree, so the three page_frag cases fail before running:

  not ok 58 test_page_frag.sh smoke # exit=126

exit 126 is the shell refusing a file it may not execute. Restore the
bit. Upstream already has it, so this applies to this tree only.

https://virtuozzo.atlassian.net/browse/VSTOR-139679
Feature: fix vz selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova@virtuozzo.com>
---
 tools/testing/selftests/mm/test_page_frag.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/mm/test_page_frag.sh

diff --git a/tools/testing/selftests/mm/test_page_frag.sh b/tools/testing/selftests/mm/test_page_frag.sh
old mode 100644
new mode 100755
-- 
2.55.0

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

  parent reply	other threads:[~2026-08-31 23:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-31 23:49 [Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds Eva Kurchatova
2026-08-31 23:49 ` [Devel] [PATCH vz10 2/3] ms/selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper Eva Kurchatova
2026-09-02 17:48   ` Konstantin Khorenko
2026-08-31 23:49 ` Eva Kurchatova [this message]
2026-09-02 17:48   ` [Devel] [PATCH vz10 3/3] selftests: mm: restore the executable bit on test_page_frag.sh Konstantin Khorenko
2026-09-02 17:48 ` [Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds Konstantin Khorenko
2026-09-02 17:51 ` Konstantin Khorenko

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=20260831234932.1651140-3-eva.kurchatova@virtuozzo.com \
    --to=eva.kurchatova@virtuozzo.com \
    --cc=devel@openvz.org \
    --cc=khorenko@virtuozzo.com \
    /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 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.