You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/08/14 17:44:00 UTC

[jira] [Resolved] (IMPALA-5797) Expected failure in test_scratch_disk.TestScratchLimit didn't occur

     [ https://issues.apache.org/jira/browse/IMPALA-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-5797.
-----------------------------------
       Resolution: Fixed
         Assignee: Tim Armstrong
    Fix Version/s: Impala 2.10.0

I believe this is missing this fix: 


IMPALA-5772: also fix TestScratchLimit

This reduces the scratch limit to the same value as used in
TestScratchDisk.

Change-Id: If5c42b6ded44d86c3a430a983096f14c0b88a287
Reviewed-on: http://gerrit.cloudera.org:8080/7664
Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
Tested-by: Impala Public Jenkins

> Expected failure in test_scratch_disk.TestScratchLimit didn't occur
> -------------------------------------------------------------------
>
>                 Key: IMPALA-5797
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5797
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.10.0
>            Reporter: Joe McDonnell
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 2.10.0
>
>
> Expected failure in test_with_low_scratch_limit is not occurring on S3. Similar to IMPALA-5772.
> {code}
> 08:40:15 =================================== FAILURES ===================================
> 08:40:15  TestScratchLimit.test_with_low_scratch_limit[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] 
> 08:40:15 [gw0] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test-s3/repos/Impala/bin/../infra/python/env/bin/python
> 08:40:15 query_test/test_scratch_limit.py:88: in test_with_low_scratch_limit
> 08:40:15     assert False, "Query was expected to fail"
> 08:40:15 E   AssertionError: Query was expected to fail
> 08:40:15 E   assert False
> 08:40:15 ----------------------------- Captured stderr call -----------------------------
> 08:40:15 SET scratch_limit=24m;
> 08:40:15 SET batch_size=0;
> 08:40:15 SET num_nodes=0;
> 08:40:15 SET disable_codegen_rows_threshold=5000;
> 08:40:15 SET disable_codegen=False;
> 08:40:15 SET abort_on_error=1;
> 08:40:15 SET exec_single_node_rows_threshold=0;
> 08:40:15 SET buffer_pool_limit=64m;
> 08:40:15 -- executing against localhost:21000
> 08:40:15 
> 08:40:15       select o_orderdate, o_custkey, o_comment
> 08:40:15       from tpch.orders
> 08:40:15       order by o_orderdate
> 08:40:15       ;
> 08:40:15 
> 08:40:15 ======= 1 failed, 1396 passed, 123 skipped, 4 xfailed in 8528.85 seconds =======
> 08:40:15 ============================= test session starts ==============================
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)