Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27168][SQL][TEST] Add docker integration test for MsSql server - #24099
[SPARK-27168][SQL][TEST] Add docker integration test for MsSql server#24099zhulipeng wants to merge 7 commits into
Conversation
srowen
commented
Mar 15, 2019
I am not sure how much SQL Server is intended to be supported or how much overhead this testing adds. I'm not against it. |
zhulipeng
commented
Mar 16, 2019
@srowen These docker integration tests are in external directory, they need user to manually kickoff in locally, I think it will not affects the build process overheads. |
dongjoon-hyun
commented
Mar 18, 2019
ok to test |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
@lipzhu . This test suite should be verified manually. And, I cannot pass the tests with AS-IS PR code. @srowen . Was this okay in your environment? I want to be sure about that.
|
zhulipeng
commented
Mar 18, 2019
@dongjoon-hyun I just double confirm in local, the MsSqlServerIntegrationSuite can success. BTW, The memory setting have some gaps between tag |
SparkQA
commented
Mar 18, 2019
Test build #103595 has finished for PR 24099 at commit
|
SparkQA
commented
Mar 18, 2019
Test build #103598 has finished for PR 24099 at commit
|
reset this please. |
Interesting. The error log was #24099 (comment) . I'll try again since this is updated. Thanks, @lipzhu . |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@lipzhu . If you clear your maven repository and run For Apache Spark contribution, I'd like to recommend you the followings.
Due to (1) and (2), only you pass the test locally. Technically, this PR needs three following steps. Otherwise, it fails.
Lastly, please update |
zhulipeng
commented
Mar 19, 2019
Got it, thanks for your comments and review. @dongjoon-hyun |
dongjoon-hyun
commented
Mar 19, 2019
Thank you for updating, @lipzhu ! I'll review again in a few hours. |
Hi, @lipzhu . |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Thank you for review and applying. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (Pending Jenkins).
Thank you for doing this.
SparkQA
commented
Mar 19, 2019
Test build #103655 has finished for PR 24099 at commit
|
SparkQA
commented
Mar 19, 2019
Test build #103649 has finished for PR 24099 at commit
|
dilipbiswal
commented
Mar 19, 2019
retest this please |
SparkQA
commented
Mar 19, 2019
Test build #103665 has finished for PR 24099 at commit
|
dongjoon-hyun
commented
Mar 19, 2019
Thank you, @lipzhu , @srowen , @dilipbiswal . |
## What changes were proposed in this pull request? This PR aims to add a JDBC integration test for MsSql server. ## How was this patch tested? ``` ./build/mvn clean install -DskipTests ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 \ -Dtest=none -DwildcardSuites=org.apache.spark.sql.jdbc.MsSqlServerIntegrationSuite ``` Closesapache#24099 from lipzhu/SPARK-27168. Lead-authored-by: Zhu, Lipeng <lipzhu@ebay.com> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Co-authored-by: Lipeng Zhu <lipzhu@icloud.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
dongjoon-hyun
commented
Jul 24, 2019
Hi, All (and @gatorsmile ) Since this integration test suite is not tested on Jenkins, I cherry-picked and tested locally. |
## What changes were proposed in this pull request? This PR aims to add a JDBC integration test for MsSql server. ## How was this patch tested? ``` ./build/mvn clean install -DskipTests ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 \ -Dtest=none -DwildcardSuites=org.apache.spark.sql.jdbc.MsSqlServerIntegrationSuite ``` Closes#24099 from lipzhu/SPARK-27168. Lead-authored-by: Zhu, Lipeng <lipzhu@ebay.com> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Co-authored-by: Lipeng Zhu <lipzhu@icloud.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
## What changes were proposed in this pull request? This PR aims to add a JDBC integration test for MsSql server. ## How was this patch tested? ``` ./build/mvn clean install -DskipTests ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 \ -Dtest=none -DwildcardSuites=org.apache.spark.sql.jdbc.MsSqlServerIntegrationSuite ``` Closesapache#24099 from lipzhu/SPARK-27168. Lead-authored-by: Zhu, Lipeng <lipzhu@ebay.com> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Co-authored-by: Lipeng Zhu <lipzhu@icloud.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
## What changes were proposed in this pull request? This PR aims to add a JDBC integration test for MsSql server. ## How was this patch tested? ``` ./build/mvn clean install -DskipTests ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.12 \ -Dtest=none -DwildcardSuites=org.apache.spark.sql.jdbc.MsSqlServerIntegrationSuite ``` Closesapache#24099 from lipzhu/SPARK-27168. Lead-authored-by: Zhu, Lipeng <lipzhu@ebay.com> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Co-authored-by: Lipeng Zhu <lipzhu@icloud.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>


What changes were proposed in this pull request?
This PR aims to add a JDBC integration test for MsSql server.
How was this patch tested?