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/06/15 09:05:09 UTC

[jira] [Commented] (FLINK-4030) ScalaShellITCase gets stuck

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

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

GitHub user mxm opened a pull request:

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

    [FLINK-4030] Revert Surefire version to 2.18.1

    The ScalaShellITCase sometimes gets stuck before test execution with no output
    in the logs. We ran about a hundred builds against Surefire 2.18.1 which
    confirmed that the failures don't occur with this version.
    
    Waiting for an upstream fix until this can be reverted.

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

    $ git pull https://github.com/mxm/flink FLINK-4030

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

    https://github.com/apache/flink/pull/2101.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 #2101
    
----
commit adf898f3d11378d4a4ad726edbd2e726bd501f33
Author: Maximilian Michels <mx...@apache.org>
Date:   2016-06-14T08:50:12Z

    [FLINK-4030] Revert Surefire version to 2.18.1
    
    The ScalaShellITCase sometimes gets stuck before test execution with no output
    in the logs. We ran about a hundred builds against Surefire 2.18.1 which
    confirmed that the failures don't occur with this version.
    
    Waiting for an upstream fix until this can be reverted.

----


> ScalaShellITCase gets stuck
> ---------------------------
>
>                 Key: FLINK-4030
>                 URL: https://issues.apache.org/jira/browse/FLINK-4030
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.1.0
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Minor
>              Labels: test-stability
>             Fix For: 1.1.0
>
>
> The {{ScalaShellITCase}} fails regularly on Travis:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (integration-tests) on project flink-scala-shell_2.10: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd /home/travis/build/apache/flink/flink-scala-shell/target && /usr/lib/jvm/java-8-oracle/jre/bin/java -Xms256m -Xmx800m -Dmvn.forkNumber=1 -XX:-UseGCOverheadLimit -jar /home/travis/build/apache/flink/flink-scala-shell/target/surefire/surefirebooter5669599672364114854.jar /home/travis/build/apache/flink/flink-scala-shell/target/surefire/surefire854521958557782961tmp /home/travis/build/apache/flink/flink-scala-shell/target/surefire/surefire_7186137661441589930637tmp
> {noformat}



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