Joe McDonnell has uploaded this change for review. ( 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 --- M fe/src/test/java/org/apache/impala/catalog/local/MetaProviderDecoratorTest.java 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/24623/1 -- 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: newchange Gerrit-Change-Id: I74576817db5f4f7550cce3740061cd6cde1afea1 Gerrit-Change-Number: 24623 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
