Re: [PATCH] testsuite/smokey: Fixing a registry leak of the posix_select test

2021-08-13 Thread Bezdeka, Florian via Xenomai
On Fri, 2021-08-13 at 08:59 +0200, Jan Kiszka wrote: > On 12.08.21 18:38, Florian Bezdeka wrote: > > According to POSIX message queues have kernel persistence, which means > > they are not cleaned up until the next reboot. > > > > The test has a mq_unlink() as "precondition", so it will clean up

Re: [PATCH] testsuite/smokey: Fixing a registry leak of the posix_select test

2021-08-13 Thread Jan Kiszka via Xenomai
On 12.08.21 18:38, Florian Bezdeka wrote: > According to POSIX message queues have kernel persistence, which means > they are not cleaned up until the next reboot. > > The test has a mq_unlink() as "precondition", so it will clean up > failed test runs silently but /proc/xenomai/registry/usage

[PATCH] testsuite/smokey: Fixing a registry leak of the posix_select test

2021-08-12 Thread Florian Bezdeka via Xenomai
According to POSIX message queues have kernel persistence, which means they are not cleaned up until the next reboot. The test has a mq_unlink() as "precondition", so it will clean up failed test runs silently but /proc/xenomai/registry/usage will still report a "leak" once the test has