This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Jan, 2019 9 commits
-
-
Danielle Tomlinson authored
This fixes a bug related to shutting down of GRPC plugin interfaces (more info: https://github.com/hashicorp/go-plugin/pull/88) This does not yet fix all test cases for subprocess leaking, but is a useful independant change.
-
Mahmood Ali authored
-
Michael Schurter authored
test: re-eanble periodic fingerprint test
-
Michael Schurter authored
Test fix races
-
Danielle Tomlinson authored
deps: Update x/net/context
-
Danielle Tomlinson authored
plugins: Shutdown internal plugins
-
Danielle Tomlinson authored
This implements the InternalPluginDriver interface in each driver, and calls the cancellation fn for their respective eventers. This fixes a per task goroutine leak during test suite execution.
-
Danielle Tomlinson authored
This allows us to correctly terminate internal state during runs of the nomad test suite, e.g closing eventer contexts correctly.
-
Danielle Tomlinson authored
This allows std context to be used in place of an x/net/context and unblocks updating to the latest version of go-plugin.
-
- 07 Jan, 2019 21 commits
-
-
Alex Dadgar authored
Task runner recovers from external plugin exiting
-
Alex Dadgar authored
-
Preetha authored
fix for user-specified auto-join tags
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
taskenv: have maps take precedence over primitives
-
Danielle Tomlinson authored
e2e: Add consultemplate test
-
Danielle Tomlinson authored
This adds a basic test for consul template, that verifies the behaviour of consul-template with task blocking and restarting of tasks
-
Preetha authored
Standardize driver health description messages for all drivers
-
Preetha Appan authored
-
Preetha authored
remove unnecessary logging in rkt driver fingerprint method
-
Preetha Appan authored
-
- 04 Jan, 2019 10 commits
-
-
Danielle Tomlinson authored
e2e: Output setup instructions after terraform
-
Mahmood Ali authored
taskrunner: emit TaskReceived event
-
Mahmood Ali authored
Preserve pre-0.9, where task runner emits `Received: Task received by client` event on task runner creation.
-
Chris Baker authored
updated to latest hashicorp/raft and hashicorp/memberlist to pull
-
Chris Baker authored
-
Chris Baker authored
-
Danielle Tomlinson authored
This adds a message that provides environment setup instructions for running e2e tests after running terraform apply. This allows copy/pasting exports, rather than manually constructing them.
-
Mahmood Ali authored
Use a dedicated /dev mount so we can inject more devices if necessary, and avoid allowing a container to contaminate host /dev. Follow up to https://github.com/hashicorp/nomad/pull/5143 - and fixes master.
-
Chris Baker authored
-
Chris Baker authored
upstream fixes for accept-loop error handling
-