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/28 14:38:15 UTC

[accumulo-examples] branch main updated (333873d -> 6830a84)

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-examples.git.


    from 333873d  Update examples build and dependencies (#84)
     add bf88eb1  Migrate all tests to JUnit5
     add 4563585  Replace comment in pom
     new 6830a84  Migrate all tests to JUnit5 (#85)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            | 10 ++--
 .../org/apache/accumulo/examples/ExamplesIT.java   | 42 +++++++--------
 .../constraints/AlphaNumKeyConstraintTest.java     |  6 +--
 .../constraints/NumericValueConstraintTest.java    |  6 +--
 .../apache/accumulo/examples/dirlist/CountIT.java  | 14 ++---
 .../examples/filedata/ChunkCombinerTest.java       | 60 ++++++++++------------
 .../examples/filedata/ChunkInputFormatIT.java      | 27 +++++-----
 .../examples/filedata/ChunkInputStreamIT.java      | 16 +++---
 .../examples/filedata/ChunkInputStreamTest.java    | 12 ++---
 .../accumulo/examples/filedata/KeyUtilTest.java    |  8 +--
 .../accumulo/examples/mapreduce/MapReduceIT.java   |  4 +-
 11 files changed, 102 insertions(+), 103 deletions(-)

[accumulo-examples] 01/01: Migrate all tests to JUnit5 (#85)

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6830a84c578c5de019b994d84cbec1b4177fa047
Merge: 333873d 4563585
Author: Dom G <do...@apache.org>
AuthorDate: Mon Mar 28 10:38:12 2022 -0400

    Migrate all tests to JUnit5 (#85)

 pom.xml                                            | 10 ++--
 .../org/apache/accumulo/examples/ExamplesIT.java   | 42 +++++++--------
 .../constraints/AlphaNumKeyConstraintTest.java     |  6 +--
 .../constraints/NumericValueConstraintTest.java    |  6 +--
 .../apache/accumulo/examples/dirlist/CountIT.java  | 14 ++---
 .../examples/filedata/ChunkCombinerTest.java       | 60 ++++++++++------------
 .../examples/filedata/ChunkInputFormatIT.java      | 27 +++++-----
 .../examples/filedata/ChunkInputStreamIT.java      | 16 +++---
 .../examples/filedata/ChunkInputStreamTest.java    | 12 ++---
 .../accumulo/examples/filedata/KeyUtilTest.java    |  8 +--
 .../accumulo/examples/mapreduce/MapReduceIT.java   |  4 +-
 11 files changed, 102 insertions(+), 103 deletions(-)