You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/18 21:48:39 UTC

[jira] [Commented] (FLINK-2831) Failing Test: WrapperSetupHelperTest

    [ https://issues.apache.org/jira/browse/FLINK-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105814#comment-15105814 ] 

ASF GitHub Bot commented on FLINK-2831:
---------------------------------------

GitHub user mjsax opened a pull request:

    https://github.com/apache/flink/pull/1519

    [FLINK-2831] [Storm Compatibility Tests] Fixed instable test

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/flink flink-2831-WrapperSetupHelperTest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1519.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 #1519
    
----
commit a2ce7e48708e0ec3e94391516a768446817c79ee
Author: mjsax <mj...@apache.org>
Date:   2016-01-18T16:37:03Z

    [FLINK-2831] [Storm Compatibility Tests] Fixed instable test

----


> Failing Test: WrapperSetupHelperTest
> ------------------------------------
>
>                 Key: FLINK-2831
>                 URL: https://issues.apache.org/jira/browse/FLINK-2831
>             Project: Flink
>          Issue Type: Bug
>          Components: Storm Compatibility
>    Affects Versions: 0.10.0, 1.0.0
>            Reporter: Vasia Kalavri
>            Assignee: Matthias J. Sax
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 0.10.0
>
>
> I saw this failure of {{WrapperSetupHelperTest.testCreateTopologyContext}}.
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 49.419 sec <<< FAILURE! - in org.apache.flink.storm.wrappers.WrapperSetupHelperTest
> testCreateTopologyContext(org.apache.flink.storm.wrappers.WrapperSetupHelperTest)  Time elapsed: 47.907 sec  <<< FAILURE!
> java.lang.AssertionError: null
> 	at org.junit.Assert.fail(Assert.java:86)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.junit.Assert.assertTrue(Assert.java:52)
> 	at org.apache.flink.storm.wrappers.WrapperSetupHelperTest.testCreateTopologyContext(WrapperSetupHelperTest.java:203)
> Running org.apache.flink.storm.wrappers.SpoutWrapperTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec - in org.apache.flink.storm.wrappers.SpoutWrapperTest
> Running org.apache.flink.storm.wrappers.SpoutCollectorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.flink.storm.wrappers.SpoutCollectorTest
> Running org.apache.flink.storm.util.StormStreamSelectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.flink.storm.util.StormStreamSelectorTest
> Running org.apache.flink.storm.api.FlinkOutputFieldsDeclarerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.flink.storm.api.FlinkOutputFieldsDeclarerTest
> Running org.apache.flink.storm.api.FlinkTopologyBuilderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.flink.storm.api.FlinkTopologyBuilderTest
> Running org.apache.flink.storm.api.FlinkTopologyTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.flink.storm.api.FlinkTopologyTest
> Results :
> Failed tests: 
>   WrapperSetupHelperTest.testCreateTopologyContext:203 null
> Full log [here|https://travis-ci.org/vasia/flink/jobs/84120132] .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)