Ranjib Dey
8e546010e7
allow group and others to have executable permissions
2016-01-31 10:54:32 -08:00
Alex Dadgar
9779e9aa59
Merge pull request #704 from iverberk/f-env-ports
...
Pass a combination of ip and port to the task environment.
2016-01-29 08:53:47 -08:00
Alex Dadgar
df22fcad3d
Merge pull request #712 from iverberk/f-cgroup-finterprinter
...
Add periodic cgroup fingerprinter
2016-01-29 08:50:43 -08:00
Ivo Verberk
0289252ce7
Add comments and small improvements to cgroup fingerprinter
2016-01-29 14:34:29 +01:00
Jake Champlin
d93c8bb43e
Use net.JoinHostPort
2016-01-29 05:39:28 -05:00
Jake Champlin
cb39df4c20
Spelling
2016-01-29 05:11:50 -05:00
Jake Champlin
fed8184da1
Updates from comments, fix tests
2016-01-28 23:11:13 -05:00
Jake Champlin
fb92f83714
Allow ports to be optional when adding servers
...
When updating a clients servers, as nomad does not use the gossip
protocol over a specified port for clients, it was required to specify
ports along with server addresses.
Now specifying ports are optional, and if unspecified the default `4647`
port is used, reflecting a notice back to the user.
2016-01-28 22:08:28 -05:00
Diptanu Choudhury
12ffecf021
Added more information about files
2016-01-27 14:20:10 -08:00
Alex Dadgar
3a543ad81a
Merge pull request #714 from ryanslade/patch-1
...
Fix a typo
2016-01-27 10:14:45 -08:00
Ryan Slade
f681f57eb0
Fix a typo
2016-01-27 17:49:32 +02:00
Ivo Verberk
5266f6d947
Fix comment
2016-01-27 10:56:35 +01:00
Ivo Verberk
117e035a98
Only enable exec driver when cgroups are available
...
Make the exec driver fingerprinter periodic to disable the driver when
cgroups become unavailable.
2016-01-27 07:32:32 +01:00
Ivo Verberk
d8480ac75b
Add a periodic cgroup fingerprinter
2016-01-27 07:22:25 +01:00
Alex Dadgar
c4f1952a08
Update the interpretation of node.id/name on the client
2016-01-26 17:38:36 -08:00
Alex Dadgar
bbc4beeef6
Respond to comments
2016-01-26 14:55:38 -08:00
Alex Dadgar
be5d2d6176
Update client fingerprinters
2016-01-26 10:08:01 -08:00
Ivo Verberk
b9de8704ee
Rename IPPort env variable and add a mapped host port to the env.
2016-01-25 20:46:01 +01:00
Ivo Verberk
f71db5e645
Pass a combination of ip and port to the task environment.
...
The different labels can be on different IPs.
2016-01-24 10:31:03 +01:00
Alex Dadgar
e01cd9c293
Have docker use the task environment in the context
2016-01-22 15:00:36 -08:00
Alex Dadgar
8d3874e20c
Merge pull request #690 from hashicorp/b-fix-root-tests
...
Fix failing tests running under root
2016-01-21 17:01:10 -08:00
Alex Dadgar
2158e05fa9
Just check the alloc is not pending
2016-01-21 16:05:35 -08:00
Alex Dadgar
e0c23ec2cd
Use TestMultiplier on all waits
2016-01-21 15:24:24 -08:00
Alex Dadgar
6953ae4b79
AllocRunner restore test
2016-01-21 14:52:41 -08:00
Alex Dadgar
6620eccba9
Handle case that pid is dead in ForceStop
2016-01-21 14:09:04 -08:00
Alex Dadgar
417c70c10c
ordering issue
2016-01-21 13:28:48 -08:00
Alex Dadgar
50d5fb7db6
Bump again
2016-01-21 12:55:35 -08:00
Alex Dadgar
85a2c05697
Time Duration fixes
2016-01-21 12:29:13 -08:00
Diptanu Choudhury
98e3e5351b
Merge pull request #685 from hashicorp/f-docker-logs
...
Log Rotator
2016-01-20 16:52:27 -08:00
Diptanu Choudhury
a284d27daa
Simplied the logic of detecting the currently rotate log file
2016-01-20 16:50:31 -08:00
Diptanu Choudhury
890333b2e6
Added a comment in the test
2016-01-20 16:30:55 -08:00
Diptanu Choudhury
dca7a53d50
Simplifying a test
2016-01-20 16:25:51 -08:00
Diptanu Choudhury
aa4d9a3317
Using tmpdir and tmpfile in tests
2016-01-20 16:17:49 -08:00
Alex Dadgar
e91abac0f6
Fix a bunch of tests
...
Up timeouts
trusty travis beta
Increase timeouts
2016-01-20 16:03:53 -08:00
Diptanu Choudhury
8e091a52e3
Renaming a test
2016-01-20 15:55:41 -08:00
Diptanu Choudhury
87ccaab00b
Changing the logic of purging old rotated files
2016-01-20 15:53:17 -08:00
Diptanu Choudhury
306d5d281f
Added some comments
2016-01-20 14:14:37 -08:00
Alex Dadgar
adf05e00bf
Fix docker tests
2016-01-19 15:35:01 -08:00
Ivo Verberk
4330157b78
Cleanup code and add comments
2016-01-20 00:02:17 +01:00
Diptanu Choudhury
e45b89d118
stating an existing file only once
2016-01-16 20:09:24 -08:00
Diptanu Choudhury
e142dc0e4d
Added a comment for bufsize
2016-01-16 19:21:16 -08:00
Diptanu Choudhury
ca07a914ed
Implemented a method to purge files
2016-01-16 19:19:52 -08:00
Diptanu Choudhury
c39cb6833d
Fixing tests
2016-01-15 11:18:02 -08:00
Ivo Verberk
648a3487c9
Merge branch 'master' into f-cli-short-ids
2016-01-15 09:19:53 +01:00
Diptanu Choudhury
57068a28ef
add a logger
2016-01-14 23:16:30 -08:00
Diptanu Choudhury
579178720c
excluding directories before opening file for writing
2016-01-14 23:05:45 -08:00
Diptanu Choudhury
c3a3ea102d
Added a test for testing if logrotator creates an empty dir when it starts from scratch
2016-01-14 22:43:52 -08:00
Diptanu Choudhury
b3c56da9c4
Fixed the logic of rotating files
2016-01-14 22:36:55 -08:00
Diptanu Choudhury
7b1e3db4c5
Fixed the test for writing only N amount of bytes as much as capacity
2016-01-14 18:30:53 -08:00
Diptanu Choudhury
08d1b4c319
Added the node id to agent info
2016-01-14 15:42:30 -08:00