[
https://issues.apache.org/jira/browse/IO-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory closed IO-490.
------------------------------
Fix Version/s: 2.12.0
Resolution: Fixed
I'm closing this as fixed since I've not seen it happen and the code base has
evolved quite a bit since this ticket was opened.
> Intermittent glitch in tailer on Windows
> ----------------------------------------
>
> Key: IO-490
> URL: https://issues.apache.org/jira/browse/IO-490
> Project: Commons IO
> Issue Type: Bug
> Reporter: Kristian Rosenvold
> Priority: Major
> Fix For: 2.12.0
>
>
> TailerTest#testTailer testcase fails intermittently on the following assert:
> assertEquals("2 line count", 1, lines.size());
> at this point "lines" contains the following 4 lines:
> {code}
> Line three
> Line one
> Line two
> Line three
> {code}
> The actual file on disk is as-expected, 29 bytes long and contains:
> {code}
> Line one
> Line two
> Line three
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)