-
-
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
CI randomly fails many time in TestRepoStatsIndex #19162
Labels
Comments
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Mar 27, 2022
So whilst go-gitea#19225 fixes one issue it caused another. We need to initialise the Git module first. Related go-gitea#19225 Fix go-gitea#19162 Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Mar 27, 2022
So whilst go-gitea#19225 fixes one issue it caused another. We need to initialise the Git module first. Related go-gitea#19225 Fix go-gitea#19162 Signed-off-by: Andrew Thornton <art27@cantab.net>
techknowlogick
pushed a commit
that referenced
this issue
Mar 27, 2022
6543
pushed a commit
that referenced
this issue
Mar 27, 2022
) Backport #19225 Backport #19229 The RepoIndexerTest is failing with considerable frequency due to a race inherrent in its design. This PR adjust this test to avoid the reliance on waiting for the populate repo indexer to run and forcibly adds the repo to the queue. It then flushes the queue. It may be worth separating out the tests somewhat by testing the Index function directly away from the queue however, this forceful method should solve the current problem. Fix #19162 Signed-off-by: Andrew Thornton <art27@cantab.net>
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
So whilst go-gitea#19225 fixes one issue it caused another. We need to initialise the Git module first. Related go-gitea#19225 Fix go-gitea#19162 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This failure occurs in various PRs randomly, including a PR which only changes one line document.
The text was updated successfully, but these errors were encountered: