-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7497] [PySpark] [Streaming] fix streaming flaky tests #6239
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33012 has started for PR 6239 at commit |
|
Test build #33012 has finished for PR 6239 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Test build #822 has started for PR 6239 at commit |
|
Test build #822 has finished for PR 6239 at commit
|
|
Test build #823 has started for PR 6239 at commit |
|
Test build #823 has finished for PR 6239 at commit
|
|
test this again |
|
retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33034 has started for PR 6239 at commit |
|
May be a good idea to merge this any way to reduce some test flakiness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the duration? Batch duration? Why increase this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's batch duration. These tests became flaky when we change the duration from 1 to 0.2, I'd like to try to change it to 0.5. If they are still flaky, then move to 1 second.
|
Test build #33034 has finished for PR 6239 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33049 has started for PR 6239 at commit |
|
Test build #33049 has finished for PR 6239 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
@davies Why are you increasing the batch duration?? |
|
@tdas The tests become flaky with lower duration. |
|
Test build #833 has started for PR 6239 at commit |
|
Test build #833 has finished for PR 6239 at commit
|
|
Could you explain why does it become flaky? I want to understand it so that On Tue, May 19, 2015 at 1:03 PM, Apache Spark QA [email protected]
|
|
@tdas Can not reproduce this flakiness locally right now. Remembered that when the duration is low and the job can not finished within it, something weird happened few months ago. |
|
Test build #845 has started for PR 6239 at commit |
|
Test build #845 has finished for PR 6239 at commit
|
|
@JoshRosen Flaky test? |
|
Test build #847 has started for PR 6239 at commit |
|
Test build #847 has finished for PR 6239 at commit
|
|
Test build #856 has started for PR 6239 at commit |
|
Test build #856 has finished for PR 6239 at commit
|
|
Test build #857 has started for PR 6239 at commit |
|
Test build #857 has finished for PR 6239 at commit
|
|
Test build #858 has started for PR 6239 at commit |
|
Test build #858 has finished for PR 6239 at commit
|
|
Test build #865 has started for PR 6239 at commit |
|
Test build #865 has finished for PR 6239 at commit
|
|
The problem with this approach is that it will increase the run time of python streaming tests by a lot. And since these tests run 3 times for 3 different version of python, the increase will be multiple. But probably that is okay for now. The flakiness is causing problems for others, so I will merge this. |
Increase the duration and timeout in streaming python tests. Author: Davies Liu <[email protected]> Closes #6239 from davies/flaky_tests and squashes the following commits: d6aee8f [Davies Liu] fix window tests 26317f7 [Davies Liu] Merge branch 'master' of github.com:apache/spark into flaky_tests 7947db6 [Davies Liu] fix streaming flaky tests (cherry picked from commit b7ab029) Signed-off-by: Tathagata Das <[email protected]>
|
I have merged it master and branch-1.4 |
Increase the duration and timeout in streaming python tests. Author: Davies Liu <[email protected]> Closes apache#6239 from davies/flaky_tests and squashes the following commits: d6aee8f [Davies Liu] fix window tests 26317f7 [Davies Liu] Merge branch 'master' of github.com:apache/spark into flaky_tests 7947db6 [Davies Liu] fix streaming flaky tests
Increase the duration and timeout in streaming python tests. Author: Davies Liu <[email protected]> Closes apache#6239 from davies/flaky_tests and squashes the following commits: d6aee8f [Davies Liu] fix window tests 26317f7 [Davies Liu] Merge branch 'master' of github.com:apache/spark into flaky_tests 7947db6 [Davies Liu] fix streaming flaky tests
Increase the duration and timeout in streaming python tests.