commander icon indicating copy to clipboard operation
commander copied to clipboard

Consider switching to own/other implementation of Apache Commons IO Tailer.

Open artem-zinnatullin opened this issue 8 years ago • 2 comments

Tailer from Apache Commons IO has a bug https://issues.apache.org/jira/browse/IO-279 which causes file to be read again which breaks logic in Composer https://github.com/gojuno/composer/issues/15 in certain cases.

artem-zinnatullin avatar Apr 18 '17 16:04 artem-zinnatullin

I was thinking some more about it and realized that current implementation may lead to doubling test results in reports/logs and so on, so we definitely need to fix this issue cc @yunikkk

artem-zinnatullin avatar Apr 19 '17 08:04 artem-zinnatullin

Maybe we could just switch the file reader to avoid extra work.

yunikkk avatar Apr 19 '17 09:04 yunikkk