Commit Graph

7905 Commits

Author SHA1 Message Date
Seth Vargo
07ed00537f Add Kevin's copy changes 2017-07-24 15:11:17 -04:00
Seth Vargo
1d1c381d54 Update anti-affinity 2017-07-24 14:46:01 -04:00
Seth Vargo
e7622a85bb Use go not golang 2017-07-24 14:45:12 -04:00
Seth Vargo
dc027bc153 Lowercase rkt 2017-07-24 14:42:02 -04:00
Seth Vargo
fc1facaa80 Better rolling deploy text 2017-07-24 14:41:39 -04:00
Seth Vargo
9feb6d1b80 Mention more than bg 2017-07-24 14:41:14 -04:00
Seth Vargo
7c06fc7922 Space file system 2017-07-24 14:40:32 -04:00
Seth Vargo
279921994d Spark on left 2017-07-24 11:35:45 -04:00
Seth Vargo
3265225a76 Add better images for rolling deploys, bg, and machine failure 2017-07-24 11:35:45 -04:00
Seth Vargo
3a783021b4 Add rolling upgrades 2017-07-24 11:35:45 -04:00
Seth Vargo
782fb6b92f Add provider names 2017-07-24 11:35:44 -04:00
Seth Vargo
e16d9bb4a7 Add colored output to make Alex happy 2017-07-24 11:35:44 -04:00
Seth Vargo
0a7a2271e9 Add svg for terminal circles
The HTML bullet is a different size in different browsers :(
2017-07-24 11:35:44 -04:00
Seth Vargo
b96efb875f Fix broken scrollbars on Safari 2017-07-24 11:35:44 -04:00
Seth Vargo
7bd71b3548 Add Apache Spark logo 2017-07-24 11:35:43 -04:00
Seth Vargo
58f53a1a4f Remove cubes.js 2017-07-24 11:35:43 -04:00
Seth Vargo
415cdcbc4e Update homepage to match 2017-07-24 11:35:43 -04:00
Seth Vargo
8f71f5715f Update logos and colors 2017-07-24 11:35:42 -04:00
Alex Dadgar
80c4b03f07 fix vet 2017-07-22 22:43:33 -07:00
Alex Dadgar
8500b6fcb9 Remove unneeded consul vendor 2017-07-22 22:42:45 -07:00
Alex Dadgar
296f1ee5cf reset travis script 2017-07-22 22:25:20 -07:00
Alex Dadgar
9e114d41cc whats going on 2017-07-22 21:44:53 -07:00
Alex Dadgar
fdd77dcaa0 travis check fixes 2017-07-22 21:01:22 -07:00
Alex Dadgar
70040f2574 fingerprinters 2017-07-22 20:38:03 -07:00
Alex Dadgar
e048068f92 fix slow resolve on mac 2017-07-22 19:58:30 -07:00
Alex Dadgar
4c89212f0a drop rkt deadline 2017-07-22 19:54:06 -07:00
Alex Dadgar
4c7c3c45e2 Merge branch 'master' of github.com:hashicorp/nomad 2017-07-22 19:48:54 -07:00
Alex Dadgar
22c5999c09 darwin test fixes 2017-07-22 19:48:47 -07:00
Alex Dadgar
08c2ba9bc6 Parallel client tests (#2890)
* alloc_runner

* Random tests

* parallel task_runner and no exec compatible check

* Parallel client

* Fail fast and use random ports

* Fix docker port mapping

* Make concurrent pull less timing dependant

* up parallel

* Fixes

* don't build chroots in parallel on travis

* Reduce parallelism on travis with lxc/rkt

* make java test app not run forever

* drop parallelism a little

* use docker ports that are out of the os's ephemeral port range

* Limit even more on travis

* rkt deadline
2017-07-22 19:04:36 -07:00
Alex Dadgar
5d4b0ab016 typo 2017-07-22 12:55:30 -07:00
Alex Dadgar
f30e5a5984 typo 2017-07-22 12:33:07 -07:00
Alex Dadgar
3cb16aa9a8 small fixes 2017-07-22 12:25:02 -07:00
Alex Dadgar
b6451f2d07 Merge pull request #2888 from hashicorp/b-fix-allocrunner-test
Fix TestAllocRunner_TaskLeader_StopTG and unrelated races
2017-07-22 11:44:04 -07:00
Alex Dadgar
82dd0fad5a faster vaultclient 2017-07-21 19:38:37 -07:00
Alex Dadgar
bce1acef0a remove root requirement on consul integration check 2017-07-21 19:32:41 -07:00
Alex Dadgar
f2e54325df parallel deploymentwatcher tests 2017-07-21 19:23:24 -07:00
Alex Dadgar
e8eb57276d Merge pull request #2889 from hashicorp/f-parallel-api
Parallel API tests
2017-07-21 18:05:23 -07:00
Alex Dadgar
a56f67b76d Parallel 2017-07-21 16:33:04 -07:00
Michael Schurter
a96fc052dd Fix tr race by not sharing alloc/task
prestart only needs the original alloc/task so pass their pointers in.
Task updates may concurrently replace the pointer on tr.
2017-07-21 16:17:42 -07:00
Michael Schurter
96baafebd3 Minor test race fix 2017-07-21 16:17:23 -07:00
Michael Schurter
2569c58cb7 Fix race by not accessing tr.task from ar 2017-07-21 16:16:53 -07:00
Michael Schurter
cf62d02378 Remove unneeded saveTaskRunnerState method
Collapse it into the one place it's called
2017-07-21 16:16:02 -07:00
Alex Dadgar
2d506c9bc2 Merge pull request #2887 from hashicorp/f-parallel-driver
Parallel tests: driver, executor, driver/logging
2017-07-21 16:15:28 -07:00
Alex Dadgar
ea16cedce8 Remove comment 2017-07-21 15:55:43 -07:00
Alex Dadgar
e229087754 Improve shutdown code 2017-07-21 15:44:51 -07:00
Michael Schurter
a59d3a80ba Fix test race by locking around ar.tasks access 2017-07-21 14:25:51 -07:00
Michael Schurter
96127527a1 Fix handle race 2017-07-21 14:00:32 -07:00
Michael Schurter
a04f5016a5 Fix more test races 2017-07-21 14:00:21 -07:00
Michael Schurter
8fa599c4a5 Fixup a few more even rarer test races 2017-07-21 13:43:32 -07:00
Michael Schurter
55713e2a61 Always interpolate task before calling with Consul
Also switch to returning a copy of the task to avoid races between
altering the Task and persitence.
2017-07-21 13:37:16 -07:00