-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9030][STREAMING] Add Kinesis.createStream unit tests that actual sends data #7413
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 #37317 has finished for PR 7413 at commit
|
|
Test build #37318 has finished for PR 7413 at commit
|
|
Jenkins, test this please. |
|
Test build #37445 has finished for PR 7413 at commit
|
|
Test build #37447 has finished for PR 7413 at commit
|
|
Jenkins, test this please. |
|
Test build #37457 has finished for PR 7413 at commit
|
|
Test build #37472 has finished for PR 7413 at commit
|
|
Test build #37477 has finished for PR 7413 at commit
|
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.
extra line
|
Thanks @tdas I'm not familiar with Kinesis client APIs. But generally looks good and Jenkins is green. I will add Python tests for the Kinesis Python API after this PR is merged. |
|
Test build #37611 has finished for PR 7413 at commit
|
|
Jenkins, test this please. |
|
Test build #37622 has finished for PR 7413 at commit
|
|
LGTM |
|
Thanks @zsxwing, merging this to master. |
Current Kinesis unit tests do not test createStream by sending data. This PR is to add such unit test. Note that this unit will not run by default. It will only run when the relevant environment variables are set.