Commit Graph

5287 Commits

Author SHA1 Message Date
Michael Schurter
bcbe49ee2f Assert syncer state is consistent with consul's state 2016-08-31 09:19:54 -07:00
Michael Schurter
1d8d6b57dc Remove extra consul service tracking entirely
Instead just remove all associated services on shutdown.
2016-08-30 17:10:15 -07:00
Michael Schurter
a63b2ccfdc Fix old services not getting removed from consul on update
Fixes #1661
2016-08-30 16:36:42 -07:00
Michael Schurter
53d7dfb1b7 Remove unused embedded lock on ExecContext 2016-08-26 11:58:03 -07:00
Michael Schurter
14060b1607 Add changelog entry for #1558's fix 2016-08-26 11:45:34 -07:00
Alex Dadgar
7dd202a2bf Changelog 2016-08-26 11:30:26 -07:00
Alex Dadgar
8fac8579f8 Merge pull request #1656 from hashicorp/b-fix-http-timeout
Fix http timeout for Consul check for servers
2016-08-26 11:28:56 -07:00
Alex Dadgar
859f4c5d5e Increase the timeout to be greater than the RPC hold threshold 2016-08-26 11:13:20 -07:00
Michael Schurter
40e1ffd6ba Merge pull request #1653 from hashicorp/b-fix-artifact-retry
Don't fail other tasks when retrying artifact get
2016-08-26 09:53:39 -07:00
Michael Schurter
5b0dd7ff2b Make sure bad doesn't fail before web runs 2016-08-25 17:25:51 -07:00
Michael Schurter
bbce6c7ad1 Ensure bad task reaches terminal state within test 2016-08-25 16:05:19 -07:00
Alex Dadgar
5b9c2eabb9 Merge pull request #1655 from hashicorp/f-travis-vault
Update install of Vault
2016-08-25 14:53:05 -07:00
Michael Schurter
2a88e48f07 Ensure web task exited successfully
Web task should run to completion successfully while the `bad` task is
retrying artifact downloads.
2016-08-25 14:42:50 -07:00
Alex Dadgar
f2dcbd3070 Update install of Vault 2016-08-25 14:07:15 -07:00
Michael Schurter
d1da2ce020 Don't fail other tasks when retrying artifact get
The artifact fetching may be retried and succeed, so don't set the task
as dead.

