-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix intermittent CI failure in EmptyQueue #23753
Merged
silverwind
merged 9 commits into
go-gitea:main
from
zeripath:fix-intermittent-failure-in-EmptyQueue
May 4, 2023
Merged
Fix intermittent CI failure in EmptyQueue #23753
silverwind
merged 9 commits into
go-gitea:main
from
zeripath:fix-intermittent-failure-in-EmptyQueue
May 4, 2023
Commits on Mar 27, 2023
-
Fix intermittent CI failure in EmptyQueue
The ordering of the final token causing a close of the queue in this test may be out of sync due to concurrency. Instead just use ensure that the queue is closed when everything expected is done. Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6673ad - Browse repository at this point
Copy the full SHA c6673adView commit details
Commits on Mar 28, 2023
-
Update modules/queue/unique_queue_disk_channel_test.go
Co-authored-by: KN4CK3R <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80cd8be - Browse repository at this point
Copy the full SHA 80cd8beView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e4ff74 - Browse repository at this point
Copy the full SHA 1e4ff74View commit details
Commits on May 3, 2023
-
Merge remote-tracking branch 'origin/main' into fix-intermittent-fail…
…ure-in-EmptyQueue
Configuration menu - View commit details
-
Copy full SHA for dceba10 - Browse repository at this point
Copy the full SHA dceba10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf4224 - Browse repository at this point
Copy the full SHA 3cf4224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf4119 - Browse repository at this point
Copy the full SHA 5bf4119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46de1b8 - Browse repository at this point
Copy the full SHA 46de1b8View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a07ab9 - Browse repository at this point
Copy the full SHA 8a07ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823c438 - Browse repository at this point
Copy the full SHA 823c438View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.