Commit d5e6948
[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 <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit 78c8bd2)
Signed-off-by: Wenchen Fan <[email protected]>1 parent 4099565 commit d5e6948
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 | |
|---|---|---|---|
| |||
2549 | 2549 | | |
2550 | 2550 | | |
2551 | 2551 | | |
| 2552 | + | |
2552 | 2553 | | |
2553 | 2554 | | |
2554 | 2555 | | |
| |||
0 commit comments