You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2019/04/01 04:21:00 UTC

[jira] [Updated] (IMPALA-7279) test_rows_availability failing: incompatible regex

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

Quanlong Huang updated IMPALA-7279:
-----------------------------------
    Fix Version/s: Impala 2.13.0

> test_rows_availability failing: incompatible regex
> --------------------------------------------------
>
>                 Key: IMPALA-7279
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7279
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Bikramjeet Vig
>            Assignee: Bikramjeet Vig
>            Priority: Major
>              Labels: broken-build
>             Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> the regex that parses the time string is incompatible with microseconds in the string. eg. 999us
> {noformat}
> 05:48:03 =================================== FAILURES ===================================
> 05:48:03  TestRowsAvailability.test_rows_availability[query: select count(*) over () from functional.alltypestiny where month = 1 and bool_col = sleep(1000) | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 0} | table_format: text/none] 
> 05:48:03 query_test/test_rows_availability.py:79: in test_rows_availability
> 05:48:03     start_time_ms = self.__parse_time_ms(self.__find_time(line))
> 05:48:03 query_test/test_rows_availability.py:114: in __parse_time_ms
> 05:48:03     assert False, 'Failed to parse duration string %s' % duration
> 05:48:03 E   AssertionError: Failed to parse duration string 999.995us
> 05:48:03 E   assert False
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org