You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/07/12 18:53:55 UTC

[accumulo-testing] branch master updated (9db9417 -> d6e3daa)

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

mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git.


    from 9db9417  Merge branch '1.9'
     add 770a77a  Clean up shaded jar conflicts (#17)
     add b2a8c6f  Fixes #16 - Could not run continuous ingest (#18)
     add 200c7f1  Fix package names (#19)
     new d6e3daa  Merge branch '1.9'

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:
 core/pom.xml                                                      | 1 +
 .../java/org/apache/accumulo/testing/core/stress/DataWriter.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/IntArgValidator.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/RandomByteArrays.java | 2 +-
 .../org/apache/accumulo/testing/core/stress/RandomMutations.java  | 2 +-
 .../apache/accumulo/testing/core/stress/RandomWithinRange.java    | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Scan.java   | 2 +-
 .../java/org/apache/accumulo/testing/core/stress/ScanOpts.java    | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Stream.java | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Write.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/WriteOptions.java     | 2 +-
 .../org/apache/accumulo/testing/core/stress/package-info.java     | 8 ++++----
 pom.xml                                                           | 2 +-
 13 files changed, 16 insertions(+), 15 deletions(-)


[accumulo-testing] 01/01: Merge branch '1.9'

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

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git

commit d6e3daac6f51095d9d7da8ae27ccba941ca14b70
Merge: 9db9417 200c7f1
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Jul 12 14:51:29 2018 -0400

    Merge branch '1.9'

 core/pom.xml                                                      | 1 +
 .../java/org/apache/accumulo/testing/core/stress/DataWriter.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/IntArgValidator.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/RandomByteArrays.java | 2 +-
 .../org/apache/accumulo/testing/core/stress/RandomMutations.java  | 2 +-
 .../apache/accumulo/testing/core/stress/RandomWithinRange.java    | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Scan.java   | 2 +-
 .../java/org/apache/accumulo/testing/core/stress/ScanOpts.java    | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Stream.java | 2 +-
 .../main/java/org/apache/accumulo/testing/core/stress/Write.java  | 2 +-
 .../org/apache/accumulo/testing/core/stress/WriteOptions.java     | 2 +-
 .../org/apache/accumulo/testing/core/stress/package-info.java     | 8 ++++----
 pom.xml                                                           | 2 +-
 13 files changed, 16 insertions(+), 15 deletions(-)