Skip to content

Conversation

@liancheng
Copy link
Contributor

This PR breaks the original test case into multiple ones (one test case for each data type). In this way, test failure output can be much more readable.

Within each test case, we build a table with two columns, one of them is for the data type to test, the other is an "index" column, which is used to sort the DataFrame and workaround SPARK-10591

@SparkQA
Copy link

SparkQA commented Sep 15, 2015

Test build #42488 has finished for PR 8768 at commit 9fd75c2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yhuai
Copy link
Contributor

yhuai commented Sep 17, 2015

Can we let every test run more times (50 or 100 times) before we merge it?

@liancheng
Copy link
Contributor Author

@yhuai OK, I'll make a temporary commit to trigger such a Jenkins build and revert it later.

@liancheng
Copy link
Contributor Author

@yhuai BTW, I did try to run every test 100 times locally, and it works.

@yhuai
Copy link
Contributor

yhuai commented Sep 17, 2015

oh, then it is fine. We can revert the temp commit and test it again. Once jenkins passes, we can merge it.

@SparkQA
Copy link

SparkQA commented Sep 18, 2015

Test build #42624 has finished for PR 8768 at commit 9c4fee1.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yhuai
Copy link
Contributor

yhuai commented Sep 18, 2015

LGTM. Once jenkins is good, I will merge it to master and branch 1.5.

@SparkQA
Copy link

SparkQA commented Sep 18, 2015

Test build #42671 has finished for PR 8768 at commit 5e3361a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yhuai
Copy link
Contributor

yhuai commented Sep 18, 2015

Thanks! Merging.

asfgit pushed a commit that referenced this pull request Sep 18, 2015
This PR breaks the original test case into multiple ones (one test case for each data type). In this way, test failure output can be much more readable.

Within each test case, we build a table with two columns, one of them is for the data type to test, the other is an "index" column, which is used to sort the DataFrame and workaround [SPARK-10591] [1]

[1]: https://issues.apache.org/jira/browse/SPARK-10591

Author: Cheng Lian <[email protected]>

Closes #8768 from liancheng/spark-10540/test-all-data-types.

(cherry picked from commit 00a2911)
Signed-off-by: Yin Huai <[email protected]>
@asfgit asfgit closed this in 00a2911 Sep 18, 2015
@liancheng liancheng deleted the spark-10540/test-all-data-types branch September 18, 2015 19:23
ashangit pushed a commit to ashangit/spark that referenced this pull request Oct 19, 2016
This PR breaks the original test case into multiple ones (one test case for each data type). In this way, test failure output can be much more readable.

Within each test case, we build a table with two columns, one of them is for the data type to test, the other is an "index" column, which is used to sort the DataFrame and workaround [SPARK-10591] [1]

[1]: https://issues.apache.org/jira/browse/SPARK-10591

Author: Cheng Lian <[email protected]>

Closes apache#8768 from liancheng/spark-10540/test-all-data-types.

(cherry picked from commit 00a2911)
Signed-off-by: Yin Huai <[email protected]>
(cherry picked from commit e1e781f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants