Files
0xJacky 1b50bb8979 test(nginx_log): lock the read of completedFiles in the index rebuild test
The completion callback appends to completedFiles under a mutex, but the
final t.Logf read it without one, so -race flagged the write against the
read. The bleve bump only changed the timing enough to make it show up; the
race was always there.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-03 01:29:29 +08:00
..