Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-1
Description
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 ==============================