0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 14:24:27 +01:00
gitea/modules/queue
zeripath 92b715e0f2
Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)
* Attempt to prevent the deadlock in the QueueDiskChannel Test again

This time we're going to adjust the pause tests to only test the right
flag.

* Only switch off pushback once we know that we are not pushing anything else
* Ensure full redirection occurs
* More nicely handle a closed datachan
* And handle similar problems in queue_channel_test

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-29 11:37:08 +00:00
..
bytefifo.go
helper.go
manager.go
queue_bytefifo.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
queue_channel_test.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
queue_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
queue_disk_channel_test.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
queue_disk_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
queue_disk_test.go
queue_disk.go
queue_redis.go
queue_test.go
queue_wrapped.go
queue.go
setting.go
unique_queue_channel_test.go
unique_queue_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
unique_queue_disk_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415) 2022-01-29 11:37:08 +00:00
unique_queue_disk.go
unique_queue_redis.go
unique_queue_wrapped.go
unique_queue.go
workerpool.go