Home | History | Annotate | Download | only in common
History log of /src/tests/fs/common/snapshot.c
RevisionDateAuthorComments
 1.8  09-Jul-2019  maya return return atf_no_error() instead of 0 for consistency.

suggested by moritzbuhl in https://github.com/NetBSD/src/pull/11/
 1.7  06-Feb-2013  hannken branches: 1.7.30;
Test taking a snapshot from a stressed file system.
Checks snapshot meta data only with fsck.

OK: Antti Kantee <pooka@netbsd.org>
 1.6  12-Feb-2011  bouyer branches: 1.6.4; 1.6.10;
Test the right fd after rump_sys_open().
 1.5  07-Nov-2010  jmmv branches: 1.5.2;
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.
 1.4  04-Jun-2010  jmmv atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor optimization in atf-run.

Define use.fs=true for all those tests requiring it. (This highlights that
some tests currently require modifying the file system but conceptually
they shouldn't be... which leaves room for further improvements/cleanups
later :-)
 1.3  31-May-2010  pooka Now that atf gdb/coredump conflicts have been solved (thanks jmmv!),
remove USE_ATF ifdefs.
 1.2  16-Apr-2010  pooka Add the typical #ifdef USE_ATF stuff so I can debug the test if it
goes wrong.
 1.1  13-Apr-2010  pooka Split snapshot test into fs-independent backend and fs-specific frontend.

I really wish all our fs tests were like this (in principle, that
is. I'm not talking about this hacky implementation). I've been
wishing this for quite a few years now. Seems like my wishes don't
come true.
 1.5.2.1  17-Feb-2011  bouyer Sync with HEAD
 1.6.10.1  25-Feb-2013  tls resync with head
 1.6.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.30.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed