GitHub user knusbaum opened a pull request:
https://github.com/apache/storm/pull/450
[STORM-696] Single Namespace Test Launching
Adding test-ns.py
test-ns.py accepts a single argument, the name of a test namespace to run.
Run it from the storm project root.
```
~/storm $ dev-tools/test-ns.py backtype.storm.config-test
...
Ran 11 tests containing 52 assertions.
0 failures, 0 errors.
{:type :summary, :fail 0, :error 0, :pass 52, :test 11}
user=> Bye for now!
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/knusbaum/incubator-storm STORM-696
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/450.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #450
----
commit b7bfdde8714c39e7556ac34915817dd2a8879356
Author: Kyle Nusbaum <[email protected]>
Date: 2015-02-27T18:51:04Z
Adding test-ns.py
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---