mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
The concurrent test driver did not pick them up because the name prefix did not match the workload dirname. The query test driver used a hardcoded prefix. Testing done: Ran tests/stress/concurrent_select.py, tests/query_test/test_tpch_nested_queries.py locally; latter passed, former hit IMPALA-5855 after correctly locating all 22 new tpch_nested query files. Change-Id: Ie067b201ae20b4f4c61a98be7ac1ec5a3f8febd8 Reviewed-on: http://gerrit.cloudera.org:8080/7891 Reviewed-by: Michael Brown <mikeb@cloudera.com> Reviewed-by: David Knupp <dknupp@cloudera.com> Tested-by: Impala Public Jenkins