You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/02/14 19:41:07 UTC

[accumulo] branch main updated (aa13bdc -> d8aaa1f)

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 aa13bdc  Add goal message to Fate (#2492)
     add d8aaa1f  Convert try-fail-catch-ignore to assertThrows (#2472)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/client/RowIteratorTest.java      |  27 ++----
 .../accumulo/core/client/TestThrift1474.java       |   9 +-
 .../core/clientImpl/ScannerOptionsTest.java        |  13 +--
 .../core/clientImpl/TableOperationsHelperTest.java |  38 +++-----
 .../core/clientImpl/TabletLocatorImplTest.java     |  12 +--
 .../lexicoder/AbstractLexicoderTest.java           |  38 +++-----
 .../org/apache/accumulo/core/data/RangeTest.java   |  24 ++---
 .../apache/accumulo/core/file/rfile/RFileTest.java | 102 +++++++--------------
 .../iterators/system/DeletingIteratorTest.java     |  24 +++--
 .../system/SourceSwitchingIteratorTest.java        |  13 +--
 .../core/iterators/user/ColumnSliceFilterTest.java |  26 ++----
 .../accumulo/core/iterators/user/CombinerTest.java |  32 +++----
 .../accumulo/core/iterators/user/FilterTest.java   |  16 ++--
 .../iterators/user/TransformingIteratorTest.java   |  19 +---
 .../core/metadata/schema/TabletFileTest.java       |  57 +++++-------
 .../accumulo/core/rpc/TTimeoutTransportTest.java   |  23 +----
 .../core/security/ColumnVisibilityTest.java        |  14 ++-
 .../accumulo/core/security/CredentialsTest.java    |  15 +--
 .../core/security/VisibilityEvaluatorTest.java     |  55 ++---------
 .../core/singletons/SingletonManagerTest.java      |   8 +-
 .../apache/accumulo/core/util/AddressUtilTest.java |  16 ++--
 .../accumulo/core/util/LocalityGroupUtilTest.java  |  14 ++-
 .../core/util/format/FormatterConfigTest.java      |   8 +-
 .../hadoop/its/mapred/AccumuloOutputFormatIT.java  |  12 +--
 .../its/mapreduce/AccumuloInputFormatIT.java       |  26 ++----
 .../hadoop/mapred/AccumuloInputFormatTest.java     |   9 +-
 .../hadoop/mapred/AccumuloOutputFormatTest.java    |   8 +-
 .../hadoop/mapreduce/AccumuloInputFormatTest.java  |   7 +-
 .../hadoop/mapreduce/AccumuloOutputFormatTest.java |   8 +-
 .../org/apache/accumulo/server/ServerDirsTest.java |  24 +----
 .../manager/state/RootTabletStateStoreTest.java    |  22 ++---
 .../server/zookeeper/TransactionWatcherTest.java   |  32 ++-----
 .../tableOps/bulkVer2/PrepBulkImportTest.java      |  16 +---
 .../tableOps/compact/CompactionDriverTest.java     |  49 +++++-----
 .../manager/upgrade/Upgrader9to10Test.java         |  13 +--
 .../apache/accumulo/tserver/InMemoryMapTest.java   |  14 +--
 .../strategies/BasicCompactionStrategyTest.java    |  20 +---
 .../tserver/log/SortedLogRecoveryTest.java         |   8 +-
 .../java/org/apache/accumulo/test/CloneIT.java     |   8 +-
 .../apache/accumulo/test/ConditionalWriterIT.java  |  77 +++++++---------
 .../org/apache/accumulo/test/ExistingMacIT.java    |  14 +--
 .../accumulo/test/InterruptibleScannersIT.java     |   8 +-
 .../org/apache/accumulo/test/LargeSplitRowIT.java  |   8 +-
 .../java/org/apache/accumulo/test/LocatorIT.java   |  34 +++----
 .../accumulo/test/MultiTableBatchWriterIT.java     |  33 ++-----
 .../java/org/apache/accumulo/test/SampleIT.java    |  25 ++---
 .../org/apache/accumulo/test/ShellServerIT.java    |   9 +-
 .../java/org/apache/accumulo/test/UsersIT.java     |  31 ++++---
 .../accumulo/test/functional/AccumuloClientIT.java |  12 +--
 .../apache/accumulo/test/functional/BulkNewIT.java |  49 ++++------
 .../apache/accumulo/test/functional/CleanUpIT.java |  27 ++----
 .../test/functional/ConcurrentDeleteTableIT.java   |  18 +---
 .../accumulo/test/functional/CredentialsIT.java    |  30 +++---
 .../accumulo/test/functional/DeleteFailIT.java     |   8 +-
 .../accumulo/test/functional/KerberosIT.java       |  32 +++----
 .../accumulo/test/functional/NativeMapIT.java      |  71 +++-----------
 .../accumulo/test/functional/ScannerContextIT.java |  36 +++-----
 .../apache/accumulo/test/functional/TimeoutIT.java |  25 ++---
 .../test/mapred/AccumuloOutputFormatIT.java        |  12 +--
 .../test/mapreduce/AccumuloInputFormatIT.java      |  21 +----
 .../apache/accumulo/test/rpc/ThriftBehaviorIT.java |   8 +-
 .../apache/accumulo/test/util/CertUtilsTest.java   |  32 +++----
 62 files changed, 505 insertions(+), 994 deletions(-)