INACTIVE - http://mzl.la/ghe-archive - A rule-based map-reduce scheduling framework
Перейти к файлу
diana 3cd2fbd4f0 docs 2012-03-20 16:17:00 -04:00
disco_ball/templates Initial checkin 2012-03-06 15:00:29 -05:00
doc docs 2012-03-20 16:17:00 -04:00
inferno - allow column renaming in the keyset result 2012-03-19 17:12:27 -04:00
test - allow column renaming in the keyset result 2012-03-19 17:12:27 -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 - allow column renaming in the keyset result 2012-03-19 17:12:27 -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