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