Github user tedyu commented on the pull request:

    https://github.com/apache/spark/pull/9356#issuecomment-152287810
  
    ```
    [info] StandaloneDynamicAllocationSuite:
    [info] - dynamic allocation default behavior (1 second, 162 milliseconds)
    [info] - dynamic allocation with max cores <= cores per worker (365 
milliseconds)
    [info] - dynamic allocation with max cores > cores per worker (671 
milliseconds)
    [info] - dynamic allocation with cores per executor (742 milliseconds)
    [info] - dynamic allocation with cores per executor AND max cores (1 
second, 186 milliseconds)
    [info] - kill the same executor twice (SPARK-9795) (150 milliseconds)
    [info] - the pending replacement executors should not be lost (SPARK-10515) 
(557 milliseconds)
    Exception in thread "Thread-45" Exception in thread "Thread-41" 
java.io.EOFException
        at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
        at 
org.scalatest.tools.Framework$ScalaTestRunner$Skeleton$1$React.react(Framework.scala:945)
        at 
org.scalatest.tools.Framework$ScalaTestRunner$Skeleton$1.run(Framework.scala:934)
        at java.lang.Thread.run(Thread.java:745)
    java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:196)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at java.net.SocketInputStream.read(SocketInputStream.java:210)
        at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
        at 
java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
        at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
        at sbt.React.react(ForkTests.scala:114)
        at 
sbt.ForkTests$$anonfun$mainTestTask$1$Acceptor$2$.run(ForkTests.scala:74)
        at java.lang.Thread.run(Thread.java:745)
    [info] ScalaTest
    [info] Run completed in 2 minutes, 50 seconds.
    [info] Total number of tests run: 107
    [info] Suites: completed 9, aborted 0
    [info] Tests: succeeded 107, failed 0, canceled 0, ignored 0, pending 0
    [info] All tests passed.
    [error] Error: Total 0, Failed 0, Errors 0, Passed 0
    [error] Error during tests:
    ...
    [error] (core/test:test) sbt.TestsFailedException: Tests unsuccessful
    [error] Total time: 3801 s, completed Oct 29, 2015 10:28:05 AM
    ```
    I don't think the above was related to my change


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