]> source.dussan.org Git - gitea.git/commit
Prevent race in TestChannelQueue_Batch (#15703)
authorzeripath <art27@cantab.net>
Mon, 3 May 2021 16:16:59 +0000 (17:16 +0100)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 16:16:59 +0000 (17:16 +0100)
commitd11b9fbcce2245592b3f1ebce6766b48fa1422b7
tree0aac0f603972f1790dfa1b410cf129898bfa741d
parent5c5cfd6b18e48520af8799f602ef75746b1f11e1
Prevent race in TestChannelQueue_Batch (#15703)

There is a potential race in TestChannelQueue_Batch due to boost workers starting up

This PR simply removes the boosts from this test.

Signed-off-by: Andrew Thornton <art27@cantab.net>
modules/queue/queue_channel_test.go