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-23 11:37:33 -05:00
2026-06-16 09:01:43 +00:00
2026-06-17 13:10:53 +02:00
2026-06-18 09:08:17 +00:00
2026-06-18 09:08:17 +00:00
2026-06-04 11:14:36 +02:00
2026-06-04 11:14:36 +02:00
2026-06-25 15:41:09 -06:00
2026-06-15 13:35:28 -07:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2026-03-11 09:45:00 -06:00
2024-03-17 09:45:26 -05:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-06-03 15:30:37 -04:00
2026-02-13 08:19:07 -06:00
2024-11-13 13:44:21 -06:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2025-01-20 17:24:22 +00:00
2025-01-20 17:24:22 +00:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:16:42 -04:00
2025-12-03 11:32:59 +02:00
2024-03-17 09:45:26 -05:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2024-03-17 09:45:26 -05:00
2024-03-15 11:24:38 -05:00
2026-06-18 09:08:17 +00:00
2026-06-03 15:16:42 -04:00
2026-01-08 15:24:11 +04:00
2025-10-02 11:43:13 -06:00
2026-05-28 10:00:37 -05:00
2026-06-23 11:58:00 -05:00
2026-05-11 12:43:52 -05:00
2024-09-27 14:06:16 -05:00
2026-05-11 12:43:52 -05:00
2024-09-27 14:06:16 -05:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00