You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2022/03/17 16:15:18 UTC

[accumulo] branch main updated (b807552 -> 7ee8059)

This is an automated email from the ASF dual-hosted git repository.

domgarguilo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from b807552  Migrate MockShell.java to junit5 assert statements (#2572)
     add 7ee8059  Migrate accumulo-shell module to JUnit5 (#2571)

No new revisions were added by this update.

Summary of changes:
 shell/pom.xml                                        |  4 ++--
 .../org/apache/accumulo/shell/ShellConfigTest.java   | 20 ++++++++++----------
 .../apache/accumulo/shell/ShellOptionsJCTest.java    |  8 ++++----
 .../org/apache/accumulo/shell/ShellUtilTest.java     | 18 ++++++++----------
 .../accumulo/shell/commands/CompactCommandTest.java  |  9 +++++----
 .../shell/commands/DeleteAuthsCommandTest.java       |  6 +++---
 .../shell/commands/DeleteManyCommandTest.java        |  8 ++++----
 .../shell/commands/DeleteRowsCommandTest.java        |  8 ++++----
 .../shell/commands/DeleteTableCommandTest.java       |  4 ++--
 .../accumulo/shell/commands/DropUserCommandTest.java |  6 +++---
 .../accumulo/shell/commands/FateCommandTest.java     | 10 +++++-----
 .../accumulo/shell/commands/FlushCommandTest.java    |  9 +++++----
 .../accumulo/shell/commands/GetAuthsCommandTest.java |  6 +++---
 .../accumulo/shell/commands/HistoryCommandTest.java  | 13 ++++++-------
 .../shell/commands/ImportDirectoryCommandTest.java   | 10 +++++-----
 .../shell/commands/ListTabletsCommandTest.java       | 10 +++++-----
 .../accumulo/shell/commands/MergeCommandTest.java    |  9 +++++----
 .../accumulo/shell/commands/ScanCommandTest.java     | 18 ++++++++++--------
 .../accumulo/shell/commands/SetIterCommandTest.java  |  6 +++---
 .../accumulo/shell/format/DeleterFormatterTest.java  | 12 ++++++------
 20 files changed, 98 insertions(+), 96 deletions(-)