You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Norbert Luksa (Jira)" <ji...@apache.org> on 2021/06/07 19:57:00 UTC

[jira] [Created] (IMPALA-10733) TestKuduOperations.test_replica_selection failing

Norbert Luksa created IMPALA-10733:
--------------------------------------

             Summary: TestKuduOperations.test_replica_selection failing
                 Key: IMPALA-10733
                 URL: https://issues.apache.org/jira/browse/IMPALA-10733
             Project: IMPALA
          Issue Type: Bug
            Reporter: Norbert Luksa
            Assignee: Wenzhe Zhou


Noticed in the recent builds these failures:
{code:java}
query_test/test_kudu.py:567: in test_replica_selection
    assert cursor.fetchall() == [(100,)]
E   assert [(85,)] == [(100,)]
E     At index 0 diff: (85,) != (100,)
E     Use -v to get the full diff
{code}

Job: https://master-03.jenkins.cloudera.com/job/impala-cdh-7.1-maint-core-s3/23/

[~wzhou] I'm assigning this to you, since you had relevant commits when this failure appeared. Could you please check?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)