Noémi Pap-Takács created IMPALA-14929:
-----------------------------------------
Summary: gerrit-auto-critic should not fail for unused argument
'vector' in pytests
Key: IMPALA-14929
URL: https://issues.apache.org/jira/browse/IMPALA-14929
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Noémi Pap-Takács
gerrit-auto-critic currently fails with the following message if the 'vector'
argument is not explicitly used in the pytest function.
{noformat}
flake8: U100 Unused argument 'vector'{noformat}
In some cases, we might want the test case to run with different execution
options/constraints defined by the matrix, so we still want to include the
'vector' argument.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)