GlusterFS QA
From GlusterDocumentation
FIXME: WORK IN PROGRESS
[edit]
posix-locks
This tool (http://nfsv4.bullopensource.org/tools/tests/locktest.php) is useful in testing the posix-locks xlator.
Example usage:
$ cd /mnt/glusterfs # /mnt/glusterfs is a glusterfs mount, with
# posix-locks loaded on the server side
$ gcc -o locktests locktests.c
$ touch test # file on which tests will happen
$ ./locktests -f test -n 4
[edit]
General QA ideas
- Building and running a regression testing framework.
- Use static code analysis tools:
- The open-source tool Flawfinder;
- Another open-source tool RATS;

