mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
Add unittests for the non-interactive shell.
This commit is contained in:
@@ -22,7 +22,8 @@ import pytest
|
||||
import sys
|
||||
|
||||
# We whitelist valid test directories. If a new test directory is added, update this.
|
||||
VALID_TEST_DIRS = ['failure', 'query_test', 'stress', 'unittests', 'aux_query_tests']
|
||||
VALID_TEST_DIRS = ['failure', 'query_test', 'stress',
|
||||
'unittests', 'aux_query_tests', 'shell']
|
||||
|
||||
TEST_DIR = os.path.join(os.environ['IMPALA_HOME'], 'tests')
|
||||
TEST_RESULT_DIR = os.path.join(TEST_DIR, 'results')
|
||||
|
||||
Reference in New Issue
Block a user