Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.9.0
-
None
Description
Prior to IMPALA-4735 we had added a _test suffix to some tests to make them individually selectable with impala-py.test's -k switch. Now they are not needed anymore and should be removed.
~/i1/tests(master) ✗$ git grep -E "def test_[^(]*_test\(" custom_cluster/test_query_expiration.py:41: def test_query_expiration_test(self, vector): query_test/test_insert.py:114: def test_insert_test(self, vector):