From e0deee1f7df31177cfc14bbb296f0baa372f473d Mon Sep 17 00:00:00 2001 From: Cheng Lian Date: Thu, 10 Nov 2016 13:44:54 -0800 Subject: [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 Closes #15845 from liancheng/ignore-flaky-object-hash-agg-suite. --- .../org/apache/spark/sql/hive/execution/ObjectHashAggregateSuite.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/hive/src/test') 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 93fc5e8a5e..b7f91d8c3a 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 - " + -- cgit v1.2.3