Zach
953091c7bc
refactor: use sync.WaitGroup.Go in tests ( #26671 )
...
Migrate `wg.Add(1); go func() { defer wg.Done(); ... }()` to
`wg.Go(func() { ... })` in tests.
Where the prior pattern passed the loop variable explicitly via a
closure parameter (`go func(id int) { ... }(i)`), drop the parameter and
reference the loop variable directly. Per-iteration loop variables since
Go 1.22 make this safe.
2026-06-25 15:41:09 -06:00
..
2026-06-11 10:55:00 -07:00
2026-06-15 23:58:29 +01:00
2026-06-25 14:17:50 -06:00
2026-05-25 17:59:32 +03:00
2025-03-17 11:10:14 +02:00
2026-05-28 11:54:17 +00:00
2026-06-03 10:46:07 +01:00
2026-06-25 15:41:09 -06:00
2025-03-26 01:56:39 -05:00
2026-06-10 13:40:50 -04:00
2026-06-22 22:21:58 -06:00
2026-06-08 14:24:32 +03:00
2026-06-08 12:08:40 -07:00
2026-03-03 12:42:34 -07:00
2026-06-25 15:41:09 -06:00
2026-06-25 15:41:09 -06:00
2026-06-15 09:38:52 -07:00
2026-03-14 21:15:47 +01:00
2026-05-22 20:24:38 +10:00
2026-06-25 15:41:09 -06:00
2026-06-08 14:24:32 +03:00
2026-06-22 22:21:58 -06:00
2026-06-25 14:17:50 -06:00
2026-05-19 09:47:03 -05:00
2026-06-22 16:38:18 +03:00
2026-06-25 14:17:50 -06:00
2026-06-11 10:55:00 -07:00
2025-05-27 16:05:03 +04:00
2026-01-08 15:24:11 +04:00
2026-06-15 12:34:48 +02:00
2026-01-08 15:24:11 +04:00
2026-01-08 10:29:41 +04:00
2026-06-22 16:38:18 +03:00
2026-06-22 16:38:18 +03:00
2024-08-28 15:39:01 +10:00
2026-06-22 22:21:58 -06:00
2026-01-08 15:24:11 +04:00
2025-11-25 14:25:24 +04:00
2025-11-25 14:25:24 +04:00
2025-11-25 14:25:24 +04:00
2026-06-04 21:16:26 +03:00
2026-06-04 21:16:26 +03:00
2026-05-22 20:24:38 +10:00