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 2020/08/13 19:31:35 UTC

[impala] branch master updated (5fedf7b -> 6539c50)

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

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


    from 5fedf7b  IMPALA-9744: Treat corrupt table stats as missing to avoid bad plans
     new 05a6acb  IMPALA-10077: Increase timeout for test_concurrent_invalidate_metadata
     new 6539c50  IMPALA-9982: Fix flakyness in test_dateless_timestamp_text

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../functional-query/queries/QueryTest/dateless_timestamp_text.test     | 1 -
 tests/custom_cluster/test_concurrent_ddls.py                            | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


[impala] 01/02: IMPALA-10077: Increase timeout for test_concurrent_invalidate_metadata

Posted by ta...@apache.org.
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

commit 05a6acbb5e6dce47b123c454f8200d0913388b11
Author: stiga-huang <hu...@gmail.com>
AuthorDate: Thu Aug 13 10:48:30 2020 +0800

    IMPALA-10077: Increase timeout for test_concurrent_invalidate_metadata
    
    test_concurrent_invalidate_metadata runs 20 iterations for concurrent
    invalidate metadata commands. Each iteration could take more than 6s.
    So it's easy to hit the current timeout limit, 120s. The main purpose of
    this test is to detect metadata bugs that could cause invalidate
    metadata hanging. It's not for performance. So this patch increases the
    timeout limit to 300s to fix the flakiness.
    
    Change-Id: I47e9f4793117b9a726fde165adea68ce31f539a8
    Reviewed-on: http://gerrit.cloudera.org:8080/16333
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 tests/custom_cluster/test_concurrent_ddls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/custom_cluster/test_concurrent_ddls.py b/tests/custom_cluster/test_concurrent_ddls.py
index 695045b..595ebb7 100644
--- a/tests/custom_cluster/test_concurrent_ddls.py
+++ b/tests/custom_cluster/test_concurrent_ddls.py
@@ -162,7 +162,7 @@ class TestConcurrentDdls(CustomClusterTestSuite):
       return True
     return False
 
-  @pytest.mark.timeout(120)
+  @pytest.mark.timeout(300)
   @pytest.mark.execute_serially
   @CustomClusterTestSuite.with_args(
     impalad_args="--use_local_catalog=true",


[impala] 02/02: IMPALA-9982: Fix flakyness in test_dateless_timestamp_text

Posted by ta...@apache.org.
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

commit 6539c50f6611d9e2ba9c3051b8e4c8bd6e79d1e1
Author: Adam Tamas <ta...@cloudera.com>
AuthorDate: Thu Aug 13 14:56:55 2020 +0200

    IMPALA-9982: Fix flakyness in test_dateless_timestamp_text
    
    In this test there is no need to check for "Error parsing row"
    since the "Error converting column" is enought to be sure we are
    no longer able to read dateless timestamps.
    
    Change-Id: Ia97490288dae81561969d260739a07ec42571f48
    Reviewed-on: http://gerrit.cloudera.org:8080/16334
    Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .../functional-query/queries/QueryTest/dateless_timestamp_text.test      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test b/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
index afb7109..3ecfd73 100644
--- a/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
+++ b/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
@@ -6,7 +6,6 @@ SELECT * FROM $DATABASE.timestamp_text_table;
 TIMESTAMP
 ---- CATCH
 Error converting column: 0 to TIMESTAMP
-Error parsing row: file: $NAMENODE/test-warehouse/test_dateless_timestamp_text_
 ====
 ---- QUERY
 SET abort_on_error=0;