You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/08/13 17:46:45 UTC

[jira] [Updated] (SPARK-9939) Resort to Java process API in test suites forking subprocesses

     [ https://issues.apache.org/jira/browse/SPARK-9939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng Lian updated SPARK-9939:
------------------------------
    Description: 
The following SQL test suites fork subprocesses and have been flaky for quite a while and fail now and then due to mysterious timeouts:
- {{CliSuite}}
- {{HiveThriftBinaryServerSuite}}
- {{HiveSparkSubmitSuite}}
- {{HiveThriftHttpServerSuite}}
One of the possible reasons of this is a known bug of Scala process API  ([SI-8768|https://issues.scala-lang.org/browse/SI-8768]). Resorting to Java process API may possibly fix these flaky tests.

  was:
The following SQL test suites fork subprocesses and have been flaky for quite a while and fail now and then due to mysterious timeouts:
- {{CliSuite}}
- {{HiveThriftBinaryServerSuite}}
- {{HiveSparkSubmitSuite}}
- {{HiveThriftHttpServerSuite
One of the possible reasons of this is a known bug of Scala process API  ([SI-8768|https://issues.scala-lang.org/browse/SI-8768]). Resorting to Java process API may possibly fix these flaky tests.


> Resort to Java process API in test suites forking subprocesses
> --------------------------------------------------------------
>
>                 Key: SPARK-9939
>                 URL: https://issues.apache.org/jira/browse/SPARK-9939
>             Project: Spark
>          Issue Type: Test
>          Components: SQL
>    Affects Versions: 1.5.0
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>            Priority: Critical
>
> The following SQL test suites fork subprocesses and have been flaky for quite a while and fail now and then due to mysterious timeouts:
> - {{CliSuite}}
> - {{HiveThriftBinaryServerSuite}}
> - {{HiveSparkSubmitSuite}}
> - {{HiveThriftHttpServerSuite}}
> One of the possible reasons of this is a known bug of Scala process API  ([SI-8768|https://issues.scala-lang.org/browse/SI-8768]). Resorting to Java process API may possibly fix these flaky tests.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org