项目文件夹

文件
copilot-swe-agent[bot] 2850d50e1a Fix WaitGroup race condition in events stream tests
The WaitGroup.Add() calls were happening after goroutines started,
causing a race where Done() could be called before Add(), resulting
in "negative WaitGroup counter" panics.

Fixes:
- Move wg.Add(1) before goroutine in TestConsumeTopic
- Move wg.Add(2) before first goroutine in TestConsumeGroup

Co-authored-by: asim <17530+asim@users.noreply.github.com>
2026-01-09 12:15:00 +00:00
..
2025-06-20 10:24:31 +01:00
2025-06-18 17:12:02 +01:00
2025-06-18 17:12:02 +01:00
2025-06-18 17:12:02 +01:00
2025-06-18 17:12:02 +01:00
2025-06-18 17:12:02 +01:00