Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14589][SQL] Enhance DB2 JDBC Dialect docker tests - #12348
[SPARK-14589][SQL] Enhance DB2 JDBC Dialect docker tests#12348lresende wants to merge 2 commits into
Conversation
SparkQA
commented
Apr 13, 2016
Test build #55681 has finished for PR 12348 at commit
|
SparkQA
commented
Apr 13, 2016
Test build #55690 has finished for PR 12348 at commit
|
lresende
commented
Apr 13, 2016
@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.
SparkQA
commented
Apr 14, 2016
Test build #55787 has finished for PR 12348 at commit
|
lresende
commented
Apr 14, 2016
Jenkins, retest this please. |
SparkQA
commented
Apr 14, 2016
Test build #55789 has finished for PR 12348 at commit
|
SparkQA
commented
Apr 18, 2016
Test build #56143 has finished for PR 12348 at commit
|
JoshRosen
commented
Apr 18, 2016
Can you fix scalastyle? |
SparkQA
commented
Apr 19, 2016
Test build #56156 has finished for PR 12348 at commit
|
lresende
commented
Apr 19, 2016
@JoshRosen All good now. |
lresende
commented
Apr 21, 2016
@JoshRosen ping |
srowen
commented
May 3, 2016
Jenkins retest this please |
SparkQA
commented
May 3, 2016
Test build #57631 has finished for PR 12348 at commit
|
SparkQA
commented
May 4, 2016
Test build #57797 has finished for PR 12348 at commit
|
srowen
commented
May 5, 2016
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>
srowen
commented
May 5, 2016
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.