Commit Graph

2066 Commits

Author SHA1 Message Date
Chris Hines
ef7388549d Eliminate special case in production code for embedding test binary into chroot. 2015-11-25 15:31:29 -05:00
Chris Hines
fd4ec821f9 Factor portable test task out of client/driver/executor. 2015-11-24 20:59:42 -05:00
Alex Dadgar
7b8de9a235 Merge branch 'master' of https://github.com/hashicorp/nomad 2015-11-24 16:42:12 -08:00
Alex Dadgar
55d2a9e714 Update the changelog 2015-11-24 16:41:54 -08:00
Alex Dadgar
271e797a8d Merge pull request #497 from hashicorp/f-windows-executor-tests
Fix tests for nomad/client/driver/executor package to work on Windows.
2015-11-24 16:39:14 -08:00
Alex Dadgar
8afce68bf0 Inject the current binary into the chroot in test mode 2015-11-24 16:30:53 -08:00
Chris Hines
376e192867 Fix Executor_Open_Invalid test for Windows. 2015-11-24 16:30:53 -08:00
Chris Hines
ded2aeab2e Include Executor_Open_Invalid in test suite. 2015-11-24 16:30:53 -08:00
Chris Hines
43f3c43ec0 Improve names and documentation in test code. 2015-11-24 16:30:53 -08:00
Chris Hines
3f6c115440 Use TestMain to provide portable echo, sleep, and write commands. 2015-11-24 16:30:53 -08:00
Ryan Uber
4d28225480 Update CHANGELOG.md 2015-11-24 13:24:05 -08:00
Ryan Uber
a96315f0e7 Merge pull request #495 from hashicorp/f-regions
Add regions endpoint
2015-11-24 13:21:46 -08:00
Ryan Uber
a455c80cee nomad: sort regions before returning 2015-11-24 13:15:01 -08:00
Ryan Uber
2e009e5060 api: add regions wrapper 2015-11-24 13:11:48 -08:00
Alex Dadgar
0bd0abcebb Add Syntax tab under Jobspec 2015-11-24 12:30:33 -08:00
Alex Dadgar
ef68061fdc Update changelog 2015-11-24 11:42:19 -08:00
Alex Dadgar
0f55354f67 Fix casing in jobspec docs 2015-11-24 11:22:23 -08:00
Alex Dadgar
ba7473512d Doc improvements for fingerprint whitelist and scheduler types 2015-11-24 11:15:21 -08:00
Alex Dadgar
a4843addce Merge branch 'master' of https://github.com/hashicorp/nomad 2015-11-24 11:06:56 -08:00
Alex Dadgar
ef1937cd53 Standardize log messages in fingerprinters to DEBUG 2015-11-24 11:06:51 -08:00
Alex Dadgar
4ec43f4e0f Merge pull request #488 from max0d41/patch-1
Disable AWS and GCE fingerprinting via environment variables
2015-11-24 11:06:03 -08:00
Ryan Uber
47f8978fab website: document regions endpoint 2015-11-24 09:38:07 -08:00
max
7ff03041d7 Client config option "fingerprint.whitelist" 2015-11-24 16:18:49 +01:00
Ryan Uber
0bee0eab6d nomad: testing region list 2015-11-23 22:27:07 -08:00
Ryan Uber
c6d73134aa nomad: leader forwarding not needed for regions 2015-11-23 22:27:07 -08:00
Ryan Uber
89a155da61 nomad: use a read-only lock 2015-11-23 22:27:07 -08:00
Ryan Uber
fa3d3474cc nomad: support listing regions 2015-11-23 22:27:03 -08:00
Alex Dadgar
7a8b664699 Update changelog 2015-11-23 18:31:27 -08:00
Alex Dadgar
e8f344c70a Merge pull request #493 from hashicorp/f-eval-broker-blocking-dequeue
Make a zero timeout for eval_broker.Dequeue() block
2015-11-23 18:26:52 -08:00
Alex Dadgar
2d69a40507 Merge pull request #494 from hashicorp/b-dynamic-port-conflict
Remove shared reference to DynamicPorts across allocs
2015-11-23 18:26:37 -08:00
Alex Dadgar
7ca2bac7b4 Remove unnecessary copy 2015-11-23 16:36:12 -08:00
Alex Dadgar
197228121e Remove shared reference to network resources across allocs 2015-11-23 16:32:30 -08:00
Alex Dadgar
fe3d12d0a6 Make a zero timeout for eval_broker.Dequeue() block 2015-11-23 11:59:49 -08:00
Diptanu Choudhury
2fccadc86b Merge pull request #491 from hashicorp/b-batch-task-restart
Not restarting if a task exited properly
2015-11-23 11:17:33 -08:00
Diptanu Choudhury
361d874e85 Added the PR number to changelog entry 2015-11-23 11:03:29 -08:00
Diptanu Choudhury
b6cb7d0d7b Updated changelog 2015-11-23 11:01:41 -08:00
Diptanu Choudhury
b3f6f1aec3 removing redundant fail() 2015-11-23 10:59:07 -08:00
Diptanu Choudhury
27ad0ad253 Making the restart tracker aware of the exit codes 2015-11-23 10:56:38 -08:00
Diptanu Choudhury
29491ad47a Not restarting if a task exited properly 2015-11-22 23:47:15 -08:00
Alex Dadgar
acc4c5568e Merge pull request #487 from hashicorp/b-single-consul-client
Consul fingerprinter only creates one consul client
2015-11-22 15:56:28 -08:00
Alex Dadgar
220f79cefc Clear consul attributes if consul couldn't be fingerprinted 2015-11-22 13:51:10 -08:00
Alex Dadgar
e898adc78a Fingerprinter only creates one consul client 2015-11-22 13:42:06 -08:00
Alex Dadgar
441687e8b3 Merge pull request #482 from hashicorp/b-eval-broker-nil-timeout
Fix nil-pointer dereference with empty timeout on eval_broker.Dequeue
2015-11-22 13:12:07 -08:00
Diptanu Choudhury
7a18d84300 Merge pull request #483 from BRMatt/patch-1
Fix syntax error in raw_exec config documentation
2015-11-21 12:40:55 -08:00
Matt Button
5276af2dd6 Fix syntax error in raw_exec config documentation
Keys need to be surrounded by quotes if they contain periods
2015-11-21 20:18:16 +00:00
Diptanu Choudhury
63ef5ac257 Merge branch 'master' of github.com:hashicorp/nomad 2015-11-20 22:41:38 -08:00
Diptanu Choudhury
f789d83b58 Updated Changelog 2015-11-20 17:30:33 -08:00
Chris Bednarski
d4373ab561 Added docker TLS client to changelog 2015-11-20 17:29:01 -08:00
Alex Dadgar
b8f5c594cb nil-pointer dereference with empty timeout Dequeue 2015-11-20 16:49:55 -08:00
Chris Bednarski
9e418fcaf5 Merge pull request #481 from hashicorp/b-vet
Fix some issues caught by go vet
2015-11-20 16:31:47 -08:00