Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.9.0
Description
Recently the following test started to fail when run on S3:
TestScratchLimit.test_with_low_scratch_limit[exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: text/none] [gw1] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test-s3/repos/Impala/bin/../infra/python/env/bin/python query_test/test_scratch_limit.py:67: in test_with_low_scratch_limit assert False, "Query was expected to fail" E AssertionError: Query was expected to fail E assert False ----------------------------- Captured stderr call ----------------------------- SET scratch_limit=50m; SET max_block_mgr_memory=64m; SET batch_size=0; SET num_nodes=0; SET disable_codegen=False; SET abort_on_error=1; SET exec_single_node_rows_threshold=0; -- executing against localhost:21000 select o_orderdate, o_custkey, o_comment from tpch.orders order by o_orderdate ;