-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-18868][FLAKY-TEST] Deflake StreamingQueryListenerSuite: single listener, check trigger... #16287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #70163 has finished for PR 16287 at commit
|
|
Test build #70202 has finished for PR 16287 at commit
|
|
Test build #70207 has finished for PR 16287 at commit
|
|
retest this please |
|
Test build #70203 has finished for PR 16287 at commit
|
|
Test build #70211 has finished for PR 16287 at commit
|
|
LGTM. Merging to master and 2.1. |
… listener, check trigger... ## What changes were proposed in this pull request? Use `recentProgress` instead of `lastProgress` and filter out last non-zero value. Also add eventually to the latest assertQuery similar to first `assertQuery` ## How was this patch tested? Ran test 1000 times Author: Burak Yavuz <[email protected]> Closes #16287 from brkyvz/SPARK-18868. (cherry picked from commit 9c7f83b) Signed-off-by: Shixiong Zhu <[email protected]>
|
Test build #70212 has finished for PR 16287 at commit
|
|
Test build #70208 has finished for PR 16287 at commit
|
… listener, check trigger... ## What changes were proposed in this pull request? Use `recentProgress` instead of `lastProgress` and filter out last non-zero value. Also add eventually to the latest assertQuery similar to first `assertQuery` ## How was this patch tested? Ran test 1000 times Author: Burak Yavuz <[email protected]> Closes apache#16287 from brkyvz/SPARK-18868.
What changes were proposed in this pull request?
Use
recentProgressinstead oflastProgressand filter out last non-zero value. Also add eventually to the latest assertQuery similar to firstassertQueryHow was this patch tested?
Ran test 1000 times