INACTIVE - http://mzl.la/ghe-archive - A rule-based map-reduce scheduling framework
Перейти к файлу
d1ana a8b95f8b7f docs 2012-03-29 16:11:01 -04:00
disco_ball/templates Initial checkin 2012-03-06 15:00:29 -05:00
doc docs 2012-03-29 16:11:01 -04:00
inferno docs 2012-03-29 15:40:40 -04:00
test fixing the unit tests & a pep8 pass 2012-03-28 09:30:47 -04:00
.hgignore Initial checkin 2012-03-06 15:00:29 -05:00
AUTHORS.txt Initial checkin 2012-03-06 15:00:29 -05:00
LICENSE.txt Initial checkin 2012-03-06 15:00:29 -05:00
README.txt removing quotes 2012-03-06 15:54:12 -05:00
development.ini Initial checkin 2012-03-06 15:00:29 -05:00
fabfile.py VERSION: 0.1.14 2012-03-11 12:28:53 +00:00
setup.cfg Initial checkin 2012-03-06 15:00:29 -05:00
setup.py adding some proc titles 2012-03-27 14:23:23 -04:00

README.txt

Unit Tests
----------

To run only the unit tests, and exclude the integration tests:

    diana@ubuntu:~/workspace/inferno$ nosetests --exclude=integration

To run both the unit and integration tests:

    diana@ubuntu:~/workspace/inferno$ nosetests

If the tests were successful, you should see something like the following.

    ----------------------------------------------------------------------
    Ran 100 tests in 1.000s

    OK

The integration test suite assumes you have a running disco cluster.

    diana@ubuntu:~$ disco start
    Master ubuntu:8989 started
 
And that your inferno settings (~/.inferno or /etc/inferno/settings.yaml) 
point to that disco master.

    diana@ubuntu:~$ cat ~/.inferno
    server: disco://localhost