You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Wood (JIRA)" <ji...@apache.org> on 2017/09/22 21:15:00 UTC

[jira] [Created] (IMPALA-5970) Stress tests should recognize multi-part test cases

Tim Wood created IMPALA-5970:
--------------------------------

             Summary: Stress tests should recognize multi-part test cases
                 Key: IMPALA-5970
                 URL: https://issues.apache.org/jira/browse/IMPALA-5970
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.10.0
            Reporter: Tim Wood


Some test cases, such as ones in the TPC-DS suite, contain multiple queries.  But the test framework is built around one query and one result set per .test file.  So the current convention is to add an inner suffix to the test name, e.g.
  tpcds-q23-1.test
contains
  ---- QUERY: TCPDS-Q23.1
and in test/query_test/test_tpcds_queries.py:
...
  def test_tpcds_q23_1(...)

A short stress run should be executed to verify that stress picks up multi-part test cases coded by this convention.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)