You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2018/10/13 21:07:32 UTC

[GitHub] spark pull request #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIn...

GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/22716

    [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataSourceCommandSuite

    ## What changes were proposed in this pull request?
    
    SPARK-22479 adds a test case which sometimes fails because the used password string `123` matches `@41230802`. This PR aims to fix the flakiness.
    
    - https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97343/consoleFull
    
    ```scala
    SaveIntoDataSourceCommandSuite:
    - simpleString is redacted *** FAILED ***
    "SaveIntoDataSourceCommand .org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider@41230802, Map(password -> *********(redacted), url -> *********(redacted), driver -> mydriver), ErrorIfExists
    +- Range (0, 1, step=1, splits=Some(2))
    " contained "123" (SaveIntoDataSourceCommandSuite.scala:42)
    ```
    
    ## How was this patch tested?
    
    Pass the Jenkins with the updated test case

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-25726

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22716.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22716
    
----
commit 22311060aa783f5271629684e58648b8514c3bb8
Author: Dongjoon Hyun <do...@...>
Date:   2018-10-13T21:01:30Z

    [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataSourceCommandSuite

----


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/3950/
    Test PASSed.


---

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


[GitHub] spark pull request #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIn...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22716


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    cc @onursatici and @gatorsmile 


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Thank you for review, @gatorsmile !


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Thank you for review, @felixcheung . It comes from `treeString`. If you are asking the origin, it comes from Java `toString` and the value is the object `hashCode`. So, this happens when the hashCode value has `123`.


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    **[Test build #97349 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97349/testReport)** for PR 22716 at commit [`2231106`](https://github.com/apache/spark/commit/22311060aa783f5271629684e58648b8514c3bb8).


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    **[Test build #97349 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97349/testReport)** for PR 22716 at commit [`2231106`](https://github.com/apache/spark/commit/22311060aa783f5271629684e58648b8514c3bb8).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Merged to master/branch-2.4.


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22716: [SPARK-25726][SQL][TEST] Fix flaky test in SaveIntoDataS...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22716
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/97349/
    Test PASSed.


---

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