3 We use the default 'test' user whom is allowed to connect to the 'test' database from localhost only.
9 Testing under Postgresql:
10 -------------------------
12 # createuser -SRlD mogile
13 # createdb --template template0 -E UTF8 -O mogile tmp_mogiletest
17 MOGTEST_DBUSER=mogile \
18 MOGTEST_DBNAME=tmp_mogiletest \
19 MOGTEST_DBROOTUSER=postgres \
20 MOGTEST_DBTYPE=Postgres
25 MOGTEST_DBUSER=mogile \
26 MOGTEST_DBNAME=tmp_mogiletest \
29 Available test variables:
30 -------------------------
40 - Running the tests should be done with equally new versions of MogileFS-Utils
41 and perl-MogileFS-Client. If you have all 3 git repos checked out in
43 "PATH=../MogileFS-Utils/:$PATH PERL5LIB=../perl-MogileFS-Client/lib"
44 - You can control the disk space used for the test mogstored's by setting