[
https://issues.apache.org/jira/browse/STORM-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340610#comment-14340610
]
ASF GitHub Bot commented on STORM-696:
--------------------------------------
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
----
> Single Namespace Test Launching
> -------------------------------
>
> Key: STORM-696
> URL: https://issues.apache.org/jira/browse/STORM-696
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Kyle Nusbaum
> Assignee: Kyle Nusbaum
> Priority: Minor
>
> As a dev I would like to be able to run unit tests in a particular namespace.
> Right now, we have to run the full test suite through maven. If we want to
> test particular namespaces, we must do so from a REPL.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)