all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55866] [PATCH 0/2] Disable tests failing due to YAMA’s ptrace_scope.
@ 2022-06-09  8:51 Lars-Dominik Braun
  2022-06-09 20:46 ` Maxime Devos
  0 siblings, 1 reply; 3+ messages in thread
From: Lars-Dominik Braun @ 2022-06-09  8:51 UTC (permalink / raw)
  To: 55866

Hi,

I noticed that some tests fail on my foreign distribution,
but not on Guix System, because they differ in their
/proc/sys/kernel/yama/ptrace_scope. Guix sets it to 0 (no limitations),
whereas most distributions default to 1 (only children can be ptrace’d),
causing a reproducibility issue. The following patches therefore disable
tests, which fail with a setting of >0.

Cheers,
Lars

Lars-Dominik Braun (2):
  gnu: python-pydevd: Skip tests failing due to YAMA.
  gnu: python-debugpy: Disable tests.

 gnu/packages/python-xyz.scm | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

-- 
2.35.1





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

end of thread, other threads:[~2022-06-10 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09  8:51 [bug#55866] [PATCH 0/2] Disable tests failing due to YAMA’s ptrace_scope Lars-Dominik Braun
2022-06-09 20:46 ` Maxime Devos
2022-06-10  9:43   ` bug#55866: " Lars-Dominik Braun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.