Repository: spark
Updated Branches:
  refs/heads/master 2f7461f31 -> e0deee1f7


[SPARK-18403][SQL] Temporarily disable flaky ObjectHashAggregateSuite

## What changes were proposed in this pull request?

Randomized tests in `ObjectHashAggregateSuite` is being flaky and breaks PR 
builds. This PR disables them temporarily to bring back the PR build.

## How was this patch tested?

N/A

Author: Cheng Lian <l...@databricks.com>

Closes #15845 from liancheng/ignore-flaky-object-hash-agg-suite.


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

Branch: refs/heads/master
Commit: e0deee1f7df31177cfc14bbb296f0baa372f473d
Parents: 2f7461f
Author: Cheng Lian <l...@databricks.com>
Authored: Thu Nov 10 13:44:54 2016 -0800
Committer: Reynold Xin <r...@databricks.com>
Committed: Thu Nov 10 13:44:54 2016 -0800

----------------------------------------------------------------------
 .../spark/sql/hive/execution/ObjectHashAggregateSuite.scala       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e0deee1f/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala
----------------------------------------------------------------------
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala
index 93fc5e8..b7f91d8 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala
@@ -326,7 +326,8 @@ class ObjectHashAggregateSuite
             // Currently Spark SQL doesn't support evaluating distinct 
aggregate function together
             // with aggregate functions without partial aggregation support.
             if (!(aggs.contains(withoutPartial) && 
aggs.contains(withDistinct))) {
-              test(
+              // TODO Re-enables them after fixing SPARK-18403
+              ignore(
                 s"randomized aggregation test - " +
                   s"${names.mkString("[", ", ", "]")} - " +
                   s"${if (withGroupingKeys) "with" else "without"} grouping 
keys - " +


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

Reply via email to