Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/3687#issuecomment-67239409
  
    This latest run failed three tests:
    
     - org.apache.spark.streaming.CheckpointSuite.recovery with file input 
stream
     - org.apache.spark.streaming.FailureSuite.multiple failures with map
     - org.apache.spark.streaming.FailureSuite.multiple failures with 
updateStateByKey
    
    Here are the failed assertions:
    
    - 
https://github.com/JoshRosen/spark/blob/streaming-test-flakiness/streaming/src/test/scala/org/apache/spark/streaming/MasterFailureTest.scala#L84,
 which, unfortunately, used `==` instead of `===` so I don't get a useful error 
message.
    - Similarly, 
https://github.com/JoshRosen/spark/blob/streaming-test-flakiness/streaming/src/test/scala/org/apache/spark/streaming/MasterFailureTest.scala#L117
    - 
https://github.com/JoshRosen/spark/blob/streaming-test-flakiness/streaming/src/test/scala/org/apache/spark/streaming/CheckpointSuite.scala#L350
    
    It's possible that this could have been a side-effect of the 
`Charsets.UTF_8` change, but I don't see how that could have caused problems.  
I'll investigate.


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