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