HomeFreeBSD

netbsd-tests: Remove some pointless sleeps from message queue tests

Description

netbsd-tests: Remove some pointless sleeps from message queue tests

  • In the msgctl tests, there is no point in sleeping after a fork(). Just block immediately in wait().
  • In non-blocking send/recv tests, just wait for the child to exit once it's reached a message limit. If a bug prevents the child from exiting promptly, the test will time out.

MFC after: 1 week

Details

Provenance
markjAuthored on Mar 10 2023, 10:06 PM
Parents
rG3916fdd2f2c8: opts: fix silly typo
Branches
Unknown
Tags
Unknown