Skip to content

Conversation

@yhuai
Copy link
Contributor

@yhuai yhuai commented Jul 20, 2016

What changes were proposed in this pull request?

https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62593/testReport/junit/org.apache.spark.sql.sources/CreateTableAsSelectSuite/create_a_table__drop_it_and_create_another_one_with_the_same_name/ shows that create a table, drop it and create another one with the same name failed. But other runs were good. Seems it is a flaky test. This PR tries to make this test more stable.

@yhuai
Copy link
Contributor Author

yhuai commented Jul 20, 2016

test this please

1 similar comment
@yhuai
Copy link
Contributor Author

yhuai commented Jul 20, 2016

test this please

@SparkQA
Copy link

SparkQA commented Jul 21, 2016

Test build #62636 has finished for PR 14289 at commit 184d679.

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

@SparkQA
Copy link

SparkQA commented Jul 21, 2016

Test build #62641 has finished for PR 14289 at commit 184d679.

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

@SparkQA
Copy link

SparkQA commented Jul 21, 2016

Test build #62646 has finished for PR 14289 at commit a3fce03.

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

@yhuai
Copy link
Contributor Author

yhuai commented Jul 21, 2016

Hopefully this can make the tests more stable by using different temp dirs for different tests.

@yhuai
Copy link
Contributor Author

yhuai commented Jul 21, 2016

I am merging this PR to master and branch 2.0

asfgit pushed a commit that referenced this pull request Jul 21, 2016
## What changes were proposed in this pull request?
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62593/testReport/junit/org.apache.spark.sql.sources/CreateTableAsSelectSuite/create_a_table__drop_it_and_create_another_one_with_the_same_name/ shows that `create a table, drop it and create another one with the same name` failed. But other runs were good. Seems it is a flaky test. This PR tries to make this test more stable.

Author: Yin Huai <yhuai@databricks.com>

Closes #14289 from yhuai/SPARK-16656.

(cherry picked from commit 9abd99b)
Signed-off-by: Yin Huai <yhuai@databricks.com>
@asfgit asfgit closed this in 9abd99b Jul 21, 2016
asfgit pushed a commit that referenced this pull request Aug 16, 2016
…ore stable

## What changes were proposed in this pull request?

This PR backports #14289 to branch 1.6

https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62593/testReport/junit/org.apache.spark.sql.sources/CreateTableAsSelectSuite/create_a_table__drop_it_and_create_another_one_with_the_same_name/ shows that `create a table, drop it and create another one with the same name` failed. But other runs were good. Seems it is a flaky test. This PR tries to make this test more stable.

Author: Yin Huai <yhuai@databricks.com>

Closes #14668 from yhuai/SPARK-16656-branch1.6.
zzcclp pushed a commit to zzcclp/spark that referenced this pull request Aug 17, 2016
…ore stable

## What changes were proposed in this pull request?

This PR backports apache#14289 to branch 1.6

https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62593/testReport/junit/org.apache.spark.sql.sources/CreateTableAsSelectSuite/create_a_table__drop_it_and_create_another_one_with_the_same_name/ shows that `create a table, drop it and create another one with the same name` failed. But other runs were good. Seems it is a flaky test. This PR tries to make this test more stable.

Author: Yin Huai <yhuai@databricks.com>

Closes apache#14668 from yhuai/SPARK-16656-branch1.6.

(cherry picked from commit 5c34029)
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.

2 participants