Brad Fitzpatrick
782c73bf41
cmd/containerboot: fix data race in TestContainerBoot
...
Parallel subtests share *ipn.Notify pointers (e.g. runningNotify).
When multiple subtests reached the same phase concurrently, they
all wrote to the shared notify's InitialStatus field without
synchronization, triggering the race detector.
Fix by shallow-copying *ipn.Notify before setting InitialStatus,
so each test iteration works on its own copy.
Updates #19380
Change-Id: I9dd40037e02146166f006f4f7c1ddcc47adba191
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2026-05-27 18:40:03 -07:00
..
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-02-19 16:06:12 +00:00
2026-05-14 10:30:59 -04:00
2026-01-23 15:49:45 -08:00
2026-05-27 18:40:03 -07:00
2026-05-20 10:48:29 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-06 18:43:45 -07:00
2026-05-15 09:37:22 -07:00
2026-01-23 15:49:45 -08:00
2026-04-05 15:52:51 -07:00
2026-05-27 16:45:07 +01:00
2026-04-15 16:13:46 +01:00
2026-01-23 15:49:45 -08:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-04-28 10:18:32 -07:00
2026-03-24 14:45:23 +00:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-11 11:12:11 -07:00
2026-01-27 14:49:56 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-01 06:51:40 -07:00
2026-03-06 13:32:03 -08:00
2026-04-07 11:59:38 +01:00
2026-01-23 15:49:45 -08:00
2026-03-24 10:52:20 -04:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-04-27 18:54:14 -07:00
2026-05-27 12:24:59 -07:00
2026-05-27 09:09:05 -07:00
2026-01-23 15:49:45 -08:00
2026-05-27 16:53:17 -07:00
2026-01-23 15:49:45 -08:00
2026-05-20 10:48:29 -07:00
2026-05-27 12:24:59 -07:00
2026-04-22 13:34:18 -04:00
2026-04-16 20:00:25 -07:00
2026-01-23 15:49:45 -08:00
2026-04-29 12:58:00 -07:00
2026-05-04 14:03:28 -07:00
2026-05-14 10:30:59 -04:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00