Files
nomad/.changelog
Tim Gross 4e75e99f1a windows: use/accept platform-specific signal for stopping agent (#26780)
On Windows, the `os.Process.Signal` method returns an error when sending
`os.Interrupt` (SIGINT) because it isn't implemented. This causes test servers
in the `testutil` packages to break on Windows. Use the platform specific
syscalls to generate the SIGINT instead.

The agent's signal handler also did not correctly handle the Ctrl-C because we
were masking os.Interrupt instead of SIGINT.

Fixes: https://github.com/hashicorp/nomad/issues/26775

Co-authored-by: Chris Roberts <croberts@hashicorp.com>
2025-09-17 11:32:20 -04:00
..
2023-03-23 18:28:26 -04:00
2023-06-27 08:02:06 -05:00
2023-03-31 11:25:32 -05:00
2023-04-05 12:18:19 -04:00
2023-06-28 11:06:05 -04:00
2023-06-23 15:57:09 -04:00
2023-06-02 20:26:01 -04:00
2023-05-31 15:34:16 -04:00
2023-06-26 13:33:29 -05:00
2023-07-31 15:04:36 -04:00
2023-10-25 10:41:17 -05:00
2023-10-10 16:37:24 -04:00
2023-11-01 10:56:39 -05:00
2023-12-15 09:54:10 -05:00
2023-11-07 13:18:07 -06:00
cl
2023-12-05 11:27:02 -08:00
2024-01-11 09:48:56 -06:00
2024-02-08 10:40:24 -05:00
2024-10-28 11:36:50 +01:00
2024-03-21 11:44:23 -07:00
2024-04-15 16:59:53 -04:00
2024-06-05 09:03:15 -04:00
2024-06-14 14:38:44 -04:00
2024-07-03 15:33:40 -04:00
2024-08-14 09:20:14 -05:00
2024-08-22 09:19:05 -07:00
2024-09-19 13:56:42 -04:00
2024-11-11 17:28:06 +01:00
2025-03-10 11:40:06 -04:00
2025-02-07 08:09:31 +00:00
2025-03-06 10:33:14 +00:00
2025-04-08 16:07:47 -07:00
2025-04-24 04:54:38 +02:00
2025-09-09 09:28:08 -04:00