From commits-return-23244-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Jul 30 21:24:53 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6D47B180607 for ; Tue, 30 Jul 2019 23:24:53 +0200 (CEST) Received: (qmail 42677 invoked by uid 500); 30 Jul 2019 21:24:52 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 42658 invoked by uid 99); 30 Jul 2019 21:24:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2019 21:24:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 94E8485EB3; Tue, 30 Jul 2019 21:24:52 +0000 (UTC) Date: Tue, 30 Jul 2019 21:24:52 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-testing] branch master updated (b3a3823 -> 237c0c5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156452189254.4595.4323085384065929689@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-testing X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b3a3823583b7cea747d54e2e09922fc665783bea X-Git-Newrev: 237c0c5a952adcef7f1aad29dcb243c602cadf54 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git. from b3a3823 Use non blocking secure random for seeding. (#106) new 2b7b28f Revert to Java 8 for accumulo-testing new 237c0c5 Fix warnings and clean up pom.xml The 2 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 | 117 ++++++++++++++++----- .../testing/continuous/ContinuousMoru.java | 59 ++++++----- .../testing/continuous/ContinuousVerify.java | 104 +++++++++--------- .../testing/ingest/BulkImportDirectory.java | 1 + .../accumulo/testing/ingest/VerifyIngest.java | 5 +- .../apache/accumulo/testing/mapreduce/RowHash.java | 60 ++++++----- .../accumulo/testing/mapreduce/TeraSortIngest.java | 62 +++++------ .../performance/tests/ConditionalMutationsPT.java | 27 +++-- .../testing/performance/tests/ScanExecutorPT.java | 3 +- .../performance/tests/YieldingScanExecutorPT.java | 2 +- .../testing/randomwalk/bulk/BulkPlusOne.java | 13 +-- .../testing/randomwalk/concurrent/BulkImport.java | 4 +- .../testing/randomwalk/concurrent/Config.java | 4 +- .../randomwalk/security/SecurityHelper.java | 1 - .../testing/randomwalk/security/TableOp.java | 5 +- .../testing/randomwalk/shard/BulkInsert.java | 1 + .../testing/randomwalk/shard/SortTool.java | 15 +-- 17 files changed, 275 insertions(+), 208 deletions(-)