view README @ 114:44b281ac4bc6

Tests: add server name tests, including fancy regex ones. With test config nginx will fail to start as of 0.8.28 due to incorrect conversion of regular expressions to lowercase. Patch was discussed on mailing list and will be included in next release.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 Nov 2009 14:47:17 +0300
parents bc3351f157ef
children 342b31c8f3af
line wrap: on
line source

Test suite for nginx.

Use prove to run tests as one usually do for perl tests.  Individual tests
may be run as well.

Tests assume that nginx sources are in directory nginx at the same level
as directory with tests, and nginx was already configured and built (i.e.
nginx binary available as ../nginx/objs/nginx from test directory).

Note: some tests may fail since they are for bugs not fixed in public code.

Note: tests run nginx (and backend daemons if needed) listening on localhost.
Currently this includes following ports: 8025, 8026, 8080, 8081, 8110, 8111,
8143, 8144.

Tests for memcached required memcached itself and Cache::Memcached to be
installed.

Currently each test creates it's own temporary directory and uses it for
logs etc.  One may instruct tests not to remove the temp directory (e.g.
for analysis of failed test) by setting LEAVE environment variable.