Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24623 )
Change subject: IMPALA-15207: Fix MetaProviderDecoratorTest for code coverage builds ...................................................................... IMPALA-15207: Fix MetaProviderDecoratorTest for code coverage builds MetaProviderDecoratorTest.testMetaProviderMethodCount tests that MetaProvider has a specific number of public methods. Jacoco code coverage adds its own '$jacocoInit' method, and this throws the count off. This filters out Jacoco's method to avoid the discrepancy. Testing: - Ran MetaProviderDecoratorTest.testMetaProviderMethodCount with code coverage Change-Id: I74576817db5f4f7550cce3740061cd6cde1afea1 Reviewed-on: http://gerrit.cloudera.org:8080/24623 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M fe/src/test/java/org/apache/impala/catalog/local/MetaProviderDecoratorTest.java 1 file changed, 7 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24623 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I74576817db5f4f7550cce3740061cd6cde1afea1 Gerrit-Change-Number: 24623 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
