[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-09-03 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 #19111 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-09-03 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 ouch. I think this is because ``` # Test unseen labels data <- data.frame(clicked = base::sample(c(0, 1), 10, replace = TRUE), someString = base::sample(c("this", "that"), 10,

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-09-02 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/19018 cc @felixcheung I encounter RTest failed again even when this seed added. https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81350/console error: ``` Failed

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 merged to master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/19018 @felixcheung In Jenkins Log I only found Random forest and Decision Tree failed, random forest failed more frequently. thanks! --- If your project is set up for it, you can reply to this

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81188 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81188/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/81188/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81188 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81188/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 Jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/81181/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81181 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81181/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81181 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81181/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 I mean Jenkins log of the test run that failed --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-28 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 Can you point me to other failures? How frequently does it occur? I'm reasonably sure setting the seed should fix the randomness, I can get to other changes within a day, but I want to

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-27 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/19018 ping @felixcheung We can make all R tests for trees deterministic (not only random trees). Leave other problems to separate PR. It would be great to fix it soon, Thanks! --- If your project

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-24 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/19018 @felixcheung This error occur in the OneHotEncoder inside the RFormula I think. Only OneHotEncoder will print this error message after I search the project... --- If your project is set up

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/81070/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81070 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81070/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81070 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81070/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 but i think in general it's better to make tests more predictable like this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 the error specifically is: `The input column stridx_87ea3065aeb2 should have at least two distinct values.` I don't think this would be only happening in R - I suppose whenever the

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/81041/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81041 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81041/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81041 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81041/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/81029/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81029 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81029/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #81029 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/81029/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-23 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80998/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80998 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80998/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80998 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80998/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/19018 jenkins, retest this pleace --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80970/ Test PASSed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80970 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80970/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/19018 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80970 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80970/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19018 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80966/ Test FAILed. ---

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80966 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80966/testReport)** for PR 19018 at commit

[GitHub] spark issue #19018: [SPARK-21801][SPARKR][TEST] unit test randomly fail with...

2017-08-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/19018 **[Test build #80966 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80966/testReport)** for PR 19018 at commit