GitHub user dilipbiswal opened a pull request:

    https://github.com/apache/spark/pull/22670

    [SPARK-25631][SPARK-25632][SQL][TEST] Improve the test runtime of 
KafkaRDDSuite

    ## What changes were proposed in this pull request?
    Set a reasonable poll timeout thats used while consuming topics/partitions 
from kafka. In the 
    absence of it, a default of 2 minute is used as the timeout values. And all 
the negative tests take a minimum of 2 minute to execute.
    
    After this change, we save about 4 minutes in this suite.
    
    ## How was this patch tested?
    Test fix.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dilipbiswal/spark SPARK-25631

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22670.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22670
    
----
commit 78bf63958e2f85490b2a23fbb249c6da6585d7a6
Author: Dilip Biswal <dbiswal@...>
Date:   2018-10-08T05:55:28Z

    [SPARK-25631][SPARK-25632] Improve the test runtime of KafkaRDDSuite

commit 47e0940a0795b85d0b2c34596fa5e21850feb5cb
Author: Dilip Biswal <dbiswal@...>
Date:   2018-10-08T06:05:06Z

    doc fix

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to