Alex Dadgar
|
d7b425e5c1
|
Driver tests
|
2016-03-01 16:22:33 -08:00 |
Alex Dadgar
|
c8807e2927
|
Fix timeouts between signal and kill
|
2016-02-08 19:31:57 -08:00 |
Ivo Verberk
|
061445468b
|
Rename IPPort env variable and add a mapped host port to the env.
|
2016-01-25 20:46:01 +01:00 |
Ivo Verberk
|
e58bda9056
|
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
|
6d157a0337
|
Fix tests
|
2016-01-11 09:58:31 -08:00 |
Alex Dadgar
|
3ba1c9b76b
|
merge
|
2016-01-11 09:58:26 -08:00 |
Alex Dadgar
|
ddf392c6be
|
User specifiable kill timeout and operator configurable max
|
2015-12-22 16:10:30 -08:00 |
Chris Hines
|
37745f66c9
|
Speed up tests by allowing parallel execution.
|
2015-11-25 15:56:55 -05:00 |
Chris Hines
|
5b2168bb12
|
Use package testtask and httptest.Server to make client/driver tests OS independent.
|
2015-11-25 15:56:20 -05:00 |
Chris Bednarski
|
cf4bb4cfd0
|
Squash []map[string]type for port_map and labels into map[string]type
|
2015-11-19 21:29:37 -08:00 |
Chris Bednarski
|
640af994ca
|
Added a randomized alloc id for tests so container names don't collide
|
2015-11-17 19:45:33 -08:00 |
Chris Bednarski
|
9a7adb9eb3
|
Fix guards for docker port mapping and change dummy dynamic ports to real ports (0 is not a valid port)
|
2015-11-17 19:21:36 -08:00 |
Diptanu Choudhury
|
ba9f101660
|
Fixed the test related to setting env variables in tasks
|
2015-11-16 13:10:57 -08:00 |
Diptanu Choudhury
|
0673b832fb
|
Fixed compilation issues with driver tests
|
2015-11-16 13:10:57 -08:00 |
Chris Bednarski
|
ef00ab3198
|
Change this to a valid IP address so docker can bind to it
|
2015-11-12 21:46:59 -08:00 |
Diptanu Choudhury
|
b035661d7d
|
Passing in the AllocID to exec context so that it can be used in the drivers
|
2015-11-05 18:34:04 -08:00 |
Alex Dadgar
|
aeb400cd8a
|
update test to reflect not uppercasing passed env vars
|
2015-10-02 17:49:18 -07:00 |
Antoine POPINEAU
|
56944536fc
|
Moved the envvars logic to TaskEnvironment and TaskEnvironmentVariables(). Added tests there.
|
2015-10-02 17:46:55 -07:00 |
Alex Dadgar
|
a45f9f2e71
|
Pull task environments into their own type to be reusable across drivers and executors
|
2015-09-27 17:37:24 -07:00 |
Alex Dadgar
|
a96f6dfa6d
|
Remove cruft from rebase
|
2015-09-27 17:37:24 -07:00 |
Alex Dadgar
|
a7eebcbd5b
|
merge fixes
|
2015-09-27 17:37:24 -07:00 |
Chris Bednarski
|
a8c8fc2f96
|
Merge branch 'master' into b-docker-fixes
Conflicts:
client/driver/docker_test.go
client/driver/java_test.go
client/driver/qemu_test.go
|
2015-09-25 18:35:23 -07:00 |
Chris Bednarski
|
aa3019780d
|
Added docker test to spin up 3 containers at the same time
|
2015-09-25 17:35:33 -07:00 |
Chris Bednarski
|
32d260281f
|
Added guards to tests so we can more gracefully degrade the test suite when thing are not installed
|
2015-09-25 16:49:26 -07:00 |
Chris Bednarski
|
b9dd4c40c5
|
Added basic resources to exec/java tests so each test has cpu, ram, and network
|
2015-09-25 16:49:18 -07:00 |
Alex Dadgar
|
3cea4288b9
|
Merge qemu test
|
2015-09-25 16:49:14 -07:00 |
Chris Bednarski
|
3fd3c2a913
|
Add test case for PopulateEnvironment
|
2015-09-24 00:17:33 -07:00 |
Chris Bednarski
|
cc4d361ee9
|
Updated Qemu and tests to use DriverContext
|
2015-09-09 18:38:52 -07:00 |
Chris Bednarski
|
4eb8fc5188
|
Added config to drivers; needed for docker driver to get the socket endpoint
|
2015-09-08 12:43:02 -07:00 |
Clint Shryock
|
9e79a15789
|
move test logger to shared file
|
2015-09-01 16:56:42 -05:00 |