hashicorp-copywrite[bot]
005636afa0
[COMPLIANCE] Add Copyright and License Headers
2023-04-10 15:36:59 +00:00
Michael Schurter
832bca91a1
e2e fixes: cli output, timing issue, and some cleanups ( #16418 )
...
* e2e: job expects alloc to run until stopped
* e2e: fix case changed by #16306
* e2e: couldn't find a bug but improved test+jobspecs
2023-03-10 13:14:51 -08:00
Seth Hoenig
e66c9ede24
e2e: convert flaky exec download in chroot unit test into e2e test ( #14949 )
...
Similar to https://github.com/hashicorp/nomad/pull/14710 , convert flaky
test into e2e test.
2022-10-19 08:22:32 -05:00
Seth Hoenig
7235d9988b
e2e: convert chroot env unit tests into e2e tests ( #14710 )
...
This PR translates two of our most flakey unit tests into
e2e tests where they are fit much more naturally.
2022-09-26 15:40:29 -05:00
Seth Hoenig
8ee9835923
drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior
...
This PR adds pid_mode and ipc_mode options to the exec and java task
driver config options. By default these will defer to the default_pid_mode
and default_ipc_mode agent plugin options created in #9969 . Setting
these values to "host" mode disables isolation for the task. Doing so
is not recommended, but may be necessary to support legacy job configurations.
Closes #9970
2021-02-08 14:26:35 -06:00
Chris Baker
2632b81124
lint some nomad HCL job specs
2021-01-28 12:03:19 +00:00
Chris Baker
2adf0f12d6
e2e: java driver isolation tests
2021-01-28 12:03:19 +00:00
Kris Hicks
5cf972d2e7
Add test for alloc exec
2021-01-28 12:03:19 +00:00
Kris Hicks
87188f04de
Add PID namespacing and e2e test
2021-01-28 12:03:19 +00:00