You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/10/24 23:09:51 UTC

[impala] branch master updated: IMPALA-9081: disable flaky test temporarily

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new b496487  IMPALA-9081: disable flaky test temporarily
b496487 is described below

commit b496487cb9e8795050fd4f0215361da9849cdb67
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Thu Oct 24 10:49:42 2019 -0700

    IMPALA-9081: disable flaky test temporarily
    
    I still need to fix the root cause - I think there is an underlying bug
    causing non-determinism in the stats.
    
    Change-Id: Ie59973548a53ce85ca92d6a83c78290348cc69ab
    Reviewed-on: http://gerrit.cloudera.org:8080/14542
    Reviewed-by: Thomas Tauber-Marshall <tm...@cloudera.com>
    Tested-by: Tim Armstrong <ta...@cloudera.com>
---
 .../queries/PlannerTest/mt-dop-validation.test     | 49 +++++++++++-----------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/testdata/workloads/functional-planner/queries/PlannerTest/mt-dop-validation.test b/testdata/workloads/functional-planner/queries/PlannerTest/mt-dop-validation.test
index 671f193..3c4e032 100644
--- a/testdata/workloads/functional-planner/queries/PlannerTest/mt-dop-validation.test
+++ b/testdata/workloads/functional-planner/queries/PlannerTest/mt-dop-validation.test
@@ -96,32 +96,33 @@ PLAN-ROOT SINK
 NotImplementedException: MT_DOP not supported for plans with base table joins or table sinks.
 ====
 # Insert not allowed.
+# TODO: IMPALA-9081 - re-enable this once flakiness is fixed.
 insert into functional_parquet.alltypes partition(year,month)
 select * from functional_parquet.alltypessmall
----- PLAN
-F00:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1
-|  Per-Host Resources: mem-estimate=1.01GB mem-reservation=12.09MB thread-reservation=1
-WRITE TO HDFS [functional_parquet.alltypes, OVERWRITE=false, PARTITION-KEYS=(year,month)]
-|  partitions=4
-|  output exprs: id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col, year, month
-|  mem-estimate=1.00GB mem-reservation=0B thread-reservation=0
-|
-01:SORT
-|  order by: year ASC NULLS LAST, month ASC NULLS LAST
-|  mem-estimate=12.00MB mem-reservation=12.00MB spill-buffer=2.00MB thread-reservation=0
-|  tuple-ids=2 row-size=80B cardinality=unavailable
-|  in pipelines: 01(GETNEXT), 00(OPEN)
-|
-00:SCAN HDFS [functional_parquet.alltypessmall]
-   HDFS partitions=4/4 files=4 size=14.51KB
-   stored statistics:
-     table: rows=unavailable size=unavailable
-     partitions: 0/4 rows=unavailable
-     columns missing stats: id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col
-   extrapolated-rows=disabled max-scan-range-rows=unavailable
-   mem-estimate=16.00MB mem-reservation=88.00KB thread-reservation=0
-   tuple-ids=0 row-size=80B cardinality=unavailable
-   in pipelines: 00(GETNEXT)
+#---- PLAN
+#F00:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1
+#|  Per-Host Resources: mem-estimate=1.01GB mem-reservation=12.09MB thread-reservation=1
+#WRITE TO HDFS [functional_parquet.alltypes, OVERWRITE=false, PARTITION-KEYS=(year,month)]
+#|  partitions=4
+#|  output exprs: id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col, year, month
+#|  mem-estimate=1.00GB mem-reservation=0B thread-reservation=0
+#|
+#01:SORT
+#|  order by: year ASC NULLS LAST, month ASC NULLS LAST
+#|  mem-estimate=12.00MB mem-reservation=12.00MB spill-buffer=2.00MB thread-reservation=0
+#|  tuple-ids=2 row-size=80B cardinality=unavailable
+#|  in pipelines: 01(GETNEXT), 00(OPEN)
+#|
+#00:SCAN HDFS [functional_parquet.alltypessmall]
+#   HDFS partitions=4/4 files=4 size=14.51KB
+#   stored statistics:
+#     table: rows=unavailable size=unavailable
+#     partitions: 0/4 rows=unavailable
+#     columns missing stats: id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, timestamp_col
+#   extrapolated-rows=disabled max-scan-range-rows=unavailable
+#   mem-estimate=16.00MB mem-reservation=88.00KB thread-reservation=0
+#   tuple-ids=0 row-size=80B cardinality=unavailable
+#   in pipelines: 00(GETNEXT)
 ---- PARALLELPLANS
 NotImplementedException: MT_DOP not supported for plans with base table joins or table sinks.
 ====