[ https://issues.apache.org/jira/browse/GEODE-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928834#comment-15928834 ]
ASF GitHub Bot commented on GEODE-2649: --------------------------------------- GitHub user jaredjstewart opened a pull request: https://github.com/apache/geode/pull/428 GEODE-2649: Export logs does not use file creation time Precheckin started (still running) You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaredjstewart/geode GEODE-2649 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/428.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #428 ---- commit d53af077f8a8fbe84ff500c6f6deb2020c98f0b5 Author: Jared Stewart <jstew...@pivotal.io> Date: 2017-03-16T18:12:50Z GEODE-2649: Export logs does not use file creation time ---- > ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering fails with > AssertionError > ---------------------------------------------------------------------------------------- > > Key: GEODE-2649 > URL: https://issues.apache.org/jira/browse/GEODE-2649 > Project: Geode > Issue Type: Bug > Components: gfsh, tests > Reporter: Kirk Lund > Assignee: Jared Stewart > > {noformat} > org.apache.geode.management.internal.cli.commands.ExportLogsDUnitTest > > testExportWithStartAndEndDateTimeFiltering FAILED > java.lang.AssertionError: > Expected size:<3> but was:<2> in: > <[/tmp/junit8723178147444223944/unzippedLogs/server-1, > /tmp/junit8723178147444223944/unzippedLogs/server-2]> > at > org.apache.geode.management.internal.cli.commands.ExportLogsDUnitTest.verifyZipFileContents(ExportLogsDUnitTest.java:225) > at > org.apache.geode.management.internal.cli.commands.ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering(ExportLogsDUnitTest.java:155) > 303 tests completed, 1 failed, 8 skipped > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)