[GitHub] spark pull request #22799: [SPARK-25805][SQL][TEST] Fix test for SPARK-25159

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at:

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


---

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



[GitHub] spark pull request #22799: [SPARK-25805][SQL][TEST] Fix test for SPARK-25159

2018-10-22 Thread squito
GitHub user squito opened a pull request:

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

[SPARK-25805][SQL][TEST] Fix test for SPARK-25159

The original test would sometimes fail if the listener bus did not keep
up, so just wait till the listener bus is empty.  Tested by adding a
sleep in the listener, which made the test consistently fail without the
fix, but pass consistently after the fix.

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

$ git pull https://github.com/squito/spark SPARK-25805

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

https://github.com/apache/spark/pull/22799.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 #22799


commit 65be98bf4572ca57a2f747582ec796935b4ede54
Author: Imran Rashid 
Date:   2018-10-23T02:20:41Z

[SPARK-25805][SQL][TEST] Fix test for SPARK-25159

The original test would sometimes fail if the listener bus did not keep
up, so just wait till the listener bus is empty.  Tested by adding a
sleep in the listener, which made the test consistently fail without the
fix, but pass consistently after the fix.




---

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