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
..
2025-01-29 14:35:04 +00:00
2026-06-15 08:54:17 -04:00
2026-01-08 15:24:11 +04:00
2026-01-08 15:24:11 +04:00
2026-01-08 10:29:41 +04:00
2026-03-24 11:02:45 +00:00
2025-06-20 13:16:55 -06:00
2023-03-20 13:23:40 +00:00
2025-10-24 10:44:46 +02:00
2026-05-20 09:25:34 -07:00
2025-11-19 09:35:33 -06:00
2026-06-25 15:41:09 -06:00
2026-02-18 12:18:38 +01:00
2026-02-04 08:30:03 -06:00
2026-02-02 09:03:18 -06:00
2025-04-08 11:58:28 +04:00
2025-04-08 11:58:28 +04:00
2025-12-15 11:26:41 -06:00
2025-11-12 09:24:07 -06:00
2025-12-15 11:26:41 -06:00
2026-05-19 16:47:22 +10:00
2026-05-30 13:05:51 +05:00
2026-05-20 09:25:34 -07:00
2026-05-20 09:25:34 -07:00
2026-05-14 21:49:05 +05:30
2026-05-14 21:49:05 +05:30
2026-05-30 13:05:51 +05:00
2026-05-30 13:05:51 +05:00
2026-02-27 16:50:56 +00:00
2026-01-09 11:13:16 -06:00
2025-11-19 09:35:33 -06:00
2025-12-15 11:26:41 -06:00
2025-12-15 11:26:41 -06:00