[
https://issues.apache.org/jira/browse/NIFI-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206549#comment-15206549
]
ASF GitHub Bot commented on NIFI-1664:
--------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi/pull/297
NIFI-1664 Preferring System.nanoTime to System.currentTimeMillis and …
…providing explicit handling of timestamps for files in those tests that
are testing other attributes of the ListFile process besides timestamp which
could lead to erroneous transmissions depending on exactly when files were
created.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/incubator-nifi NIFI-1664
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/297.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 #297
----
commit e5fb07ca82ed3a192cf4810ea331ccfc21a5d36f
Author: Aldrin Piri <[email protected]>
Date: 2016-03-22T15:10:08Z
NIFI-1664 Preferring System.nanoTime to System.currentTimeMillis and
providing explicit handling of timestamps for files in those tests that are
testing other attributes of the ListFile process besides timestamp which could
lead to erroneous transmissions depending on exactly when files were created.
----
> ListFile tests can fail on Windows
> ----------------------------------
>
> Key: NIFI-1664
> URL: https://issues.apache.org/jira/browse/NIFI-1664
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions, Tools and Build
> Affects Versions: 0.5.1
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
> Priority: Minor
> Fix For: 0.6.0
>
>
> Received information off list that there were issues in some Windows
> environments with TestListFile. This seems to be for cases where we are not
> testing timing and instead are verifying other configuration. For these
> scenarios is is possible that some files could be transmitted before the core
> of the test actually occurs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)