You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/20 17:55:27 UTC

[GitHub] [spark] huaxingao opened a new pull request #30448: [MINOR] Use absolute file name in docker integration test

huaxingao opened a new pull request #30448:
URL: https://github.com/apache/spark/pull/30448


   
   ### What changes were proposed in this pull request?
   change
   ```
   ./build/sbt -Pdocker-integration-tests "testOnly *xxxIntegrationSuite" 
   ```
   to
   ```
   ./build/sbt -Pdocker-integration-tests "testOnly org.apache.spark.sql.jdbc.xxxIntegrationSuite"
   ```
   
   
   ### Why are the changes needed?
   We only want to start v1 ```xxxIntegrationSuite```, not the newly added```v2.xxxIntegrationSuite```.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Manually checked
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731330915


   BTW, @huaxingao . I revised the PR title from `absolute file name` to `fully-qualified class name`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] huaxingao commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
huaxingao commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731331815


   Thank you! @dongjoon-hyun 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] maropu commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
maropu commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731473260


   Thanks for the update, @huaxingao late LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731352711


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/36039/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731352753






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731387095


   **[Test build #131433 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131433/testReport)** for PR 30448 at commit [`074aeb9`](https://github.com/apache/spark/commit/074aeb9586c53b2112d08feaa3570e85ce0d0f28).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30448: [MINOR] Use absolute file name in docker integration test

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731321001


   **[Test build #131433 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131433/testReport)** for PR 30448 at commit [`074aeb9`](https://github.com/apache/spark/commit/074aeb9586c53b2112d08feaa3570e85ce0d0f28).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731321001


   **[Test build #131433 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131433/testReport)** for PR 30448 at commit [`074aeb9`](https://github.com/apache/spark/commit/074aeb9586c53b2112d08feaa3570e85ce0d0f28).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731352753






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731387866


   Merged build finished. Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731387866






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731387871


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/131433/
   Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30448:
URL: https://github.com/apache/spark/pull/30448#issuecomment-731342151


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/36039/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun closed pull request #30448: [MINOR][TESTS][DOCS] Use fully-qualified class name in docker integration test

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #30448:
URL: https://github.com/apache/spark/pull/30448


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org