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
If a tailer is at the start/end, and the first/last roll cycle is deleted, and you call tailer.toEnd again without refreshing the directory listing it remains at the non-existent index.
Traversal from that point works as expected however. This may not be a big deal.
The text was updated successfully, but these errors were encountered:
nicktindall
changed the title
Fix TestDeleteQueueFile#tailerToStartFromStartWorksInFaceOfDeletedStoreFile
Tailer.toEnd and Tailer.toStart leave the tailer at a non-existent index when positioned in a cycle that's been deleted
Mar 30, 2023
nicktindall
changed the title
Tailer.toEnd and Tailer.toStart leave the tailer at a non-existent index when positioned in a cycle that's been deleted
Tailer.toEnd/Tailer.toStart leave the Tailer at a non-existent index when positioned in at deleted end/start
Mar 30, 2023
If a tailer is at the start/end, and the first/last roll cycle is deleted, and you call tailer.toEnd again without refreshing the directory listing it remains at the non-existent index.
Traversal from that point works as expected however. This may not be a big deal.
The text was updated successfully, but these errors were encountered: