Tim Armstrong created IMPALA-8499:
-------------------------------------

             Summary: test_insert_events datetime.total_seconds(), which is not 
supported in Python 2.6
                 Key: IMPALA-8499
                 URL: https://issues.apache.org/jira/browse/IMPALA-8499
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.3.0
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


{noformat}
custom_cluster.test_event_processing.TestEventProcessing.test_insert_events 
(from pytest)

Failing for the past 1 build (Since Failed#344 )
Took 2 min 5 sec.
add description
Error Message
AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'
Stacktrace
custom_cluster/test_event_processing.py:67: in test_insert_events
    assert self.wait_for_insert_event_processing(last_synced_event_id) is True
custom_cluster/test_event_processing.py:117: in wait_for_insert_event_processing
    time_delta = (datetime.now() - start_time).total_seconds()
E   AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'
{noformat}



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

Reply via email to