[ 
https://issues.apache.org/jira/browse/IMPALA-14296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18013328#comment-18013328
 ] 

ASF subversion and git services commented on IMPALA-14296:
----------------------------------------------------------

Commit 6b005a793a3b22de803429e4867f1459d72c236a in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=6b005a793 ]

IMPALA-14296: Fix with_args fixture in TestMetadataReplicas

IMPALA-13947 has incorrect fixture edit that cause following error:

common/custom_cluster_test_suite.py:396: in setup_method
    pytest.fail("Cannot specify with_args on both class and methods")
E   Failed: Cannot specify with_args on both class and methods

This patch move the with_args fixture at test_catalog_restart up to the
class level.

Testing:
Run and pass TestMetadataReplicas in exhaustive mode.

Change-Id: I9016eac859fb01326b3d1e0a8e8e135f03d696bb
Reviewed-on: http://gerrit.cloudera.org:8080/23280
Reviewed-by: Quanlong Huang <[email protected]>
Reviewed-by: Xuebin Su <[email protected]>
Tested-by: Quanlong Huang <[email protected]>


> TestMetadataReplicas.test_catalog_restart fail in exhaustive mode
> -----------------------------------------------------------------
>
>                 Key: IMPALA-14296
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14296
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: Impala 5.0.0
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Major
>
> IMPALA-13947 has incorrect fixture that cause following error:
> {code:java}
> common/custom_cluster_test_suite.py:396: in setup_method
>     pytest.fail("Cannot specify with_args on both class and methods")
> E   Failed: Cannot specify with_args on both class and methods
> {code}
> The with_args fixture at test_catalog_restart should be moved at class level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to