Shixiong Zhu created SPARK-11791:
------------------------------------

             Summary: Flaky test: 
org.apache.spark.streaming.util.BatchedWriteAheadLogSuite.BatchedWriteAheadLog
                 Key: SPARK-11791
                 URL: https://issues.apache.org/jira/browse/SPARK-11791
             Project: Spark
          Issue Type: Bug
          Components: Streaming, Tests
            Reporter: Shixiong Zhu


https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-Maven-pre-YARN/HADOOP_VERSION=2.0.0-mr1-cdh4.1.2,label=spark-test/4800/testReport/junit/org.apache.spark.streaming.util/BatchedWriteAheadLogSuite/BatchedWriteAheadLog___name_log_with_aggregated_entries_with_the_timestamp_of_last_entry/

{code}
 org.scalatest.exceptions.TestFailedDueToTimeoutException: The code passed to 
eventually never returned normally. Attempted 62 times over 1.006322071 
seconds. Last failure message: 
Argument(s) are different! Wanted:
writeAheadLog.write(
    java.nio.HeapByteBuffer[pos=0 lim=124 cap=124],
    10
);
-> at 
org.apache.spark.streaming.util.BatchedWriteAheadLogSuite$$anonfun$23$$anonfun$apply$mcV$sp$15.apply(WriteAheadLogSuite.scala:518)
Actual invocation has different arguments:
writeAheadLog.write(
    java.nio.HeapByteBuffer[pos=0 lim=124 cap=124],
    10
);
-> at 
org.apache.spark.streaming.util.WriteAheadLogSuite$BlockingWriteAheadLog.write(WriteAheadLogSuite.scala:756)
{code}



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

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

Reply via email to