15 Commits

Author SHA1 Message Date
Noah Levitt
1f64ad84d6 match outer uid within docker container, to avoid ownership/permissions issues with mounted volumes 2015-10-30 19:53:20 +00:00
Noah Levitt
5570ca9241 service registry, with unit tests! 2015-10-30 19:50:33 +00:00
Noah Levitt
7c7b0dc991 Revert "does it still hang if we don't really run anything inside docker?"
This reverts commit e1474133b638e1f442b812ee794a79b6038f6a69.

Conflicts:
	tests/run-tests.sh
2015-10-06 00:57:15 +00:00
Noah Levitt
f4fb551d95 does it still hang with docker run -i? 2015-10-02 17:46:08 +00:00
Noah Levitt
c124507c15 does it still hang if we pipe in /dev/null to stdin? 2015-10-02 17:11:00 +00:00
Noah Levitt
e1474133b6 does it still hang if we don't really run anything inside docker? 2015-10-02 16:55:11 +00:00
Noah Levitt
314462a83c remove -i and -t flags so travis won't hang? 2015-10-01 19:05:10 -07:00
Noah Levitt
7e96d65f96 ugh wait that long for travis to find this mistake 2015-10-02 01:28:29 +00:00
Noah Levitt
24edeb3247 support array slice notation https://rethinkdb.com/api/python/slice/ 2015-09-29 22:07:50 +00:00
Noah Levitt
a377fd5305 only retry r.ReqlTimeoutError because creating a database with too many replicas or shards raises a r.ReqlAvailabilityError, which resulted in an infinite loop; add test for this case 2015-09-22 21:34:12 +00:00
Noah Levitt
030d248eac run tests inside docker as same user from outside docker, to avoid problems with --volume 2015-09-22 21:32:53 +00:00
Noah Levitt
175b8287bb pull in changes from warcprox/tests/Dockerfile 2015-09-22 21:31:32 +00:00
Noah Levitt
c4314e6cdb remove some debug logging 2015-09-22 01:06:25 +00:00
Noah Levitt
50df439706 make sure connection closes when it's supposed to 2015-09-21 23:30:43 +00:00
Noah Levitt
aa080ce2e9 tests using docker to containerize rethinkdb fixture 2015-09-21 22:19:09 +00:00