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