History log of /netbsd-src/tests/fs/nfs/t_mountd.c (Results 1 – 8 of 8)
Revision Date Author Comments
# d08ba6d2 04-Jun-2021 hannken <hannken@NetBSD.org>

Test "mountdhup" has to pass now.


# 653f037e 16-Jul-2019 martin <martin@NetBSD.org>

PR misc/54382: whenever open(2) is called with O_CREAT, make sure to
pass an open mode argument.


# c54cb811 13-Jan-2017 christos <christos@NetBSD.org>

Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.


# 37f2635c 24-Feb-2012 joerg <joerg@NetBSD.org>

Fix obvious code issues and remove the original -Wno-error for clang
builds to not hide them in the future:
(1) Don't use a pointer to a local variables if all that is done is
comparing it against NU

Fix obvious code issues and remove the original -Wno-error for clang
builds to not hide them in the future:
(1) Don't use a pointer to a local variables if all that is done is
comparing it against NULL. The function itself works fine for that
purpose.

(2) Initialise the fail counter, giving the test a chance to work
reliably.

show more ...


# 360b33ff 26-Jun-2011 christos <christos@NetBSD.org>

more fallout from rump_syscallargs.h including <signal.h>


# decf2b5e 07-Nov-2010 jmmv <jmmv@NetBSD.org>

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deser

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.

show more ...


# 5656c310 01-Aug-2010 pooka <pooka@NetBSD.org>

* apparently operations can also fail with EIO and EOPNOTSUPP while
mountd hup is in progress. strange, since I can't remember seeing
those a few days ago when i ran this quite a lot. anyway, d

* apparently operations can also fail with EIO and EOPNOTSUPP while
mountd hup is in progress. strange, since I can't remember seeing
those a few days ago when i ran this quite a lot. anyway, don't
make those errnos fatal failures.
* also in the "apparently" sector, although this test fails 100%
reliably on my development host, it does not always trigger in the
anita run. so apply the current "race condition test" idiom

show more ...


# 6d749c2c 28-Jul-2010 pooka <pooka@NetBSD.org>

Add test for service interruption while mountd handles SIGHUP.
This is an xfail test for the problem described in PR kern/5844

per highly surreptitious nudge from mrg