Skip to content

search: fix race condition in doResults

Warren Gifford requested to merge ts/fix-race into main

Created by: tsenart

While working on paginated repository resolution, I ran into a weird race in tests. I tracked it down to this classic race bug of closing over a shared loop variable in a go-routine.

Part of #26995 (closed)

Merge request reports

Loading