IMPALA-4876: Remove _test suffix from test names

After IMPALA-4735 has been fixed, this suffix is no longer needed to
make test names prefix-free.

Change-Id: Ie63d145c94c02ec67e81d0c51a33d20685fba73e
Reviewed-on: http://gerrit.cloudera.org:8080/5886
Reviewed-by: Jim Apple <[email protected]>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/933f2ce7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/933f2ce7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/933f2ce7

Branch: refs/heads/master
Commit: 933f2ce7fd17ebcee8c150f93ff4488f746232dd
Parents: 3ee9810
Author: Lars Volker <[email protected]>
Authored: Fri Feb 3 02:00:12 2017 +0100
Committer: Impala Public Jenkins <[email protected]>
Committed: Fri Feb 3 05:16:09 2017 +0000

----------------------------------------------------------------------
 tests/custom_cluster/test_query_expiration.py | 2 +-
 tests/query_test/test_insert.py               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/933f2ce7/tests/custom_cluster/test_query_expiration.py
----------------------------------------------------------------------
diff --git a/tests/custom_cluster/test_query_expiration.py 
b/tests/custom_cluster/test_query_expiration.py
index cbe29ff..df203b3 100644
--- a/tests/custom_cluster/test_query_expiration.py
+++ b/tests/custom_cluster/test_query_expiration.py
@@ -38,7 +38,7 @@ class TestQueryExpiration(CustomClusterTestSuite):
 
   @pytest.mark.execute_serially
   @CustomClusterTestSuite.with_args("--idle_query_timeout=6 --logbuflevel=-1")
-  def test_query_expiration_test(self, vector):
+  def test_query_expiration(self, vector):
     """Confirm that single queries expire if not fetched"""
     impalad = self.cluster.get_first_impalad()
     client = impalad.service.create_beeswax_client()

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/933f2ce7/tests/query_test/test_insert.py
----------------------------------------------------------------------
diff --git a/tests/query_test/test_insert.py b/tests/query_test/test_insert.py
index 2c14312..176e891 100644
--- a/tests/query_test/test_insert.py
+++ b/tests/query_test/test_insert.py
@@ -111,7 +111,7 @@ class TestInsertQueries(ImpalaTestSuite):
     super(TestInsertQueries, cls).setup_class()
 
   @pytest.mark.execute_serially
-  def test_insert_test(self, vector):
+  def test_insert(self, vector):
     if (vector.get_value('table_format').file_format == 'parquet'):
       vector.get_value('exec_option')['COMPRESSION_CODEC'] = \
           vector.get_value('compression_codec')

Reply via email to