-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14589][SQL] Enhance DB2 JDBC Dialect docker tests #12348
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 #55681 has finished for PR 12348 at commit
|
|
Test build #55690 has finished for PR 12348 at commit
|
|
@JoshRosen please review, these are the merge issues I mentioned yesterday, and these changes are passing my local tests as well. |
Add integration tests based on docker to test DB2 JDBC dialect support Author: Luciano Resende <lresende@apache.org> Closes #9893 from lresende/SPARK-10521.
|
Test build #55787 has finished for PR 12348 at commit
|
|
Jenkins, retest this please. |
|
Test build #55789 has finished for PR 12348 at commit
|
|
Test build #56143 has finished for PR 12348 at commit
|
|
Can you fix scalastyle? |
|
Test build #56156 has finished for PR 12348 at commit
|
|
@JoshRosen All good now. |
|
@JoshRosen ping |
|
Jenkins retest this please |
|
Test build #57631 has finished for PR 12348 at commit
|
|
Test build #57797 has finished for PR 12348 at commit
|
|
This test is ignored now anyway, and given @lresende 's confidence this actually gets it working, LGTM |
## What changes were proposed in this pull request? Enhance the DB2 JDBC Dialect docker tests as they seemed to have had some issues on previous merge causing some tests to fail. ## How was this patch tested? By running the integration tests locally. Author: Luciano Resende <lresende@apache.org> Closes #12348 from lresende/SPARK-14589. (cherry picked from commit 1044302) Signed-off-by: Sean Owen <sowen@cloudera.com>
|
Merged to master/2.0 |
## What changes were proposed in this pull request? Create a maven profile for executing the docker integration tests using maven Remove docker integration tests from main sbt build Update documentation on how to run docker integration tests from sbt ## How was this patch tested? Manual test of the docker integration tests as in : mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 compile test ## Other comments Note that the the DB2 Docker Tests are still disabled as there is a kernel version issue on the AMPLab Jenkins slaves and we would need to get them on the right level before enabling those tests. They do run ok locally with the updates from PR #12348 Author: Luciano Resende <lresende@apache.org> Closes #12508 from lresende/docker.
## What changes were proposed in this pull request? Create a maven profile for executing the docker integration tests using maven Remove docker integration tests from main sbt build Update documentation on how to run docker integration tests from sbt ## How was this patch tested? Manual test of the docker integration tests as in : mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 compile test ## Other comments Note that the the DB2 Docker Tests are still disabled as there is a kernel version issue on the AMPLab Jenkins slaves and we would need to get them on the right level before enabling those tests. They do run ok locally with the updates from PR #12348 Author: Luciano Resende <lresende@apache.org> Closes #12508 from lresende/docker. (cherry picked from commit a03c5e6) Signed-off-by: Sean Owen <sowen@cloudera.com>
What changes were proposed in this pull request?
Enhance the DB2 JDBC Dialect docker tests as they seemed to have had some issues on previous merge causing some tests to fail.
How was this patch tested?
By running the integration tests locally.