Commit 78c8bd2
[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.
Closes #22799 from squito/SPARK-25805.
Authored-by: Imran Rashid <irashid@cloudera.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>1 parent 03e82e3 commit 78c8bd2
File tree
1 file changed
+1
-0
lines changed- sql/core/src/test/scala/org/apache/spark/sql
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2537 | 2537 | | |
2538 | 2538 | | |
2539 | 2539 | | |
| 2540 | + | |
2540 | 2541 | | |
2541 | 2542 | | |
2542 | 2543 | | |
| |||
0 commit comments