GitHub user joshelser opened a pull request:
https://github.com/apache/accumulo/pull/123
ACCUMULO-4361 Configure ShellServerIT to run with one tserver
Refactored SharedMiniClusterIT a little bit to work around the
static initialization of the MAC which previously would not have
allowed tests to control how MAC is configured. This has the downside
of forcing new tests to remember to define BeforeClass and AfterClass
annotated methods which call the corresponding methods on
SharedMiniClusterIT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/accumulo ACCUMULO-4361
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/123.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #123
----
commit 1d5cd11574a9c27b40b272387b471450dfecc957
Author: Josh Elser <[email protected]>
Date: 2016-07-08T21:03:00Z
ACCUMULO-4361 Configure ShellServerIT to run with one tserver
Refactored SharedMiniClusterIT a little bit to work around the
static initialization of the MAC which previously would not have
allowed tests to control how MAC is configured. This has the downside
of forcing new tests to remember to define BeforeClass and AfterClass
annotated methods which call the corresponding methods on
SharedMiniClusterIT.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---