You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/queue
silverwind fc62992518
Skip known flaky `queue` tests on CI environment (#24419)
Random CI failures are annoying. It's better to just skip the affected
tests so maintainers can use their valuable time for more productive
topics.

Related: https://github.com/go-gitea/gitea/issues/23608
Related: https://github.com/go-gitea/gitea/issues/23977
Related: https://github.com/go-gitea/gitea/issues/18703
1 year ago
..
bytefifo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
helper.go Implement FSFE REUSE for golang files (#21840) 2 years ago
manager.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue_bytefifo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue_channel.go Properly flush unique queues on startup (#23154) 1 year ago
queue_channel_test.go Skip known flaky `queue` tests on CI environment (#24419) 1 year ago
queue_disk.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue_disk_channel.go Properly flush unique queues on startup (#23154) 1 year ago
queue_disk_channel_test.go Properly flush unique queues on startup (#23154) 1 year ago
queue_disk_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue_redis.go Update redis library to support redis v7 (#24114) 1 year ago
queue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
queue_wrapped.go Implement FSFE REUSE for golang files (#21840) 2 years ago
setting.go Implement FSFE REUSE for golang files (#21840) 2 years ago
unique_queue.go Implement FSFE REUSE for golang files (#21840) 2 years ago
unique_queue_channel.go Properly flush unique queues on startup (#23154) 1 year ago
unique_queue_channel_test.go Properly flush unique queues on startup (#23154) 1 year ago
unique_queue_disk.go Implement FSFE REUSE for golang files (#21840) 2 years ago
unique_queue_disk_channel.go Properly flush unique queues on startup (#23154) 1 year ago
unique_queue_disk_channel_test.go Skip known flaky `queue` tests on CI environment (#24419) 1 year ago
unique_queue_redis.go Update redis library to support redis v7 (#24114) 1 year ago
unique_queue_wrapped.go Implement FSFE REUSE for golang files (#21840) 2 years ago
workerpool.go Correctly handle select on multiple channels in Queues (#22146) 2 years ago