You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (JIRA)" <ji...@apache.org> on 2017/04/28 20:10:04 UTC

[jira] [Created] (IMPALA-5262) test_sort.py::test_analytic_order_by_random fails with assert

Joe McDonnell created IMPALA-5262:
-------------------------------------

             Summary: test_sort.py::test_analytic_order_by_random fails with assert
                 Key: IMPALA-5262
                 URL: https://issues.apache.org/jira/browse/IMPALA-5262
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.9.0
            Reporter: Joe McDonnell
            Assignee: Thomas Tauber-Marshall
            Priority: Blocker


test_analytic_order_by_random hit a failure in this build:
http://sandbox.jenkins.cloudera.com/job/impala-cdh5-trunk-core-local-filesystem/194/

query_test/test_sort.py:197: in test_analytic_order_by_random
    assert results == analytic_results
E   assert [['2', '5', '...1', '0', ...]] == [['4', '3', '7...1', '0', ...]]
E     At index 0 diff: ['2', '5', '7', '3', '1', '0', '6', '4'] != ['4', '3', '7', '5', '1', '0', '6', '2']

This test was introduced in IMPALA-4731/IMPALA-397/IMPALA-4728, which merged recently.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)