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

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

Joe McDonnell created IMPALA-5797:
-------------------------------------

             Summary: 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
            Priority: Blocker


Expected failure in test_with_low_scratch_limit is not occurring on S3. Similar to IMPALA-5772.

{{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 ==============================}}



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