From commits-return-27556-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed Jul 18 23:48:54 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B5EDA180636 for ; Wed, 18 Jul 2018 23:48:53 +0200 (CEST) Received: (qmail 51425 invoked by uid 500); 18 Jul 2018 21:48:52 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 51416 invoked by uid 99); 18 Jul 2018 21:48: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; Wed, 18 Jul 2018 21:48:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3C6EE81EC8; Wed, 18 Jul 2018 21:48:52 +0000 (UTC) Date: Wed, 18 Jul 2018 21:48:51 +0000 To: "commits@geode.apache.org" Subject: [geode] branch feature/GEODE-5212-export-logs updated: spotlessApply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153195053126.15512.12766509358478804463@gitbox.apache.org> From: sai_boorlagadda@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-5212-export-logs X-Git-Reftype: branch X-Git-Oldrev: f5a001d6405c9d4a7f5a2289100b9e9fafbdf940 X-Git-Newrev: d5f9b8993759c811bb29e2d839457e18d765d1dd X-Git-Rev: d5f9b8993759c811bb29e2d839457e18d765d1dd X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sai_boorlagadda pushed a commit to branch feature/GEODE-5212-export-logs in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212-export-logs by this push: new d5f9b89 spotlessApply d5f9b89 is described below commit d5f9b8993759c811bb29e2d839457e18d765d1dd Author: Jens Deppe AuthorDate: Wed Jul 18 14:48:38 2018 -0700 spotlessApply Signed-off-by: Sai Boorlagadda --- .../geode/management/internal/cli/commands/ExportLogsDUnitTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java index 8dad218..6804e17 100644 --- a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java +++ b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java @@ -144,6 +144,7 @@ public class ExportLogsDUnitTest { assertThat(FileUtils.listFiles(locator.getWorkingDir(), extensions, true)).isNotEmpty(); assertThat(FileUtils.listFiles(absoluteDirPath.toFile(), extensions, false)).isNotEmpty(); } + @Test public void startAndEndDateCanIncludeLogs() throws Exception { ZonedDateTime now = LocalDateTime.now().atZone(ZoneId.systemDefault());