[sanlock] branch master updated (b8a885c -> 90b2ffa)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
teigland pushed a change to branch master
in repository sanlock.
from b8a885c sanlock: add resource index
new 129e0d0 Fix rindex_delete
new ec204f8 More verbose and detailed pytest output
new 5f3f7d9 Kill test sanlock daemon
new 90b2ffa Start rindex tests
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
pytest.ini | 8 ++-
src/rindex.c | 14 +++--
tests/conftest.py | 4 +-
tests/constants.py | 10 ++++
tests/daemon_test.py | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++-
tests/util.py | 15 +++++
6 files changed, 199 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[sanlock] branch master updated (ae97182 -> b8a885c)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
teigland pushed a change to branch master
in repository sanlock.
from ae97182 Add resource initialization tests
adds b8a885c sanlock: add resource index
No new revisions were added by this update.
Summary of changes:
src/Makefile | 2 +
src/client.c | 280 +++++++++++++
src/cmd.c | 131 ++++++
src/direct.c | 106 ++++-
src/direct.h | 8 +
src/direct_lib.c | 12 +
src/lockspace.c | 151 ++++++-
src/lockspace.h | 3 +
src/main.c | 229 +++++++++-
src/ondisk.c | 49 +++
src/ondisk.h | 5 +
src/paxos_lease.c | 31 +-
src/resource.c | 2 +-
src/rindex.c | 1085 ++++++++++++++++++++++++++++++++++++++++++++++++
src/rindex.h | 25 ++
src/rindex_disk.h | 95 +++++
src/sanlock.8 | 117 +++++-
src/sanlock.h | 19 +
src/sanlock_admin.h | 113 +++++
src/sanlock_internal.h | 25 ++
src/sanlock_rv.h | 7 +
src/sanlock_sock.h | 6 +
22 files changed, 2465 insertions(+), 36 deletions(-)
create mode 100644 src/rindex.c
create mode 100644 src/rindex.h
create mode 100644 src/rindex_disk.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months