-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12058][Hotfix]Disable KinesisStreamTests #10047
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
|
@zsxwing Could you create a JIRA so we remember to add the test back? |
|
|
Test build #46903 has finished for PR 10047 at commit
|
python/pyspark/streaming/tests.py
Outdated
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.
Mention SPARK-12058 in the message.
|
Could you add |
|
Updated |
|
Test build #46909 has finished for PR 10047 at commit
|
|
Merging to master to unblock #10039 |
KinesisStreamTests in test.py is broken because of #9403. See https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46896/testReport/(root)/KinesisStreamTests/test_kinesis_stream/
Because Streaming Python didn’t work when merging #9403, the PR build didn’t report the Python test failure actually.
This PR just disabled the test to unblock #10039