Github user dragos commented on the pull request:

    https://github.com/apache/spark/pull/7600#issuecomment-125942851
  
    A summary of my changes and a few notes, in the hope of speeding up the 
process:
    
    - tests are bit faster after moving away from `runStreams`, so I stand 
corrected
    - Tests are still extending `TestSuiteBase` because `withStreamingContext` 
is defined in there
    - I moved the sampling of `observedRates` inside the `eventually` loop, as 
I don't know how to do it otherwise without using another thread
    - I didn't make the `HashSet` synchronized, since there's no background 
thread anymore
    
    The rest of the changes should match your requests and I don't list them 
here.


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