John Vines created ACCUMULO-2310:
------------------------------------
Summary: Look into merging SimpleMacIT and COnfigurableMacIT
Key: ACCUMULO-2310
URL: https://issues.apache.org/jira/browse/ACCUMULO-2310
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: John Vines
Fix For: 1.7.0
These two frameworks for tests do very similar things but have their own
implementations. Most notably-
Simple sets things up BeforeClass and tears down AfterClass whereas
Configurable uses Before and After
Simple logs everything under it's own class name with a random identifier while
Configurable uses the actual test names.
The naming scheme for configurable is vastly more useful, but at the penalty of
having per-test MACs instead of per class MAC. This may necessitate a different
type of MAC testing framework which makes it really easy to spin up your own
(which I think is necessary in order have the better file naming).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)