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 "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/08/13 00:18:00 UTC

[jira] [Created] (IMPALA-8857) test_kudu_col_not_null_changed may fail because client reads older timestamp

Tim Armstrong created IMPALA-8857:
-------------------------------------

             Summary: test_kudu_col_not_null_changed may fail because client reads older timestamp
                 Key: IMPALA-8857
                 URL: https://issues.apache.org/jira/browse/IMPALA-8857
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.3.0
            Reporter: Tim Armstrong
            Assignee: Thomas Tauber-Marshall


{noformat}
uery_test/test_kudu.py:242: in test_kudu_col_not_null_changed
    assert len(cursor.fetchall()) == 100
E   assert 61 == 100
E    +  where 61 = len([(0, None), (2, None), (4, None), (11, None), (12, None), (19, None), ...])
E    +    where [(0, None), (2, None), (4, None), (11, None), (12, None), (19, None), ...] = <bound method HiveServer2Cursor.fetchall of <impala.hiveserver2.HiveServer2Cursor object at 0x7fe82c051550>>()
E    +      where <bound method HiveServer2Cursor.fetchall of <impala.hiveserver2.HiveServer2Cursor object at 0x7fe82c051550>> = <impala.hiveserver2.HiveServer2Cursor object at 0x7fe82c051550>.fetchall
{noformat}

I believe this is a flaky tests, since there's no attempt to pass the timestamp from the kudu client that did the insert to the impala client that's doing the reading.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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