You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer
zeripath efd34d0d7d
Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228)
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>
3 years ago
..
bleve Fix data race in bleve indexer (#16474) 4 years ago
code Upgrade bleve from v2.0.6 to v2.3.0 (#18132) 3 years ago
issues Add missing `X-Total-Count` and fix some related bugs (#17968) 3 years ago
stats Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228) 3 years ago