spark git commit: [SPARK-23962][SQL][TEST] Fix race in currentExecutionIds().

2018-04-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e904dfaf0 -> 6a2289ecf [SPARK-23962][SQL][TEST] Fix race in currentExecutionIds(). SQLMetricsTestUtils.currentExecutionIds() was racing with the listener bus, which lead to some flaky tests. We should wait till the listener bus is empty.

spark git commit: [SPARK-23962][SQL][TEST] Fix race in currentExecutionIds().

2018-04-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 03a4dfd69 -> 571269519 [SPARK-23962][SQL][TEST] Fix race in currentExecutionIds(). SQLMetricsTestUtils.currentExecutionIds() was racing with the listener bus, which lead to some flaky tests. We should wait till the listener bus is