Github user ckadner commented on the pull request:

    https://github.com/apache/spark/pull/9345#issuecomment-152400158
  
    Hi @JoshRosen, the failing unit test `"Single command with -e"` in 
`CliSuite` should not be impacted by my changes. On my machine I get the 
timeouts with or without my changes. Is this a known problem?
    
    ```
    [info] *** 1 TEST FAILED ***
    [error] Failed: Total 19, Failed 1, Errors 0, Passed 18, Ignored 1
    [error] Failed tests:
    [error]     org.apache.spark.sql.hive.thriftserver.CliSuite
    [error] (hive-thriftserver/test:test) sbt.TestsFailedException: Tests 
unsuccessful
    ...
    [info] CliSuite:
    [info] - Simple commands (1 minute, 35 seconds)
    [info] - Single command with -e *** FAILED *** (2 minutes)
    [info]   =======================
    [info]   CliSuite failure output
    [info]   =======================
    [info]   Spark SQL CLI command line: ../../bin/spark-sql --master local 
--hiveconf 
javax.jdo.option.ConnectionURL=jdbc:derby:;databaseName=/home/jenkins/workspace/SparkPullRequestBuilder/target/tmp/spark-467fd8f3-b708-4fbc-8663-1486857bdb0d;create=true
 --hiveconf 
hive.metastore.warehouse.dir=/home/jenkins/workspace/SparkPullRequestBuilder/target/tmp/spark-a45eff3e-fc0f-461f-b658-471176d83655
 --hiveconf 
hive.exec.scratchdir=/home/jenkins/workspace/SparkPullRequestBuilder/target/tmp/spark-869dc65d-560d-4df5-b6d4-7cd673974013
 -e SHOW DATABASES;
    [info]   Exception: java.util.concurrent.TimeoutException: Futures timed 
out after [2 minutes]
    [info]   Executed query 0 "",
    [info]   But failed to capture expected output "OK" within 2 minutes.
    ```


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to