You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: add test for ignore_active_older_files re-pickup on mtime update
Add flb_test_in_tail_ignore_active_older_files_reread_on_update to verify
that a file excluded by ignore_active_older_files is re-picked up once its
mtime is refreshed by a new write, and that reading resumes from the stored
offset (only new content is delivered, not a re-read from the beginning).
Uses rotate_wait=1s and refresh_interval=1s to exercise the purge and scan
callbacks within a reasonable test window. expected=2: 1 for the initial
msg1 read, 1 for msg2 picked up after re-add at the stored offset.
Signed-off-by: zshuang0316 <zshuang0316@163.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments