nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

Added test for reproduction of rolling failure #37

Closed lootek closed 1 year ago

lootek commented 2 years ago

This happens when write/read operations are done concurrently and the queue buffer file is rolled

mreiferson commented 1 year ago

see #41