glusterfs/tests
Jeff Darcy 128514fcb7 socket: fix SSL breakage from re/connect handling changes
Change-Id: Ia1f5aeec5628b61cad8a10a9cdc6d9f1c67ec653
BUG: 873367
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.org/4158
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
2012-11-12 07:17:13 -08:00
..
basic tests: pre-commit regression tests 2012-10-18 14:17:25 -07:00
bugs socket: fix SSL breakage from re/connect handling changes 2012-11-12 07:17:13 -08:00
include.rc tests: pre-commit regression tests 2012-10-18 14:17:25 -07:00
README tests: pre-commit regression tests 2012-10-18 14:17:25 -07:00

How to use use
==============

- Build and install the version of glusterfs with your changes. Make
  sure the installed version is accessible from $PATH.

- (optional) Set environment variables to specify location of
  export directories and mount points. Unless you have special
  requirements, the defaults should just work. The variables
  themselves can be found at the top of tests/include.rc. All
  of them can be overriden with environment variables.

- Execute run-tests.sh in the top level directory as root.

- If some test cases fail, you can execute the failed test case script
  directly bypassing run-tests.sh. At this time it might be
  useful to set the envrionment variable DEBUG=1 before running
  the individual test script directly by hand.

- BE WARNED THAT THE TEST CASES DELETE /var/lib/glusterd/* !!!