[
https://issues.apache.org/jira/browse/STORM-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223211#comment-15223211
]
ASF GitHub Bot commented on STORM-1677:
---------------------------------------
Github user vesense commented on the pull request:
https://github.com/apache/storm/pull/1300#issuecomment-204941160
@HeartSaVioR I'm not sure whether it is caused by `*.log` rule in gitignore.
If *true*, we can apply your patch(`d5e1112 `), or create another patch
just change the rule from `*.log` to `derby.log`, or revert the `e58c67a`
commit(btw, although I don't recommend using the last way).
> Test resource files (.log) are excluded from source distribution, which makes
> logviewer-test failing
> ----------------------------------------------------------------------------------------------------
>
> Key: STORM-1677
> URL: https://issues.apache.org/jira/browse/STORM-1677
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 1.0.0, 2.0.0
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
>
> While building RC1 of Apache Storm 1.0.0 from source code distribution, I
> found that test for logviewer-test in storm-core is failing. It was not
> intermittent.
> After seeking the reason, I found files on src/dev directory is different
> from repo, ".log" files are all excluded.
> https://github.com/apache/storm/blob/master/storm-dist/source/src/main/assembly/source.xml
> We excludes .log files in all directories which normally makes sense but not
> for now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)