The use of polling file watcher could affect file rotation (detected via renames), so test these explicitly.
(t *testing.T)
| 212 | // (detected via renames), so test these explicitly. |
| 213 | |
| 214 | func TestReOpenInotify(t *testing.T) { |
| 215 | reOpen(t, false) |
| 216 | } |
| 217 | |
| 218 | func TestReOpenPolling(t *testing.T) { |
| 219 | reOpen(t, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…