All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] support/testing: remove arc_summary from ZFS tests
@ 2025-09-14  4:20 José Luis Salvador Rufo
  2025-09-14 12:23 ` Romain Naour via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: José Luis Salvador Rufo @ 2025-09-14  4:20 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, José Luis Salvador Rufo

This patch replace the [1] patch.

The Python 3.13 interpreter itself segfaults at runtime when compiled
with uClibc on the aarch64 platform.

To keep TestZfsUclibc, the execution of the arc_summary command has
been removed from the ZFS tests. This command only prints some ARC
stats anyway.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/11271124859 (TestZfsUclibc)

[1] https://lists.buildroot.org/pipermail/buildroot/2025-September/786396.html

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
---
 support/testing/tests/package/test_zfs.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/support/testing/tests/package/test_zfs.py b/support/testing/tests/package/test_zfs.py
index 1b907ac4de..9feae49e86 100644
--- a/support/testing/tests/package/test_zfs.py
+++ b/support/testing/tests/package/test_zfs.py
@@ -56,8 +56,6 @@ class TestZfsBase(infra.basetest.BRTest):
             "zpool scrub -w pool",
             "sha256sum -c /tmp/urandom.sha256",
             "zpool status -v",
-            # Check PyZFS
-            "arc_summary",
         ]
         for cmd in cmds:
             self.assertRunOk(cmd, timeout=self.timeout)
-- 
2.51.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-09-19 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-14  4:20 [Buildroot] [PATCH 1/1] support/testing: remove arc_summary from ZFS tests José Luis Salvador Rufo
2025-09-14 12:23 ` Romain Naour via buildroot
2025-09-15 20:54   ` Waldemar Brodkorb
2025-09-16 11:41     ` Romain Naour via buildroot
2025-09-19 18:22       ` Waldemar Brodkorb

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.