0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-21 17:55:00 +02:00
gitea/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
2023-04-29 11:53:11 +02:00
..
bytefifo.go
helper.go
manager.go
queue.go
queue_bytefifo.go
queue_channel.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
queue_channel_test.go Skip known flaky queue tests on CI environment (#24419) 2023-04-29 11:53:11 +02:00
queue_disk.go
queue_disk_channel.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
queue_disk_channel_test.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
queue_disk_test.go
queue_redis.go Update redis library to support redis v7 (#24114) 2023-04-13 18:41:04 -04:00
queue_test.go
queue_wrapped.go
setting.go
unique_queue.go
unique_queue_channel.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
unique_queue_channel_test.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
unique_queue_disk.go
unique_queue_disk_channel.go Properly flush unique queues on startup (#23154) 2023-02-28 17:55:43 -05:00
unique_queue_disk_channel_test.go Skip known flaky queue tests on CI environment (#24419) 2023-04-29 11:53:11 +02:00
unique_queue_redis.go Update redis library to support redis v7 (#24114) 2023-04-13 18:41:04 -04:00
unique_queue_wrapped.go
workerpool.go