Fixes #1558
2016-08-25 13:16:41 -07:00
Alex Dadgar
f09928fbcd Merge branch 'master' of github.com:hashicorp/nomad 2016-08-25 13:13:36 -07:00
Alex Dadgar
857ea1fe97 bump vault version 2016-08-25 13:13:20 -07:00
Alex Dadgar
0ed2980934 Merge pull request #1652 from hashicorp/b-monitor-alloc-dir
Monitor the complete alloc directory, not just the shared part.
2016-08-25 13:10:13 -07:00
Ivo Verberk
42afc6b80b Small comment fix. 2016-08-25 20:50:11 +02:00
Ivo Verberk
0d13488f1f Monitor the complete alloc directory, not just the shared part. 2016-08-25 20:48:19 +02:00
Ivo Verberk
a37e8da6d1 Merge pull request #1651 from hashicorp/b-fix-client-tests
Don't duplicate TaskKilled event and check for TaskSiblingFailed.
2016-08-25 20:47:04 +02:00
Ivo Verberk
a97432107b Don't duplicate TaskKilled event and check for TaskSiblingFailed. 2016-08-25 20:11:10 +02:00
Alex Dadgar
5298753b48 Merge pull request #1613 from nak3/plan255
command.plan: tiny: Fix expect error code message from 1 to 255
2016-08-24 15:33:40 -07:00
Diptanu Choudhury
4a3eee92ff Merge pull request #1645 from capone212/failing_cehcks_fix
issue #1636:  start CheckRunner if check exists in consul already
2016-08-24 16:27:05 -05:00
Diptanu Choudhury
a417004eee Merge pull request #1648 from nfisher/patch-1
getting-started/running.html.md: update output for nomad 0.4.1.
2016-08-24 16:26:24 -05:00
Alex Dadgar
2e5ce02352 update pr number 2016-08-24 14:24:03 -07:00
Diptanu Choudhury
25f60ed10b Fixed the raw_exec fingerprint test 2016-08-24 13:38:43 -05:00
Diptanu Choudhury
d2b072c7a6 fixed the qemu fingerprinter test 2016-08-24 12:25:02 -05:00
Diptanu Choudhury
72b7e89864 Merge pull request #1649 from hashicorp/test-fixes
fixed the exec fingerprinter test
2016-08-23 17:39:21 -05:00
capone
7f53d0258e Fixed CR defects 2016-08-24 01:33:44 +03:00
Nathan Fisher
b65c97e301 getting-started/running.html.md: update nomad server-members output to 0.4.1 release. 2016-08-23 22:56:13 +01:00
Nathan Fisher
f97d040b7c Revert "Update running.html.md"
This reverts commit deaac26e1a.
2016-08-23 22:52:13 +01:00
Diptanu Choudhury
e93ff0af02 Fixed a java test 2016-08-23 16:51:09 -05:00
Diptanu Choudhury
3f9ca48802 fixed the exec fingerprinter test 2016-08-23 16:40:56 -05:00
Nathan Fisher
deaac26e1a Update running.html.md
Update running.html.md for nomad 4.1 output.
2016-08-23 22:27:57 +01:00
Diptanu Choudhury
0b80a6a38a Merge pull request #1647 from hoffoo/fix_initial_status_api
api/tasks.go: add check initial_status
2016-08-23 16:20:19 -05:00
Marin
43e17c4f95 api/tasks.go: add check initial_status 2016-08-23 14:09:42 -07:00
Diptanu Choudhury
2ef1d7e949 removing driver_mock 2016-08-23 16:05:03 -05:00
Diptanu Choudhury
23c53ba5db Merge pull request #1646 from hashicorp/docs-metrics
added docs for configuration of telemetry publishing nobs
2016-08-23 16:01:17 -05:00
Diptanu Choudhury
ac5ca2841c added docs for configuration of telemetry publishing nobs 2016-08-23 16:00:44 -05:00
Alex Dadgar
31367a7abf Merge pull request #1629 from hashicorp/f-derive-token
Server Deriving Tokens on behalf of Clients
2016-08-23 13:58:47 -07:00
Alex Dadgar
d1c30800c4 Fix command tests that wait for client to be registered 2016-08-23 11:17:31 -07:00
Alex Dadgar
0546ca65aa Fix TestDockerDriver_Fingerprint 2016-08-23 10:39:40 -07:00
Alex Dadgar
7814aa49ec Changelog 2016-08-23 09:51:07 -07:00
Alex Dadgar
1c45799c49 Merge pull request #1580 from hashicorp/f-disk-usage-monitoring
Monitor and enforce shared allocation directory disk usage
2016-08-23 09:49:53 -07:00
capone
1a37bc33c6 First attemt to fix issue #1636 2016-08-23 19:09:20 +03:00
Diptanu Choudhury
89e8a7091d Merge pull request #1638 from hashicorp/fix-alloc-status-test
Attempting to fix alloc status test
2016-08-22 15:32:06 -05:00
Diptanu Choudhury
5036f24591 Attempting to fix alloc status test 2016-08-22 15:07:49 -05:00
Diptanu Choudhury
7eaefc0628 Merge pull request #1631 from hashicorp/f-block-chained-allocs
Block allocations if their chained allocation hasn't terminated yet
2016-08-22 15:03:32 -05:00
Diptanu Choudhury
92fc6ba32f Putting the mock driver behind a build flag 2016-08-22 15:02:28 -05:00