[
https://issues.apache.org/jira/browse/STORM-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xin Wang updated STORM-2245:
----------------------------
Description:
The travis-ci constant build failure due to the following error:
{code}
[ERROR] COMPILATION ERROR :
[ERROR]
/home/travis/build/apache/storm/integration-test/src/main/java/org/apache/storm/ExclamationTopology.java:[80,11]
error: cannot find symbol
{code}
The reason is that after STORM-1281 getting merged, the storm-version in
integration-test POM did not be updated.
integration-test should not use a fixed storm version.
was:
The travis-ci constant build failure due to the following error:
{code}
[ERROR] COMPILATION ERROR :
[ERROR]
/home/travis/build/apache/storm/integration-test/src/main/java/org/apache/storm/ExclamationTopology.java:[80,11]
error: cannot find symbol
{code}
The reason is that after STORM-1281 getting merged, the
> integration-test constant compilation failure
> ---------------------------------------------
>
> Key: STORM-2245
> URL: https://issues.apache.org/jira/browse/STORM-2245
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Xin Wang
> Assignee: Xin Wang
>
> The travis-ci constant build failure due to the following error:
> {code}
> [ERROR] COMPILATION ERROR :
> [ERROR]
> /home/travis/build/apache/storm/integration-test/src/main/java/org/apache/storm/ExclamationTopology.java:[80,11]
> error: cannot find symbol
> {code}
> The reason is that after STORM-1281 getting merged, the storm-version in
> integration-test POM did not be updated.
> integration-test should not use a fixed storm version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)