Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23280 )
Change subject: IMPALA-14296: Fix with_args fixture in TestMetadataReplicas ...................................................................... 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 <huangquanl...@gmail.com> Reviewed-by: Xuebin Su <x...@cloudera.com> Tested-by: Quanlong Huang <huangquanl...@gmail.com> --- M tests/custom_cluster/test_metadata_replicas.py 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Quanlong Huang: Looks good to me, approved; Verified Xuebin Su: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/23280 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9016eac859fb01326b3d1e0a8e8e135f03d696bb Gerrit-Change-Number: 23280 Gerrit-PatchSet: 2 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Xuebin Su <x...@cloudera.com>