Skip to content

Race in queue code #22145

@KN4CK3R

Description

@KN4CK3R
Member

Description

Looks like there is still a race in the queue code:

2022/12/14 10:12:18 .../queue/workerpool.go:552:doWork() [E] [6399a182-6] Unhandled Data in queue 3
--- FAIL: TestChannelQueue_Pause (0.60s)
    queue_channel_test.go:281: 
        	Error Trace:	/drone/src/modules/queue/queue_channel_test.go:281
        	Error:      	handler chan should contain test1
        	Test:       	TestChannelQueue_Pause
2022/12/14 10:12:19 ...ueue_channel_test.go:169:func3() [I] Finally terminating
2022/12/14 10:12:19 ...eue/queue_channel.go:153:func1() [W] ChannelQueue:  Terminated before completed flushing
2022/12/14 10:12:20 ...ueue_disk_channel.go:184:func3() [W] [6399a184] LevelQueue: second-level shut down before completely flushed
2022/12/14 10:12:20 ...eue/queue_channel.go:153:func1() [W] ChannelQueue: second-channel Terminated before completed flushing
2022/12/14 10:12:21 ...disk_channel_test.go:202:func1() [I] [6399a184-3] pausing
2022/12/14 10:12:21 ...eue/queue_channel.go:153:func1() [W] ChannelQueue: first-channel Terminated before completed flushing
2022/12/14 10:12:22 ...disk_channel_test.go:202:func1() [I] [6399a186] pausing
2022/12/14 10:12:22 ...eue/queue_channel.go:153:func1() [W] ChannelQueue: second-channel Terminated before completed flushing
2022/12/14 10:12:22 ...ueue_disk_channel.go:184:func3() [W] [6399a185-2] LevelQueue: second-level shut down before completely flushed
2022/12/14 10:12:22 ...disk_channel_test.go:257:func3() [I] Finally terminating

Gitea Version

main

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

https://drone.gitea.io/go-gitea/gitea/64466/2/14

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

CI

Database

None

Activity

KN4CK3R

KN4CK3R commented on Dec 15, 2022

@KN4CK3R
MemberAuthor
zeripath

zeripath commented on Dec 15, 2022

@zeripath
Contributor

I think that's more likely a race in the test. Not the code itself.

zeripath

zeripath commented on Dec 29, 2022

@zeripath
Contributor

It would also fix the test error here: https://drone.gitea.io/go-gitea/gitea/64883/2/13

locked and limited conversation to collaborators on May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @KN4CK3R@zeripath

      Issue actions

        Race in queue code · Issue #22145 · go-gitea/gitea