You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yh...@apache.org on 2015/09/11 18:42:58 UTC

spark git commit: [SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it is too flaky

Repository: spark
Updated Branches:
  refs/heads/master 2e3a28075 -> 6ce0886eb


[SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it is too flaky

If hadoopFsRelationSuites's "test all data types" is too flaky we can disable it for now.

https://issues.apache.org/jira/browse/SPARK-10540

Author: Yin Huai <yh...@databricks.com>

Closes #8705 from yhuai/SPARK-10540-ignore.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6ce0886e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6ce0886e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6ce0886e

Branch: refs/heads/master
Commit: 6ce0886eb0916a985db142c0b6d2c2b14db5063d
Parents: 2e3a280
Author: Yin Huai <yh...@databricks.com>
Authored: Fri Sep 11 09:42:53 2015 -0700
Committer: Yin Huai <yh...@databricks.com>
Committed: Fri Sep 11 09:42:53 2015 -0700

----------------------------------------------------------------------
 .../org/apache/spark/sql/sources/hadoopFsRelationSuites.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6ce0886e/sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala b/sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala
index 24f43cf..13223c6 100644
--- a/sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala
+++ b/sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala
@@ -100,7 +100,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
     }
   }
 
-  test("test all data types") {
+  ignore("test all data types") {
     withTempPath { file =>
       // Create the schema.
       val struct =


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