GitHub user StephanEwen opened a pull request:

    https://github.com/apache/incubator-flink/pull/174

    [FLINK-1203] Deactivate fork reuse in tests ()

    Works around a potential surefire bug where we see confused class cast 
exceptions
    
    ```
    java.lang.ClassCastException: 
org.apache.flink.api.common.operators.base.DeltaIterationBase cannot be cast to 
org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
        at 
org.apache.flink.api.scala.operators.translation.DistinctTranslationTest.testCombinable(DistinctTranslationTest.scala:39)
    ```
    


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

    $ git pull https://github.com/StephanEwen/incubator-flink fork_false

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

    https://github.com/apache/incubator-flink/pull/174.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 #174
    
----
commit 21d3bdbc8d61e1d2712fe396d3fed4258f5c3b8b
Author: Stephan Ewen <[email protected]>
Date:   2014-11-03T11:27:03Z

    [FLINK-1203] Deactivate fork reuse in tests (workaround for potential 
surefire bug)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to