comparison README @ 29:71ea39729fa0

Tests: memcached module generic tests. This also includes relevant framework improvements, notably the ability to test presence of external daemons and to run them.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 11 Oct 2008 10:58:43 +0400
parents 0880e0fafde4
children 9a7158a8609a
comparison
equal deleted inserted replaced
28:8f1519472ece 29:71ea39729fa0
7 as directory with tests, and nginx was already configured and built (i.e. 7 as directory with tests, and nginx was already configured and built (i.e.
8 nginx binary available as ../nginx/objs/nginx from test directory). 8 nginx binary available as ../nginx/objs/nginx from test directory).
9 9
10 Note: some tests may fail since they are for bugs not fixed in public code. 10 Note: some tests may fail since they are for bugs not fixed in public code.
11 11
12 Note: tests run nginx listening on localhost, and currently this includes 12 Note: tests run nginx (and backend daemons if needed) listening on localhost.
13 following ports: 8025, 8026, 8080, 8081. 13 Currently this includes following ports: 8025, 8026, 8080, 8081.
14
15 Tests for memcached required memcached itself and Cache::Memcached to be
16 installed.
14 17
15 Currently each test creates it's own temporary directory and uses it for 18 Currently each test creates it's own temporary directory and uses it for
16 logs etc. One may instruct tests not to remove the temp directory (e.g. 19 logs etc. One may instruct tests not to remove the temp directory (e.g.
17 for analysis of failed test) by setting LEAVE environment variable. 20 for analysis of failed test) by setting LEAVE environment variable.