[
https://issues.apache.org/jira/browse/STORM-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17259761#comment-17259761
]
Bipin Prasad commented on STORM-3732:
-------------------------------------
To duplicate this:
- checkout storm code on *Linux*
- mvn clean ; mvn package -DskipTests
- mvn test (runs Java tests, followed by Clojure tests)
To run the specific Clojure test do the following
- mvn test -Dtest="org.apache.storm.scheduler-test" -DfailIfNoTests=false
(goes past java tests, then executes the single Clojure test class with 4
tests)
Output file is generated in target/test-reports
> Fix test test-cluster in storm-core: org.apache.storm.scheduler-test
> ---------------------------------------------------------------------
>
> Key: STORM-3732
> URL: https://issues.apache.org/jira/browse/STORM-3732
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Reporter: Bipin Prasad
> Assignee: Bipin Prasad
> Priority: Minor
>
> Asserts in TopologyDetails.initConfigs fail the test "test-cluster" in
> storm-core: org.apache.storm.scheduler-test
--
This message was sent by Atlassian Jira
(v8.3.4#803005)