This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from 8e3d33d Update FateCommand to use CommandLine options (#2562) add 2ca070b Convert server-base module to junit 5 (#2564) No new revisions were added by this update. Summary of changes: server/base/pom.xml | 4 +- .../apache/accumulo/server/ServerContextTest.java | 10 ++--- .../org/apache/accumulo/server/ServerDirsTest.java | 52 ++++++++++++---------- .../org/apache/accumulo/server/ServerOptsTest.java | 8 ++-- .../server/ServiceEnvironmentImplTest.java | 12 ++--- .../org/apache/accumulo/server}/WithTestNames.java | 2 +- .../accumulo/server/client/BulkImporterTest.java | 6 +-- .../server/conf/CheckCompactionConfigTest.java | 27 +++++------ .../server/conf/NamespaceConfigurationTest.java | 10 ++--- .../conf/ServerConfigurationFactoryTest.java | 20 ++++----- .../server/conf/TableConfigurationTest.java | 8 ++-- .../server/conf/ZooCachePropertyAccessorTest.java | 12 ++--- .../server/conf/codec/VersionedPropCodecTest.java | 6 +-- .../conf/codec/VersionedPropEncryptCodecTest.java | 36 +++++++-------- .../conf/codec/VersionedPropGzipCodecTest.java | 40 ++++++++--------- .../server/conf/codec/VersionedPropertiesTest.java | 20 ++++----- .../constraints/MetadataConstraintsTest.java | 8 ++-- .../accumulo/server/data/ServerMutationTest.java | 8 ++-- .../apache/accumulo/server/fs/FileTypeTest.java | 6 +-- .../accumulo/server/fs/VolumeManagerImplTest.java | 4 +- .../apache/accumulo/server/fs/VolumeUtilTest.java | 13 ++---- .../accumulo/server/init/InitializeTest.java | 14 +++--- .../iterators/MetadataBulkLoadFilterTest.java | 4 +- .../server/manager/LiveTServerSetTest.java | 6 +-- .../server/manager/state/MergeInfoTest.java | 16 +++---- .../manager/state/RootTabletStateStoreTest.java | 10 ++--- .../manager/state/TabletLocationStateTest.java | 22 ++++----- .../master/balancer/DefaultLoadBalancerTest.java | 14 +++--- .../server/master/balancer/GroupBalancerTest.java | 15 +++---- ...tRegexTableLoadBalancerReconfigurationTest.java | 8 ++-- .../balancer/HostRegexTableLoadBalancerTest.java | 16 +++---- .../master/balancer/TableLoadBalancerTest.java | 4 +- .../server/problems/ProblemReportTest.java | 16 +++---- .../problems/ProblemReportingIteratorTest.java | 16 +++---- .../server/replication/ReplicationUtilTest.java | 8 ++-- .../server/replication/StatusCombinerTest.java | 14 +++--- .../server/replication/StatusUtilTest.java | 6 +-- .../server/replication/proto/StatusTest.java | 4 +- .../server/rpc/SaslDigestCallbackHandlerTest.java | 14 +++--- .../server/rpc/SaslServerConnectionParamsTest.java | 10 ++--- .../TCredentialsUpdatingInvocationHandlerTest.java | 14 +++--- .../accumulo/server/rpc/ThriftServerTypeTest.java | 4 +- .../server/security/SystemCredentialsTest.java | 15 +++---- .../server/security/UserImpersonationTest.java | 20 ++++----- .../security/delegation/AuthenticationKeyTest.java | 12 ++--- .../AuthenticationTokenKeyManagerTest.java | 16 ++++--- .../AuthenticationTokenSecretManagerTest.java | 48 +++++++++++--------- .../ZooAuthenticationKeyDistributorTest.java | 14 +++--- .../ZooAuthenticationKeyWatcherTest.java | 30 ++++++------- .../security/handler/ZKAuthenticatorTest.java | 8 ++-- .../IllegalTableTransitionExceptionTest.java | 4 +- .../accumulo/server/tablets/LogicalTimeTest.java | 8 ++-- .../accumulo/server/tablets/MillisTimeTest.java | 10 ++--- .../accumulo/server/tablets/TabletTimeTest.java | 12 ++--- .../accumulo/server/util/AdminCommandsTest.java | 8 ++-- .../org/apache/accumulo/server/util/AdminTest.java | 4 +- .../apache/accumulo/server/util/FileInfoTest.java | 8 ++-- .../server/util/FileSystemMonitorTest.java | 14 +++--- .../apache/accumulo/server/util/FileUtilTest.java | 49 +++++++++----------- .../server/util/ReplicationTableUtilTest.java | 6 +-- .../accumulo/server/util/TServerUtilsTest.java | 20 ++++----- .../server/util/time/BaseRelativeTimeTest.java | 14 +++--- .../server/zookeeper/TransactionWatcherTest.java | 20 ++++----- 63 files changed, 438 insertions(+), 449 deletions(-) copy {core/src/test/java/org/apache/accumulo/core => server/base/src/test/java/org/apache/accumulo/server}/WithTestNames.java (97%)