[
https://issues.apache.org/jira/browse/HBASE-25546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279071#comment-17279071
]
Michael Stack commented on HBASE-25546:
---------------------------------------
Thank you [~robin7roy]. I merged the amendment.
Test still doesn't get picked up when run locally at least.
Looking in surefire src, if no include specifying tests to run specified, the
default is below:
* {@literal <includes>}
* {@literal <include>}**{@literal /}Test*.java{@literal </include>}
* {@literal <include>}**{@literal /}*Test.java{@literal </include>}
* {@literal <include>}**{@literal /}*Tests.java{@literal </include>}
* {@literal <include>}**{@literal /}*TestCase.java{@literal
</include>}
* {@literal </includes>}
... This class doesn't seem to match any of the above. Let me rename it.
> PerfTestCompactionPolicies is failing because of NPE
> ----------------------------------------------------
>
> Key: HBASE-25546
> URL: https://issues.apache.org/jira/browse/HBASE-25546
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 3.0.0-alpha-1
> Reporter: Robin Roy
> Assignee: Robin Roy
> Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> PerfTestCompactionPolicies is failing because of NPE as
> {code:java}
> s.getRegionInfo(){code}
> mock is missing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)